Home
last modified time | relevance | path

Searched refs:Int32PairAdd (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h229 const Operator* Int32PairAdd();
Draw-machine-assembler.h343 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() function
344 return AddNode(machine()->Int32PairAdd(), a_low, a_high, b_low, b_high); in Int32PairAdd()
Dopcodes.h417 V(Int32PairAdd) \
Dint64-lowering.cc307 NodeProperties::ChangeOp(node, machine()->Int32PairAdd()); in LowerNode()
Dmachine-operator.cc185 V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc2223 IS_QUADOP_MATCHER(Int32PairAdd)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4121 Node* PairAdd = m.Int32PairAdd(m.Parameter(0), m.Parameter(1), m.Parameter(2), in TEST()
4148 Node* PairAdd = m.Int32PairAdd(m.Parameter(a), m.Parameter(b), m.Parameter(c), in TestInt32PairAddWithSharedInput()