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

  /external/vixl/src/aarch64/
instructions-aarch64.h 91 const uint64_t kWMaxUInt = UINT64_C(0xffffffff);
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 83 const uint64_t kWMaxUInt = 0xffffffffUL;
    [all...]
simulator-arm64.cc     [all...]

Completed in 128 milliseconds