Searched refs:Dmod (Results 1 – 4 of 4) sorted by relevance
678 DEFINE_INSTRUCTION(Dmod);
1124 void MacroAssembler::Dmod(Register rd, Register rs, const Operand& rt) { in Dmod() function in v8::internal::MacroAssembler
864 __ Dmod(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
988 __ Dmod(result_reg, left_reg, right_reg); in DoModI() local