Searched refs:has_atomic_ldrd_strd (Results 1 – 2 of 2) sorted by relevance
95 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant() local99 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()132 has_atomic_ldrd_strd, in FromVariant()138 bool has_atomic_ldrd_strd = (bitmap & kAtomicLdrdStrdBitfield) != 0; in FromBitmap() local141 has_atomic_ldrd_strd, in FromBitmap()158 const bool has_atomic_ldrd_strd = true; in FromCppDefines() local160 const bool has_atomic_ldrd_strd = false; in FromCppDefines() local163 has_atomic_ldrd_strd, in FromCppDefines()170 bool has_atomic_ldrd_strd = false; in FromCpuInfo() local190 has_atomic_ldrd_strd = true; in FromCpuInfo()[all …]
93 bool has_atomic_ldrd_strd, in ArmInstructionSetFeatures() argument97 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()