Searched refs:Dmodu (Results 1 – 4 of 4) sorted by relevance
605 TurboAssembler::Dmodu(dst.gp(), lhs.gp(), rhs.gp()); in emit_i64_remu()
441 DEFINE_INSTRUCTION(Dmodu);
838 void TurboAssembler::Dmodu(Register rd, Register rs, const Operand& rt) { in Dmodu() function in v8::internal::TurboAssembler
1039 __ Dmodu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local