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

/external/v8/src/compiler/
H A Draw-machine-assembler.h385 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { function in class:v8::internal::compiler::RawMachineAssembler
386 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high);

Completed in 498 milliseconds