commit | 0b9f9b63c2d1e26cfe4e593f384898837c7c941f | [log] [tgz] |
---|---|---|
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Wed Jun 14 12:00:39 2023 +0200 |
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Wed Jun 21 18:09:54 2023 +0200 |
tree | ac81a8064c4213531f2b6b2a3498a663467fda27 | |
parent | 3b5d136db6484f2b625fb98cce4fd8b7ac26e348 [diff] |
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>