Searched refs:Int32PairSub (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 260 const Operator* Int32PairSub(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 408 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() function 409 return AddNode(machine()->Int32PairSub(), a_low, a_high, b_low, b_high); in Int32PairSub()
|
D | opcodes.h | 653 V(Int32PairSub) \
|
D | int64-lowering.cc | 433 NodeProperties::ChangeOp(node, machine()->Int32PairSub()); in LowerNode()
|
D | machine-operator.cc | 234 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
|