HomeSort by relevance Sort by last modified time
    Searched refs:has_atomic_ldrd_strd (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/arm/
instruction_set_features_arm.cc 80 bool has_atomic_ldrd_strd = has_armv8a || FindVariantInArray(arm_variants_with_lpae, local
84 if (has_armv8a == false && has_div == false && has_atomic_ldrd_strd == false) {
105 has_atomic_ldrd_strd,
111 bool has_atomic_ldrd_strd = (bitmap & kAtomicLdrdStrdBitfield) != 0; local
114 has_atomic_ldrd_strd,
131 const bool has_atomic_ldrd_strd = true; local
133 const bool has_atomic_ldrd_strd = false; local
136 has_atomic_ldrd_strd,
143 bool has_atomic_ldrd_strd = false; local
163 has_atomic_ldrd_strd = true
188 bool has_atomic_ldrd_strd = false; local
258 const bool has_atomic_ldrd_strd = true; local
260 const bool has_atomic_ldrd_strd = false; local
317 bool has_atomic_ldrd_strd = has_atomic_ldrd_strd_; local
    [all...]
instruction_set_features_arm.h 89 bool has_atomic_ldrd_strd,
93 has_atomic_ldrd_strd_(has_atomic_ldrd_strd),

Completed in 72 milliseconds