target/arm: Implement MVE vector shift left by immediate insns
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Jun 2021 13:58:24 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:48:37 +0000 (11:48 +0100)
commitf9ed61741e5f26ee1bb933a87669697901d9327d
tree09b70938bab1f07884a086122a410a798d9947a2
parenteab84139855dac258c8d89ad736f6649e3edc76a
target/arm: Implement MVE vector shift left by immediate insns

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210628135835.6690-8-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c