From 87732318c5d68a366fc2d6fc394d9c20412099fa Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 28 Feb 2019 10:55:17 +0000 Subject: target/arm: Implement VFMAL and VFMSL for aarch32 Signed-off-by: Richard Henderson Message-id: 20190219222952.22183-4-richard.henderson@linaro.org Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- target/arm/cpu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/arm/cpu.h') diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 8f52914649..36cd365efa 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -3296,6 +3296,11 @@ static inline bool isar_feature_aa32_dp(const ARMISARegisters *id) return FIELD_EX32(id->id_isar6, ID_ISAR6, DP) != 0; } +static inline bool isar_feature_aa32_fhm(const ARMISARegisters *id) +{ + return FIELD_EX32(id->id_isar6, ID_ISAR6, FHM) != 0; +} + static inline bool isar_feature_aa32_fp16_arith(const ARMISARegisters *id) { /* -- cgit v1.2.3-55-g7522