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

/external/v8/src/arm64/
H A Dinstructions-arm64.cc22 return Mask(LoadStorePairLBit) != 0;
49 return Mask(LoadStorePairLBit) == 0;
H A Dinstrument-arm64.cc341 if (instr->Mask(LoadStorePairLBit) != 0) {
H A Dconstants-arm64.h723 LoadStorePairLBit = 1 << 22, enumerator in enum:v8::internal::LoadStorePairOp
H A Dassembler-arm64.cc1604 DCHECK(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2));
H A Dsimulator-arm64.cc1752 DCHECK(((op & LoadStorePairLBit) == 0) || (rt != rt2));
/external/vixl/src/aarch64/
H A Dinstructions-aarch64.cc71 return Mask(LoadStorePairLBit) != 0;
103 return Mask(LoadStorePairLBit) == 0;
H A Dinstrument-aarch64.cc367 if (instr->Mask(LoadStorePairLBit) != 0) {
H A Dassembler-aarch64.cc973 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2));
4695 VIXL_ASSERT((STP_w | LoadStorePairLBit) == LDP_w);
4697 LoadStorePairLBit);
H A Dconstants-aarch64.h777 LoadStorePairLBit = 1 << 22, enumerator in enum:vixl::aarch64::LoadStorePairOp
H A Dsimulator-aarch64.cc1441 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2));

Completed in 334 milliseconds