Home
last modified time | relevance | path

Searched refs:has_armv8a (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc59 bool has_armv8a = FindVariantInArray(arm_variants_with_armv8a, in FromVariant() local
71 bool has_div = has_armv8a || FindVariantInArray(arm_variants_with_div, in FromVariant()
83 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant()
87 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()
109 has_armv8a)); in FromVariant()
115 bool has_armv8a = (bitmap & kARMv8A) != 0; in FromBitmap() local
118 has_armv8a)); in FromBitmap()
124 const bool has_armv8a = true; in FromCppDefines() local
126 const bool has_armv8a = false; in FromCppDefines()
140 has_armv8a)); in FromCppDefines()
[all …]
Dinstruction_set_features_arm.h90 bool has_armv8a) in ArmInstructionSetFeatures() argument
94 has_armv8a_(has_armv8a) {} in ArmInstructionSetFeatures()