target/arm: Convert CFINV, XAFLAG and AXFLAG to decodetree
commitd78b662f28ac6cdab6ad969bb23a10e0e3cf1c32
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:20 +0000 (19 11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:21:49 +0000 (19 11:21 +0100)
tree31a0f67214e783d7173e578a381a161620451d6f
parentafcd5df54c5bb9ffbfadf379cca4ecf20ef9b2dc
target/arm: Convert CFINV, XAFLAG and AXFLAG to decodetree

Convert the CFINV, XAFLAG and AXFLAG insns to decodetree.
The old decoder handles these in handle_msr_i(), but
the architecture defines them as separate instructions
from MSR (immediate).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230602155223.2040685-5-peter.maydell@linaro.org
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c