diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-05-12 15:41:06 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-18 11:35:38 +0100 |
commit | 442c9d682c94fc2e18014e6037735dcef7419a43 (patch) | |
tree | 0f3056e5f5ca2ba0431c7315d8bf0db24e3e0550 /plugins | |
parent | c990fde618c4ed2155c566fde0727bc3b6b7d119 (diff) | |
download | qemu-442c9d682c94fc2e18014e6037735dcef7419a43.zip qemu-442c9d682c94fc2e18014e6037735dcef7419a43.tar.gz qemu-442c9d682c94fc2e18014e6037735dcef7419a43.tar.bz2 |
target/arm: Convert ERET, ERETAA, ERETAB to decodetree
Convert the exception-return insns ERET, ERETA and ERETB to
decodetree. These were the last insns left in the legacy
decoder function disas_uncond_reg_b(), which allows us to
remove it.
The old decoder explicitly decoded the DRPS instruction,
only in order to call unallocated_encoding() on it, exactly
as would have happened if it hadn't decoded it. This is
because this insn always UNDEFs unless the CPU is in
halting-debug state, which we don't emulate. So we list
the pattern in a comment in a64.decode, but don't actively
decode it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230512144106.3608981-21-peter.maydell@linaro.org
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions