Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

830   unsigned ShiftAmt = Shift.getConstantOperandVal(1);
831 if (ShiftAmt != 1 && ShiftAmt != 2 && ShiftAmt != 3)
836 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, VT);
850 AM.Scale = 1 << ShiftAmt;
890 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
907 MaskLZ -= (64 - X.getValueSizeInBits()) + ShiftAmt;
942 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8);