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.h74 return has_atomic_ldrd_strd_; in HasAtomicLdrdAndStrd()
96 has_atomic_ldrd_strd_(has_atomic_ldrd_strd), in ArmInstructionSetFeatures()
107 const bool has_atomic_ldrd_strd_; variable
Dinstruction_set_features_arm.cc298 && has_atomic_ldrd_strd_ == other_as_arm->has_atomic_ldrd_strd_ in Equals()
308 && (has_atomic_ldrd_strd_ || !other_as_arm->has_atomic_ldrd_strd_) in HasAtLeast()
314 | (has_atomic_ldrd_strd_ ? kAtomicLdrdStrdBitfield : 0) in AsBitmap()
325 if (has_atomic_ldrd_strd_) { in GetFeatureString()
341 bool has_atomic_ldrd_strd = has_atomic_ldrd_strd_; in AddFeaturesFromSplitString()