HomeSort by relevance Sort by last modified time
    Searched refs:Int32PairSub (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
machine-operator.h 243 const Operator* Int32PairSub();
raw-machine-assembler.h 382 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
383 return AddNode(machine()->Int32PairSub(), a_low, a_high, b_low, b_high);
opcodes.h 543 V(Int32PairSub) \
int64-lowering.cc 361 NodeProperties::ChangeOp(node, machine()->Int32PairSub());
    [all...]
machine-operator.cc 217 V(Int32PairSub, Operator::kNoProperties, 4, 0, 2) \
    [all...]

Completed in 72 milliseconds