On 6/2/23 08:52, Peter Maydell wrote:
Convert the MSR (immediate) insn to decodetree. Our implementation
has basically no commonality between the different destinations,
so we decode the destination register in a64.decode.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
target/arm/tcg/a64.decode | 13 ++
target/arm/tcg/translate-a64.c | 251 ++++++++++++++++-----------------
2 files changed, 136 insertions(+), 128 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~