]> git.proxmox.com Git - mirror_qemu.git/commit
target/tricore: Implement CRCN insn
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 28 Aug 2023 11:26:42 +0000 (13:26 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 28 Sep 2023 08:45:22 +0000 (10:45 +0200)
commit3e2a5107c52f5bf7ed68f4b468cff5be456f1097
tree8a18adf6914e4ed77bf6413378d15db5ffcbbb0c
parentd97fa9a00d5b333c8642670b7b55f9101d495dce
target/tricore: Implement CRCN 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: <20230828112651.522058-3-kbastian@mail.uni-paderborn.de>
target/tricore/helper.h
target/tricore/op_helper.c
target/tricore/translate.c
target/tricore/tricore-opcodes.h
tests/tcg/tricore/Makefile.softmmu-target
tests/tcg/tricore/asm/test_crcn.S [new file with mode: 0644]