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.cc58 bool has_armv8a = FindVariantInArray(arm_variants_with_armv8a, in FromVariant() local
70 bool has_div = has_armv8a || FindVariantInArray(arm_variants_with_div, in FromVariant()
82 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant()
86 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()
108 has_armv8a)); in FromVariant()
114 bool has_armv8a = (bitmap & kARMv8A) != 0; in FromBitmap() local
117 has_armv8a)); in FromBitmap()
123 const bool has_armv8a = true; in FromCppDefines() local
125 const bool has_armv8a = false; in FromCppDefines()
139 has_armv8a)); in FromCppDefines()
[all …]
Dinstruction_set_features_arm.h90 bool has_armv8a) in ArmInstructionSetFeatures() argument
94 has_armv8a_(has_armv8a) {} in ArmInstructionSetFeatures()