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

  /external/v8/src/arm64/
constants-arm64.h 73 const int64_t kWSignBit = 31;
74 const int64_t kWSignMask = 0x1L << kWSignBit;
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 951 int sign_bit = rt.Is64Bits() ? kXSignBit : kWSignBit;
    [all...]

Completed in 1738 milliseconds