Home
last modified time | relevance | path

Searched refs:max_uint_2op (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1060 T max_uint_2op = std::numeric_limits<T>::max() - carry_in; in AddWithCarry() local
1061 nzcv().SetC((left > max_uint_2op) || ((max_uint_2op - left) < right)); in AddWithCarry()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc949 uint64_t max_uint_2op = max_uint - carry_in; in Simulator() local
950 bool C = (left > max_uint_2op) || ((max_uint_2op - left) < right); in Simulator()

Completed in 24 milliseconds