Home
last modified time | relevance | path

Searched defs:max_uint (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc6080 const T_uint max_uint = std::numeric_limits<T_uint>::max(); in Msa2RFInstrHelper() local
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc6373 const T_uint max_uint = std::numeric_limits<T_uint>::max(); in Msa2RFInstrHelper() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc3654 double max_uint = static_cast<double>(0xFFFFFFFFu); in get_inv_op_vfp_flag() local
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc827 uint64_t max_uint = (reg_size == kWRegSize) ? kWMaxUInt : kXMaxUInt; in Simulator() local