target/arm: Convert Data Processing (reg-shifted-reg)
commit5be2c12337f4cbdbda4efe6ab485350f730faaad
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:29:54 +0000 (4 12:29 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (5 13:23 +0100)
tree3b6bc8c2ae7bc18a808a91562c0fb8a2d6a55d43
parent25ae32c558182c07fc6ad01b936e9151cbf00c44
target/arm: Convert Data Processing (reg-shifted-reg)

Convert the register shifted by register form of the data
processing insns.  For A32, we cannot yet remove any code
because the legacy decoder intertwines the immediate form.

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