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.h75 return has_atomic_ldrd_strd_; in HasAtomicLdrdAndStrd()
97 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()
108 const bool has_atomic_ldrd_strd_; variable
Dinstruction_set_features_arm.cc313 && has_atomic_ldrd_strd_ == other_as_arm->has_atomic_ldrd_strd_ in Equals()
323 && (has_atomic_ldrd_strd_ || !other_as_arm->has_atomic_ldrd_strd_) in HasAtLeast()
329 | (has_atomic_ldrd_strd_ ? kAtomicLdrdStrdBitfield : 0) in AsBitmap()
340 if (has_atomic_ldrd_strd_) { in GetFeatureString()
356 bool has_atomic_ldrd_strd = has_atomic_ldrd_strd_; in AddFeaturesFromSplitString()