target/arm: Reject dup_i w/ shifted byte early
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 May 2022 18:18:24 +0000 (11:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:09 +0000 (17:05 +0100)
commitc437c59ba1842dc8488316412cb071d57d8231d8
tree5efb3589cea7e8ed61458b808eb3706bcabc49d4
parentfa4bd72cc19e7309038f656c91caf1f1d4a00cee
target/arm: Reject dup_i w/ shifted byte early

Remove the unparsed extraction in trans_DUP_i,
which is intended to reject an 8-bit shift of
an 8-bit constant for 8-bit element.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220527181907.189259-72-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve.decode
target/arm/translate-sve.c