Lines Matching refs:ShAmtImm
2299 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check() local
2301 _lsls(T, SrcLoReg, ShAmtImm); in div0Check()
2705 const int32_t ShAmtImm = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic() local
2706 if (ShAmtImm == 0) { in lowerInt64Arithmetic()
2712 if (ShAmtImm >= 32) { in lowerInt64Arithmetic()
2713 if (ShAmtImm == 32) { in lowerInt64Arithmetic()
2716 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic()
2729 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic()
2730 Operand *ComplShAmtOp = shAmtImm(32 - ShAmtImm); in lowerInt64Arithmetic()
2814 Operand *ShAmtImm = shAmtImm(ShAmt - 32); in lowerInt64Arithmetic() local
2816 _asr(T_Lo, Src0RHi, ShAmtImm); in lowerInt64Arithmetic()
2818 _lsr(T_Lo, Src0RHi, ShAmtImm); in lowerInt64Arithmetic()
2836 Operand *ShAmtImm = shAmtImm(ShAmt); in lowerInt64Arithmetic() local
2838 _lsr(T_Lo, Src0RLo, ShAmtImm); in lowerInt64Arithmetic()
2845 _asr(T_Hi, Src0RHi, ShAmtImm); in lowerInt64Arithmetic()
2847 _lsr(T_Hi, Src0RHi, ShAmtImm); in lowerInt64Arithmetic()
4615 Operand *ShAmtImm = shAmtImm(ShAmt); in lowerInt8AndInt16IcmpCond() local
4616 _lsl(Src0R, legalizeToReg(Src0), ShAmtImm); in lowerInt8AndInt16IcmpCond()
4620 OperandARM32::LSL, ShAmtImm); in lowerInt8AndInt16IcmpCond()
4627 Operand *ShAmtImm = shAmtImm(ShAmt); in lowerInt8AndInt16IcmpCond() local
4629 _lsls(T, Srcs.src0R(this), ShAmtImm); in lowerInt8AndInt16IcmpCond()
6221 Operand *ShAmtImm = shAmtImm(ShiftAmt); in lowerSwitch() local
6223 _lsl(T, Src0Var, ShAmtImm); in lowerSwitch()