target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree
commit37bfce81b10450071193c8495a07f182ec652e2a
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:15 +0000 (22 15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:10 +0000 (5 17:23 +0100)
treef2c8d9bfeed39143a10f71c583855dd78c95b043
parent434f71ef96d69dbf57d6bb3883a15d2d0b32dea8
target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree

Convert the VQSHLU and QVSHL 2-reg-shift insns to decodetree.
These are the last of the simple shift-by-immediate insns.

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