Lines Matching defs:SecondShift
4936 unsigned SecondShift = Mips::NOP;
4965 SecondShift = Mips::SLLV;
4969 SecondShift = Mips::SRLV;
4979 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI);
4998 unsigned SecondShift = Mips::NOP;
5029 SecondShift = Mips::SRL;
5033 SecondShift = Mips::SLL;
5042 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI);
5061 unsigned SecondShift = Mips::NOP;
5090 SecondShift = Mips::DSLLV;
5094 SecondShift = Mips::DSRLV;
5104 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI);
5123 unsigned SecondShift = Mips::NOP;
5166 SecondShift = Mips::DSRL32;
5170 SecondShift = Mips::DSRL32;
5174 SecondShift = Mips::DSRL;
5180 SecondShift = Mips::DSLL32;
5184 SecondShift = Mips::DSLL32;
5188 SecondShift = Mips::DSLL;
5198 TOut.emitRRI(SecondShift, DReg, SReg, (32 - ImmValue % 32) % 32,