target/arm: Implement MVE VSRI, VSLI
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Jun 2021 13:58:27 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:48:37 +0000 (11:48 +0100)
commita78b25fa71f1d2d9bcfdf2026743784e12efeeac
treecfeb95919c1f7794e77db21fa7656c56399f326f
parentc2262707034c2b596db41fbc682150948e939772
target/arm: Implement MVE VSRI, VSLI

Implement the MVE VSRI and VSLI insns, which perform a
shift-and-insert operation.

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