mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/tricore: Add crc32.b insn
reported in https://gitlab.com/qemu-project/qemu/-/issues/1667 Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20230614100039.1337971-6-kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
dc0b4368be
commit
0eaafe33d0
4 changed files with 17 additions and 0 deletions
|
@ -1140,6 +1140,7 @@ enum {
|
|||
OPC2_32_RR_PARITY = 0x02,
|
||||
OPC2_32_RR_UNPACK = 0x08,
|
||||
OPC2_32_RR_CRC32 = 0x03, /* CRC32B.W in 1.6.2 */
|
||||
OPC2_32_RR_CRC32_B = 0x06, /* 1.6.2 only */
|
||||
OPC2_32_RR_CRC32L_W = 0x07, /* 1.6.2 only */
|
||||
OPC2_32_RR_POPCNT_W = 0x22, /* 1.6.2 only */
|
||||
OPC2_32_RR_DIV = 0x20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue