]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Use isar_feature_aa32_simd_r32 more places
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 Feb 2020 18:15:31 +0000 (10:15 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:03 +0000 (16:07 +0000)
commita6627f5fc607939f7c8b9c3157fdcb2d368ba0ed
tree7c1138919c01d3e60d07e86db4f00d5024d53065
parent0e13ba7889432c5e2f1bdb1b25e7076ca1b1dcba
target/arm: Use isar_feature_aa32_simd_r32 more places

Many uses of ARM_FEATURE_VFP3 are testing for the number of simd
registers implemented.  Use the proper test vs MVFR0.SIMDReg.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200214181547.21408-4-richard.henderson@linaro.org
[PMM: fix typo in commit message]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/helper.c
target/arm/translate.c