target/arm: Convert Add/subtract (immediate with tags) to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 May 2023 14:40:53 +0000 (15:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 May 2023 10:28:39 +0000 (11:28 +0100)
commit86002eccb947b76870daf19178a455f1b2e13b03
tree2c49cca98dc7ced4849cb9c951b430db891e5460
parent3ce7b5ea73bf0fb0f04b30af671d5aa6db3039de
target/arm: Convert Add/subtract (immediate with tags) to decodetree

Convert the ADDG and SUBG (immediate) instructions.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20230512144106.3608981-8-peter.maydell@linaro.org
[PMM: Rebased; use TRANS_FEAT()]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c