Searched defs:Int32Mul (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc100 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) { function in class:v8::internal::compiler::MachineOperatorReducer
101 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs);
883 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor)));
913 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor)));
H A Draw-machine-assembler.h285 Node* Int32Mul(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
286 return AddNode(machine()->Int32Mul(), a, b);

Completed in 229 milliseconds