Searched refs:Int32AddWithOverflow (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/compiler/ |
D | code-assembler.h | 84 V(Int32AddWithOverflow) \
|
D | machine-operator.h | 237 const Operator* Int32AddWithOverflow();
|
D | raw-machine-assembler.h | 243 Node* Int32AddWithOverflow(Node* a, Node* b) { in Int32AddWithOverflow() function 244 return AddNode(machine()->Int32AddWithOverflow(), a, b); in Int32AddWithOverflow()
|
D | opcodes.h | 316 V(Int32AddWithOverflow) \
|
D | effect-control-linearizer.cc | 560 Node* smi_tag = graph()->NewNode(machine()->Int32AddWithOverflow(), value32, in LowerChangeFloat64ToTagged() 624 Node* add = graph()->NewNode(machine()->Int32AddWithOverflow(), value, value, in LowerChangeInt32ToTagged() 849 graph()->NewNode(machine()->Int32AddWithOverflow(), lhs, rhs, control); in LowerCheckedInt32Add()
|
D | machine-operator.cc | 388 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
|
D | wasm-compiler.cc | 1983 Node* add = graph()->NewNode(machine->Int32AddWithOverflow(), value, value, in BuildChangeInt32ToTagged() 2048 Node* smi_tag = graph()->NewNode(machine->Int32AddWithOverflow(), value32, in BuildChangeFloat64ToTagged()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-reducer-unittest.cc | 1290 Node* add = graph()->NewNode(machine()->Int32AddWithOverflow(), in TEST_F() 1303 Node* add = graph()->NewNode(machine()->Int32AddWithOverflow(), p0, in TEST_F() 1323 Node* add = graph()->NewNode(machine()->Int32AddWithOverflow(), in TEST_F()
|
D | node-test-utils.cc | 2267 IS_BINOP_MATCHER(Int32AddWithOverflow)
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 184 {&RawMachineAssembler::Int32AddWithOverflow, "Int32AddWithOverflow", 352 {&RawMachineAssembler::Int32AddWithOverflow, "Int32AddWithOverflow", 1645 1, m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0)))); in TEST_F() 1663 0, m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0)))); in TEST_F() 1679 Node* n = m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0)); in TEST_F() 1698 Node* n = m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0)); in TEST_F()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 1094 Node* pair = Int32AddWithOverflow(value32, value32); in ChangeFloat64ToTagged() 1123 Node* pair = Int32AddWithOverflow(value, value); in ChangeInt32ToTagged() 1159 Node* pair = Int32AddWithOverflow(value, value); in ChangeUint32ToTagged()
|
/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 156 {&RawMachineAssembler::Int32AddWithOverflow, "Int32AddWithOverflow",
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5103 Node* add = m.Int32AddWithOverflow(bt.param0, bt.param1); in TEST() 5124 Node* add = m.Int32AddWithOverflow(m.Int32Constant(*i), m.Parameter(0)); in TEST() 5137 Node* add = m.Int32AddWithOverflow(m.Parameter(0), m.Int32Constant(*i)); in TEST() 5151 m.Int32AddWithOverflow(m.Int32Constant(*i), m.Int32Constant(*j)); in TEST() 5169 Node* add = m.Int32AddWithOverflow(bt.param0, bt.param1); in TEST()
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 87 const ODPI kODPIs[] = {{&RawMachineAssembler::Int32AddWithOverflow,
|