Re: [PATCH 05/19] target/arm: Add isar_feature_aa32_simd_r16

2020-02-21 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:15, Richard Henderson wrote: > > 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 Some of

[PATCH 05/19] target/arm: Add isar_feature_aa32_simd_r16

2020-02-14 Thread Richard Henderson
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 --- target/arm/cpu.h| 6 ++ hw/intc/armv7m_nvic.c | 20 +