mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target/arm: Add isar feature test for FEAT_AIE
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20251014195017.421681-2-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
7ade034e66
commit
97de03a0bf
@@ -1364,6 +1364,11 @@ static inline bool isar_feature_aa64_s2pie(const ARMISARegisters *id)
|
||||
return FIELD_EX64_IDREG(id, ID_AA64MMFR3, S2PIE) != 0;
|
||||
}
|
||||
|
||||
static inline bool isar_feature_aa64_aie(const ARMISARegisters *id)
|
||||
{
|
||||
return FIELD_EX64_IDREG(id, ID_AA64MMFR3, AIE) != 0;
|
||||
}
|
||||
|
||||
static inline bool isar_feature_aa64_mec(const ARMISARegisters *id)
|
||||
{
|
||||
return FIELD_EX64_IDREG(id, ID_AA64MMFR3, MEC) != 0;
|
||||
|
||||
Reference in New Issue
Block a user