Searched refs:Int64SubWithOverflow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 257 const Operator* Int64SubWithOverflow();
|
D | raw-machine-assembler.h | 304 Node* Int64SubWithOverflow(Node* a, Node* b) { in Int64SubWithOverflow() function 305 return AddNode(machine()->Int64SubWithOverflow(), a, b); in Int64SubWithOverflow()
|
D | opcodes.h | 329 V(Int64SubWithOverflow) \
|
D | machine-operator.cc | 391 V(Int64SubWithOverflow, Operator::kNoProperties)
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 586 Node* add = m.Int64SubWithOverflow(bt.param0, bt.param1); in TEST() 607 Node* add = m.Int64SubWithOverflow(m.Int64Constant(*i), m.Parameter(0)); in TEST() 620 Node* add = m.Int64SubWithOverflow(m.Parameter(0), m.Int64Constant(*i)); in TEST() 634 m.Int64SubWithOverflow(m.Int64Constant(*i), m.Int64Constant(*j)); in TEST() 652 Node* sub = m.Int64SubWithOverflow(bt.param0, bt.param1); in TEST()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 190 {&RawMachineAssembler::Int64SubWithOverflow, "Int64SubWithOverflow",
|