target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree
commit66432d6b8294e3508218b360acfdf7c244eea993
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:13 +0000 (22 15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:09 +0000 (5 17:23 +0100)
tree7b1dd8fe9005862e88c4cf835c65f1cad16763ec
parentd3c8c736f8b4bdd02831076286b1788232f46ced
target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree

Convert the VSHR 2-reg-shift insns to decodetree.

Note that unlike the legacy decoder, we present the right shift
amount to the trans_ function as a positive integer.

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