target/arm: Implement MVE shifts by immediate
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Jun 2021 13:58:34 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:48:37 +0000 (11:48 +0100)
commit46321d47a91499897bd032361dc24013d70f21a5
tree4286ca96ac625331673d084cf4f45172d2aa94d6
parent0aa4b4c358bfced42306de697e6408cabf922cf5
target/arm: Implement MVE shifts by immediate

Implement the MVE shifts by immediate, which perform shifts
on a single general-purpose register.

These patterns overlap with the long-shift-by-immediates,
so we have to rearrange the grouping a little here.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210628135835.6690-18-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve_helper.c
target/arm/t32.decode
target/arm/translate.c
target/arm/translate.h