target/arm: Convert Extract instructions to decodetree
commit4240fb6175ea824f5c65cd346bd4086dd92353c2
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 May 2023 14:40:58 +0000 (12 15:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 May 2023 10:28:39 +0000 (18 11:28 +0100)
tree8c0b7e243b70a64c44dee501ca3ce762673b3239
parent5e451ae63ba05bafb01516bdf82830cb2f102201
target/arm: Convert Extract instructions to decodetree

Convert the EXTR instruction to decodetree (this is the
only one in the 'Extract" class). This is the last of
the dp-immediate insns in the legacy decoder, so we
can now remove disas_data_proc_imm().

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