Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h230 const Operator* Int32PairSub();
Draw-machine-assembler.h346 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() function
347 return AddNode(machine()->Int32PairSub(), a_low, a_high, b_low, b_high); in Int32PairSub()
Dopcodes.h418 V(Int32PairSub) \
Dint64-lowering.cc327 NodeProperties::ChangeOp(node, machine()->Int32PairSub()); in LowerNode()
Dmachine-operator.cc186 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc2224 IS_QUADOP_MATCHER(Int32PairSub)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4184 Node* PairSub = m.Int32PairSub(m.Parameter(0), m.Parameter(1), m.Parameter(2), in TEST()
4211 Node* PairSub = m.Int32PairSub(m.Parameter(a), m.Parameter(b), m.Parameter(c), in TestInt32PairSubWithSharedInput()