Searched refs:SmiMul (Results 1 – 7 of 7) sorted by relevance
1096 var_result.Bind(SmiMul(lhs, rhs)); in TF_BUILTIN()
661 void SmiMul(Register dst,
1919 void MacroAssembler::SmiMul(Register dst, in SmiMul() function in v8::internal::MacroAssembler
236 Node* SmiMul(Node* a, Node* b);
955 var_result.Bind(assembler->SmiMul(lhs, rhs)); in Generate()
523 Node* CodeStubAssembler::SmiMul(Node* a, Node* b) { in SmiMul() function in v8::internal::CodeStubAssembler
1554 __ SmiMul(rax, rdx, rcx, &stub_call); in EmitInlineSmiBinaryOp() local