target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree
commitab978335a56e3618212868fdce3a54217c6e71e6
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:59 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
tree19b3c926d0f9dfab8efc5fde1f22c14ecc60e4d3
parenta26a352bb498662cd0c205cb433a352f86fac7d2
target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree

Convert the Neon float VPMIN, VPMAX and VPADD 3-reg-same insns to
decodetree. These are the only remaining 'pairwise' operations,
so we can delete the pairwise-specific bits of the old decoder's
for-each-element loop now.

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