target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree
commit8e44d03f4b5590e19a4f7910ca1c327609933dd7
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:53 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
tree8f32664a62f93bf72d6878d7bca396166bf76fd8
parent7715098f93ff5205334edf161e5fe156346122b0
target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree

Convert the Neon VRHADD and VHSUB 3-reg-same insns to decodetree.
(These are all the other insns in 3-reg-same which were using
GEN_NEON_INTEGER_OP() and which are not pairwise or
reversed-operands.)

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