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

  /external/v8/src/compiler/
machine-operator.h 244 const Operator* Int32PairMul();
raw-machine-assembler.h 385 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
386 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high);
opcodes.h 544 V(Int32PairMul) \
int64-lowering.cc 381 NodeProperties::ChangeOp(node, machine()->Int32PairMul());
    [all...]
machine-operator.cc 218 V(Int32PairMul, Operator::kNoProperties, 4, 0, 2) \
    [all...]

Completed in 212 milliseconds