Home | History | Annotate | Download | only in mips

Lines Matching refs:divu

431 void MacroAssembler::Divu(Register rs, const Operand& rt) {
433 divu(rs, rt.rm());
438 divu(rs, at);