Home | History | Annotate | Download | only in mips64

Lines Matching defs:sra

1809 void Assembler::sra(Register rd, Register rt, uint16_t sa) {
1810 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa & 0x1F, SRA);