Searched refs:Int32SubWithOverflow (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 239 const Operator* Int32SubWithOverflow();
|
D | raw-machine-assembler.h | 249 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function 250 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
|
D | opcodes.h | 318 V(Int32SubWithOverflow) \
|
D | machine-operator.cc | 389 V(Int32SubWithOverflow, Operator::kNoProperties) \
|
D | effect-control-linearizer.cc | 870 graph()->NewNode(machine()->Int32SubWithOverflow(), lhs, rhs, control); in LowerCheckedInt32Sub()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-reducer-unittest.cc | 1347 Node* add = graph()->NewNode(machine()->Int32SubWithOverflow(), p0, in TEST_F() 1365 Node* add = graph()->NewNode(machine()->Int32SubWithOverflow(), in TEST_F()
|
/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 158 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5191 Node* add = m.Int32SubWithOverflow(bt.param0, bt.param1); in TEST() 5212 Node* add = m.Int32SubWithOverflow(m.Int32Constant(*i), m.Parameter(0)); in TEST() 5225 Node* add = m.Int32SubWithOverflow(m.Parameter(0), m.Int32Constant(*i)); in TEST() 5239 m.Int32SubWithOverflow(m.Int32Constant(*i), m.Int32Constant(*j)); in TEST() 5257 Node* sub = m.Int32SubWithOverflow(bt.param0, bt.param1); in TEST()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 186 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow", 356 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 89 {&RawMachineAssembler::Int32SubWithOverflow,
|