]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:45 +0000 (19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (12:57 +0100)
commit7a9497f1cf73667a4744d09673b808c20e067915
tree1004b69aa5fb5f01dbfe75163c1da2842eb1c369
parent02bd0cdb64b3e79419ba3a8746cb86430883b3ae
target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetree

Convert the Neon VQADD/VQSUB insns in the 3-reg-same grouping
to decodetree.

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