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

Convert the Neon integer VPMAX and VPMIN 3-reg-same insns to
decodetree. These are 'pairwise' operations.

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