Home
last modified time | relevance | path

Searched defs:has_atomic_ldrd_strd (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm/
Dinstruction_set_features_arm.h79 ArmInstructionSetFeatures(bool smp, bool has_div, bool has_atomic_ldrd_strd) in ArmInstructionSetFeatures()
Dinstruction_set_features_arm.cc106 bool has_atomic_ldrd_strd = (bitmap & kAtomicLdrdStrdBitfield) != 0; in FromBitmap() local
269 bool has_atomic_ldrd_strd = has_atomic_ldrd_strd_; in AddFeaturesFromSplitString() local