Home | History | Annotate | Download | only in mips64

Lines Matching full:dextm

2521 void Assembler::dextm(Register rt, Register rs, uint16_t pos, uint16_t size) {
2522 // Should be called via MacroAssembler::Dextm.
2523 // Dextm instr has 'rt' field as dest, and two uint5: msb, lsb.
2525 GenInstrRegister(SPECIAL3, rs, rt, size - 1 - 32, pos, DEXTM);