target/arm: Implement MVE VREV16, VREV32, VREV64
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:15:49 +0000 (13:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:50 +0000 (17:12 +0100)
commit249b5309c44831555b7fb6dab68d7a6f9f573882
treee0d4a97faf1276a3390b8d9d6d950bd20a245f5c
parent6437f1f77c3bca329b6464e9357647f33d85e9ef
target/arm: Implement MVE VREV16, VREV32, VREV64

Implement the MVE instructions VREV16, VREV32 and VREV64.

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