Home | History | Annotate | Download | only in mips

Lines Matching refs:sra

1232 void Assembler::sra(Register rd, Register rt, uint16_t sa) {
1233 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SRA);