target/arm: Convert remaining simple 2-reg-misc Neon ops
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 17:08:36 +0000 (18:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Jun 2020 10:39:46 +0000 (11:39 +0100)
commit84eae770af69c37a92496a4c4248875c070d5ee3
treea55353f4cb94e08d79967d773bca2897d5f60c3f
parent8966808205b59d6c196b380b638475bcd1657ef4
target/arm: Convert remaining simple 2-reg-misc Neon ops

Convert the remaining ops in the Neon 2-reg-misc group which
can be implemented simply with our do_2misc() helper.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200616170844.13318-14-peter.maydell@linaro.org
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c