HomeSort by relevance Sort by last modified time
    Searched defs:Int32Mul (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.cc 85 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) {
86 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs);
664 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor)));
694 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor)));
    [all...]
raw-machine-assembler.h 252 Node* Int32Mul(Node* a, Node* b) {
253 return AddNode(machine()->Int32Mul(), a, b);

Completed in 37 milliseconds