Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h260 const Operator* Int32PairSub(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h408 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()
Dopcodes.h653 V(Int32PairSub) \
Dint64-lowering.cc433 NodeProperties::ChangeOp(node, machine()->Int32PairSub()); in LowerNode()
Dmachine-operator.cc234 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \