]> git.proxmox.com Git - mirror_qemu.git/commit
target/tricore: Add DISABLE insn variant
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 14 Jun 2023 10:00:39 +0000 (12:00 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 21 Jun 2023 16:09:54 +0000 (18:09 +0200)
commit0b9f9b63c2d1e26cfe4e593f384898837c7c941f
treeac81a8064c4213531f2b6b2a3498a663467fda27
parent3b5d136db6484f2b625fb98cce4fd8b7ac26e348
target/tricore: Add DISABLE insn variant

this variant saves the 'IE' bit to a 'd' register. The 'IE' bitfield
changed from ISA version 1.6.1, so we add icr_ie_offset to DisasContext
as with the other DISABLE insn.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230614100039.1337971-9-kbastian@mail.uni-paderborn.de>
target/tricore/translate.c
target/tricore/tricore-opcodes.h