target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp
commit7e435b9ea645b370aa32364fa22f8e4cd9e7d9ec
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 May 2021 15:28:35 +0000 (20 16:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:25 +0000 (3 16:43 +0100)
tree6c11154a76d23c5a7f8e2370985277d1ee27b4ec
parent70b305d4f0f0e024b6c1adeb0630be8491bbae6a
target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp

Split out the handling of VMOV_reg_sp and VMOV_reg_dp so that we can
permit the insns if either FP or MVE are present.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210520152840.24453-5-peter.maydell@linaro.org
target/arm/translate-vfp.c