HomeSort by relevance Sort by last modified time
    Searched refs:LoadStorePairLBit (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/src/arm64/
instructions-arm64.cc 24 return Mask(LoadStorePairLBit) != 0;
51 return Mask(LoadStorePairLBit) == 0;
instrument-arm64.cc 341 if (instr->Mask(LoadStorePairLBit) != 0) {
constants-arm64.h 726 LoadStorePairLBit = 1 << 22,
    [all...]
assembler-arm64.cc     [all...]
simulator-arm64.cc     [all...]
  /external/vixl/src/a64/
instrument-a64.cc 367 if (instr->Mask(LoadStorePairLBit) != 0) {
constants-a64.h 608 LoadStorePairLBit = 1 << 22,
    [all...]
assembler-a64.cc 1051 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || !rt.Is(rt2));
    [all...]
simulator-a64.cc 850 VIXL_ASSERT(((op & LoadStorePairLBit) == 0) || (rt != rt2));
    [all...]

Completed in 67 milliseconds