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

  /external/v8/src/compiler/
machine-operator.h 242 const Operator* Int32PairAdd();
raw-machine-assembler.h 379 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
380 return AddNode(machine()->Int32PairAdd(), a_low, a_high, b_low, b_high);
opcodes.h 542 V(Int32PairAdd) \
int64-lowering.cc 341 NodeProperties::ChangeOp(node, machine()->Int32PairAdd());
    [all...]
machine-operator.cc 216 V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \
    [all...]

Completed in 110 milliseconds