mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/tricore: Add crc32l.w 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-5-kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
73f874d9fe
commit
dc0b4368be
4 changed files with 23 additions and 5 deletions
|
@ -1139,7 +1139,8 @@ enum {
|
|||
OPC2_32_RR_DVINIT_U = 0x0a,
|
||||
OPC2_32_RR_PARITY = 0x02,
|
||||
OPC2_32_RR_UNPACK = 0x08,
|
||||
OPC2_32_RR_CRC32 = 0x03,
|
||||
OPC2_32_RR_CRC32 = 0x03, /* CRC32B.W in 1.6.2 */
|
||||
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,
|
||||
OPC2_32_RR_DIV_U = 0x21,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue