Searched refs:has_atomic_ldrd_strd (Results 1 – 2 of 2) sorted by relevance
83 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, in FromVariant() local87 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) { in FromVariant()108 has_atomic_ldrd_strd, in FromVariant()114 bool has_atomic_ldrd_strd = (bitmap & kAtomicLdrdStrdBitfield) != 0; in FromBitmap() local117 has_atomic_ldrd_strd, in FromBitmap()134 const bool has_atomic_ldrd_strd = true; in FromCppDefines() local136 const bool has_atomic_ldrd_strd = false; in FromCppDefines() local139 has_atomic_ldrd_strd, in FromCppDefines()146 bool has_atomic_ldrd_strd = false; in FromCpuInfo() local166 has_atomic_ldrd_strd = true; in FromCpuInfo()[all …]
89 bool has_atomic_ldrd_strd, in ArmInstructionSetFeatures() argument93 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()