Searched refs:LoadStorePairLBit (Results 1 – 9 of 9) sorted by relevance
24 return Mask(LoadStorePairLBit) != 0; in IsLoad()51 return Mask(LoadStorePairLBit) == 0; in IsStore()
341 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
726 LoadStorePairLBit = 1 << 22, enumerator
1603 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
1697 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
367 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
608 LoadStorePairLBit = 1 << 22, enumerator
850 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
1051 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()