Searched refs:LoadStorePairLBit (Results 1 – 11 of 11) sorted by relevance
53 return Mask(LoadStorePairLBit) != 0; in IsLoad()85 return Mask(LoadStorePairLBit) == 0; in IsStore()
370 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
1106 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()5858 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w); in LoadPairOpFor()5860 LoadStorePairLBit); in LoadPairOpFor()
817 LoadStorePairLBit = 1 << 22, enumerator
1559 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
19 return Mask(LoadStorePairLBit) != 0; in IsLoad()50 return Mask(LoadStorePairLBit) == 0; in IsStore()
837 DCHECK_EQ(STP_w | LoadStorePairLBit, LDP_w);839 LoadStorePairLBit);
332 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
801 LoadStorePairLBit = 1 << 22, enumerator
1896 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
1621 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()