HomeSort by relevance Sort by last modified time
    Searched defs:kWRegSizeInBits (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 170 static_cast<int64_t>(by) << kWRegSizeInBits);
282 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
443 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
803 Operand(string_start_minus_one().X(), LSL, kWRegSizeInBits));
869 __ Lsr(capture_end.X(), capture_start.X(), kWRegSizeInBits);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc     [all...]
constants-arm64.h 46 const int kWRegSizeInBits = 32;
48 const int kWRegSize = kWRegSizeInBits >> 3;
    [all...]

Completed in 348 milliseconds