target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree
commit7ecc28bc72b8033cf4e0c6332135ec20d4125dfb
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2020 16:38:57 +0000 (12 17:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:09 +0000 (14 15:03 +0100)
treee0bfb381f9bcbd08fab2600dd1c36ebbe7870f51
parentfa22827d4eb078b6c58cd3d19af0b50ed951e832
target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree

Convert the Neon VQDMULH and VQRDMULH 3-reg-same insns to
decodetree. These are the last integer operations in the
3-reg-same group.

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