Home
last modified time | relevance | path

Searched refs:LoadStorePairLBit (Results 1 – 11 of 11) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc53 return Mask(LoadStorePairLBit) != 0; in IsLoad()
85 return Mask(LoadStorePairLBit) == 0; in IsStore()
Dinstrument-aarch64.cc370 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
Dassembler-aarch64.cc1106 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
5858 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w); in LoadPairOpFor()
5860 LoadStorePairLBit); in LoadPairOpFor()
Dconstants-aarch64.h817 LoadStorePairLBit = 1 << 22, enumerator
Dsimulator-aarch64.cc1559 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
/external/v8/src/arm64/
Dinstructions-arm64.cc19 return Mask(LoadStorePairLBit) != 0; in IsLoad()
50 return Mask(LoadStorePairLBit) == 0; in IsStore()
Dassembler-arm64-inl.h837 DCHECK_EQ(STP_w | LoadStorePairLBit, LDP_w);
839 LoadStorePairLBit);
Dinstrument-arm64.cc332 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
Dconstants-arm64.h801 LoadStorePairLBit = 1 << 22, enumerator
Dsimulator-arm64.cc1896 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
Dassembler-arm64.cc1621 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()