Home
last modified time | relevance | path

Searched refs:Int64AddWithOverflow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h255 const Operator* Int64AddWithOverflow();
Draw-machine-assembler.h298 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function
299 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
Dopcodes.h327 V(Int64AddWithOverflow) \
Dmachine-operator.cc390 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc494 Node* add = m.Int64AddWithOverflow(bt.param0, bt.param1); in TEST()
515 Node* add = m.Int64AddWithOverflow(m.Int64Constant(*i), m.Parameter(0)); in TEST()
528 Node* add = m.Int64AddWithOverflow(m.Parameter(0), m.Int64Constant(*i)); in TEST()
542 m.Int64AddWithOverflow(m.Int64Constant(*i), m.Int64Constant(*j)); in TEST()
560 Node* add = m.Int64AddWithOverflow(bt.param0, bt.param1); in TEST()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc188 {&RawMachineAssembler::Int64AddWithOverflow, "Int64AddWithOverflow",