Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

976   unsigned ShiftAmt = Shift.getConstantOperandVal(1);
977 if (ShiftAmt != 1 && ShiftAmt != 2 && ShiftAmt != 3)
982 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, DL, VT);
996 AM.Scale = 1 << ShiftAmt;
1036 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
1053 MaskLZ -= (64 - X.getSimpleValueType().getSizeInBits()) + ShiftAmt;
1088 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);