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 100 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) {
101 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs);
    [all...]
raw-machine-assembler.h 285 Node* Int32Mul(Node* a, Node* b) {
286 return AddNode(machine()->Int32Mul(), a, b);

Completed in 61 milliseconds