target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree
commita063569508af8295cf6271e06700e5b956bb402d
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:48 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
tree1cc46eb983aa0b1c77026ad9f537d0925ff0ed2a
parentf7e462f82b06d39acefff7b8f153bf5e6b3d28e5
target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree

Convert the Neon VQRDMLAH and VQRDMLSH insns in the 3-reg-same group
to decodetree.  These don't use do_3same() because they want to
operate on VFP double registers, whose offsets are different from the
neon_reg_offset() calculations do_3same does.

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