Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc92 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant() local
96 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()
117 has_atomic_ldrd_strd, in FromVariant()
123 bool has_atomic_ldrd_strd = (bitmap & kAtomicLdrdStrdBitfield) != 0; in FromBitmap() local
126 has_atomic_ldrd_strd, in FromBitmap()
143 const bool has_atomic_ldrd_strd = true; in FromCppDefines() local
145 const bool has_atomic_ldrd_strd = false; in FromCppDefines() local
148 has_atomic_ldrd_strd, in FromCppDefines()
155 bool has_atomic_ldrd_strd = false; in FromCpuInfo() local
175 has_atomic_ldrd_strd = true; in FromCpuInfo()
[all …]
Dinstruction_set_features_arm.h92 bool has_atomic_ldrd_strd, in ArmInstructionSetFeatures() argument
96 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()