On 6/2/23 08:52, Peter Maydell wrote:
Convert MSR (reg), MRS, SYS, SYSL to decodetree. For QEMU these are all essentially the same instruction (system register access).Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/tcg/a64.decode | 8 ++++++++ target/arm/tcg/translate-a64.c | 32 +++++--------------------------- 2 files changed, 13 insertions(+), 27 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~