target/arm: Convert Neon VPADD 3-reg-same insns to decodetree
commitfa22827d4eb078b6c58cd3d19af0b50ed951e832
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:56 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
tree984448894f0ae7b01cdd97621883e9467f0b13ce
parent059c2398a2b1ae86c6722c45e79fb0d0f4d95b1d
target/arm: Convert Neon VPADD 3-reg-same insns to decodetree

Convert the Neon integer VPADD 3-reg-same insns to decodetree.  These
are 'pairwise' operations.  (Note that VQRDMLAH, which shares the
same primary opcode but has U=1, has already been converted.)

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