Searched refs:VisitMulHigh (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc552 void VisitMulHigh(InstructionSelector* selector, Node* node, function in namespace:v8::internal::compiler::__anon18547
800 VisitMulHigh(this, node, kIA32ImulHigh);
805 VisitMulHigh(this, node, kIA32UmulHigh);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc843 void VisitMulHigh(InstructionSelector* selector, Node* node, function in namespace:v8::internal::compiler::__anon18598
897 VisitMulHigh(this, node, kX64ImulHigh32);
942 VisitMulHigh(this, node, kX64UmulHigh32);
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc513 void VisitMulHigh(InstructionSelector* selector, Node* node, function in namespace:v8::internal::compiler::__anon18603
758 VisitMulHigh(this, node, kX87ImulHigh);
763 VisitMulHigh(this, node, kX87UmulHigh);

Completed in 80 milliseconds