Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1336 constexpr int64_t kMinInt64 = static_cast<int64_t>(1) << 63; in emit_i64_divs() local
1345 CmpS64(lhs.gp(), Operand(kMinInt64), r0); in emit_i64_divs()
1366 constexpr int64_t kMinInt64 = static_cast<int64_t>(1) << 63; in emit_i64_rems() local
1379 CmpS64(lhs.gp(), Operand(kMinInt64), r0); in emit_i64_rems()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1783 constexpr int64_t kMinInt64 = static_cast<int64_t>(1) << 63; in emit_i64_divs() local
1792 mov(r0, Operand(kMinInt64)); in emit_i64_divs()
1814 constexpr int64_t kMinInt64 = static_cast<int64_t>(1) << 63; in emit_i64_rems() local
1827 mov(r0, Operand(kMinInt64)); in emit_i64_rems()

Completed in 11 milliseconds