Searched refs:Int64AddWithOverflow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 255 const Operator* Int64AddWithOverflow();
|
D | raw-machine-assembler.h | 298 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function 299 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
|
D | opcodes.h | 327 V(Int64AddWithOverflow) \
|
D | machine-operator.cc | 390 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 494 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/ |
D | instruction-selector-arm64-unittest.cc | 188 {&RawMachineAssembler::Int64AddWithOverflow, "Int64AddWithOverflow",
|