Home
last modified time | relevance | path

Searched refs:Int32SubWithOverflow (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h239 const Operator* Int32SubWithOverflow();
Draw-machine-assembler.h249 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function
250 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
Dopcodes.h318 V(Int32SubWithOverflow) \
Dmachine-operator.cc389 V(Int32SubWithOverflow, Operator::kNoProperties) \
Deffect-control-linearizer.cc870 graph()->NewNode(machine()->Int32SubWithOverflow(), lhs, rhs, control); in LowerCheckedInt32Sub()
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc1347 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/
Dinstruction-selector-mips-unittest.cc158 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5191 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/
Dinstruction-selector-arm64-unittest.cc186 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
356 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc89 {&RawMachineAssembler::Int32SubWithOverflow,