target/arm: Convert SUQADD, USQADD to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 May 2024 20:30:19 +0000 (13:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 May 2024 14:24:39 +0000 (15:24 +0100)
commit1f4dd04c2312a6673895575535f872cdb6708817
treece69c683080ed5c4c985ccc6d46de8790d019ee0
parentaaf03a399af539e40c7f9d5d5c3a79e981af77b4
target/arm: Convert SUQADD, USQADD to decodetree

These are faux 2-operand instructions, reading from rd.
Sort them next to the other three-operand same insns for clarity.

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