Home | History | Annotate | Download | only in mips

Lines Matching refs:divu

633 void MacroAssembler::Divu(Register rs, const Operand& rt) {
635 divu(rs, rt.rm());
640 divu(rs, at);