Home
last modified time | relevance | path

Searched refs:kXMaxUInt (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h92 const uint64_t kXMaxUInt = UINT64_C(0xffffffffffffffff); member
H A Dlogic-aarch64.cc4983 // This is equivalent to "if (value >= kXMaxUInt)" but avoids rounding issues
4986 return kXMaxUInt;
H A Dsimulator-aarch64.cc936 uint64_t max_uint = (reg_size == kWRegSize) ? kWMaxUInt : kXMaxUInt; in Simulator()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h93 const uint64_t kXMaxUInt = 0xffffffffffffffffUL; member

Completed in 32 milliseconds