Home | History | Annotate | Download | only in mips

Lines Matching refs:sra

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