On 6/28/21 6:58 AM, Peter Maydell wrote:
Implement the MVE shift-vector-left-by-immediate insns VSHL, VQSHL
and VQSHLU.
The size-and-immediate encoding here is the same as Neon, and we
handle it the same way neon-dp.decode does.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
target/arm/helper-mve.h | 16 +++++++++++
target/arm/mve.decode | 23 +++++++++++++++
target/arm/mve_helper.c | 57 ++++++++++++++++++++++++++++++++++++++
target/arm/translate-mve.c | 51 ++++++++++++++++++++++++++++++++++
4 files changed, 147 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~