commit | 7e435b9ea645b370aa32364fa22f8e4cd9e7d9ec | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu May 20 16:28:35 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 03 16:43:25 2021 +0100 |
tree | 6c11154a76d23c5a7f8e2370985277d1ee27b4ec | |
parent | 70b305d4f0f0e024b6c1adeb0630be8491bbae6a [diff] |
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