Lines Matching defs:SecondShift
4939 unsigned SecondShift = Mips::NOP;
4968 SecondShift = Mips::SLLV;
4972 SecondShift = Mips::SRLV;
4982 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI);
5001 unsigned SecondShift = Mips::NOP;
5032 SecondShift = Mips::SRL;
5036 SecondShift = Mips::SLL;
5045 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI);
5064 unsigned SecondShift = Mips::NOP;
5093 SecondShift = Mips::DSLLV;
5097 SecondShift = Mips::DSRLV;
5107 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI);
5126 unsigned SecondShift = Mips::NOP;
5169 SecondShift = Mips::DSRL32;
5173 SecondShift = Mips::DSRL32;
5177 SecondShift = Mips::DSRL;
5183 SecondShift = Mips::DSLL32;
5187 SecondShift = Mips::DSLL32;
5191 SecondShift = Mips::DSLL;
5201 TOut.emitRRI(SecondShift, DReg, SReg, (32 - ImmValue % 32) % 32,