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.cc71 bool has_armv8a = FindVariantInArray(arm_variants_with_armv8a, in FromVariant() local
83 bool has_div = has_armv8a || FindVariantInArray(arm_variants_with_div, in FromVariant()
95 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant()
99 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()
133 has_armv8a)); in FromVariant()
139 bool has_armv8a = (bitmap & kARMv8A) != 0; in FromBitmap() local
142 has_armv8a)); in FromBitmap()
148 const bool has_armv8a = true; in FromCppDefines() local
150 const bool has_armv8a = false; in FromCppDefines()
164 has_armv8a)); in FromCppDefines()
[all …]
Dinstruction_set_features_arm.h94 bool has_armv8a) in ArmInstructionSetFeatures() argument
98 has_armv8a_(has_armv8a) {} in ArmInstructionSetFeatures()