target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree
commita26a352bb498662cd0c205cb433a352f86fac7d2
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:58 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
tree28a7a93c08ee8a552ef00d8b5ca264f8e63ab988
parent7ecc28bc72b8033cf4e0c6332135ec20d4125dfb
target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree

Convert the Neon VADD, VSUB, VABD 3-reg-same insns to decodetree.
We already have gvec helpers for addition and subtraction, but must
add one for fabd.

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