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

  /external/vixl/src/aarch64/
instructions-aarch64.h 90 const uint64_t kXMaxUInt = UINT64_C(0xffffffffffffffff);
logic-aarch64.cc     [all...]
simulator-aarch64.cc 306 uint64_t max_uint = (reg_size == kWRegSize) ? kWMaxUInt : kXMaxUInt;
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 82 const uint64_t kXMaxUInt = 0xffffffffffffffffUL;
    [all...]
simulator-arm64.cc     [all...]

Completed in 199 milliseconds