Searched refs:Int32PairSub (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 230 const Operator* Int32PairSub();
|
D | raw-machine-assembler.h | 346 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()
|
D | opcodes.h | 418 V(Int32PairSub) \
|
D | int64-lowering.cc | 327 NodeProperties::ChangeOp(node, machine()->Int32PairSub()); in LowerNode()
|
D | machine-operator.cc | 186 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
|
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 2224 IS_QUADOP_MATCHER(Int32PairSub)
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 4184 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()
|