target/arm: Add isar_feature_aa32_vfp_simd
commit7fbc6a403a0aab834e764fa61d81ed8586cfe352
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Feb 2020 22:22:16 +0000 (24 14:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (28 16:14 +0000)
tree99455bf524c7004aa9764ead4565751d98225866
parent25f1d9f38bac040498814561714b794431af86c4
target/arm: Add isar_feature_aa32_vfp_simd

Use this in the places that were checking ARM_FEATURE_VFP, and
are obviously testing for the existance of the register set
as opposed to testing for some particular instruction extension.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200224222232.13807-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/armv7m_nvic.c
linux-user/arm/signal.c
target/arm/arch_dump.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c
target/arm/m_helper.c