target/arm: Implement MVE VSHLL
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Jun 2021 13:58:26 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:48:37 +0000 (11:48 +0100)
commitc2262707034c2b596db41fbc682150948e939772
tree23fdb13c4b4b208b43d5acd3374636ed4e3840b8
parent3394116f47d12bb577ee44493d3d61a30ec9dd68
target/arm: Implement MVE VSHLL

Implement the MVE VHLL (vector shift left long) insn.  This has two
encodings: the T1 encoding is the usual shift-by-immediate format,
and the T2 encoding is a special case where the shift count is always
equal to the element size.

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