From fd6f446a5e34f160cbdc9bb300d326cec0eca6c6 Mon Sep 17 00:00:00 2001 From: Bastian Koppelmann Date: Wed, 14 Jun 2023 12:00:33 +0200 Subject: target/tricore: Add popcnt.w insn reported in https://gitlab.com/qemu-project/qemu/-/issues/1667 Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Message-Id: <20230614100039.1337971-3-kbastian@mail.uni-paderborn.de> --- target/tricore/tricore-opcodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/tricore/tricore-opcodes.h') diff --git a/target/tricore/tricore-opcodes.h b/target/tricore/tricore-opcodes.h index f7135f183d..59aa39a7a5 100644 --- a/target/tricore/tricore-opcodes.h +++ b/target/tricore/tricore-opcodes.h @@ -1133,6 +1133,7 @@ enum { OPC2_32_RR_PARITY = 0x02, OPC2_32_RR_UNPACK = 0x08, OPC2_32_RR_CRC32 = 0x03, + OPC2_32_RR_POPCNT_W = 0x22, /* 1.6.2 only */ OPC2_32_RR_DIV = 0x20, OPC2_32_RR_DIV_U = 0x21, OPC2_32_RR_MUL_F = 0x04, -- cgit v1.2.3