Home | History | Annotate | Download | only in mips

Lines Matching full:subu

1201 void Assembler::subu(Register rd, Register rs, Register rt) {
1202 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SUBU);