Home
last modified time | relevance | path

Searched refs:LoadStorePairLBit (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc19 return Mask(LoadStorePairLBit) != 0; in IsLoad()
50 return Mask(LoadStorePairLBit) == 0; in IsStore()
H A Dassembler-arm64-inl.h811 DCHECK_EQ(STP_w | LoadStorePairLBit, LDP_w); in LoadPairOpFor()
813 LoadStorePairLBit); in LoadPairOpFor()
H A Dconstants-arm64.h824 LoadStorePairLBit = 1 << 22,
H A Dassembler-arm64.cc1246 DCHECK(((op & LoadStorePairLBit) == 0) || rt != rt2); in LoadStorePair()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc491 return Mask(LoadStorePairLBit) != 0; in IsLoad()
523 return Mask(LoadStorePairLBit) == 0; in IsStore()
H A Dassembler-aarch64.cc1126 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2)); in LoadStorePair()
6786 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w);
6788 LoadStorePairLBit);
H A Dconstants-aarch64.h1029 LoadStorePairLBit = 1 << 22, enumerator
H A Dsimulator-aarch64.cc4447 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2)); in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc2193 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2));

Completed in 60 milliseconds