Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc24 return Mask(LoadStorePairLBit) != 0; in IsLoad()
51 return Mask(LoadStorePairLBit) == 0; in IsStore()
Dinstrument-arm64.cc341 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
Dconstants-arm64.h726 LoadStorePairLBit = 1 << 22, enumerator
Dassembler-arm64.cc1603 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
Dsimulator-arm64.cc1697 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc80 return Mask(LoadStorePairLBit) != 0; in IsLoad()
110 return Mask(LoadStorePairLBit) == 0; in IsStore()
Dinstrument-a64.cc369 if (instr->Mask(LoadStorePairLBit) != 0) { in InstrumentLoadStorePair()
Dassembler-a64.cc1442 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
5313 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w); in LoadPairOpFor()
5315 LoadStorePairLBit); in LoadPairOpFor()
Dconstants-a64.h764 LoadStorePairLBit = 1 << 22, enumerator
Dsimulator-a64.cc1203 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in LoadStorePairHelper()