Searched refs:LoadStorePairLBit (Results 1 – 10 of 10) sorted by relevance
22 return Mask(LoadStorePairLBit) != 0; in IsLoad()49 return Mask(LoadStorePairLBit) == 0; in IsStore()
341 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
723 LoadStorePairLBit = 1 << 22, enumerator
1604 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
1752 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
71 return Mask(LoadStorePairLBit) != 0; in IsLoad()103 return Mask(LoadStorePairLBit) == 0; in IsStore()
367 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
973 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()4695 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w); in LoadPairOpFor()4697 LoadStorePairLBit); in LoadPairOpFor()
773 LoadStorePairLBit = 1 << 22, enumerator
1441 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()