Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

975   unsigned ShiftAmt = Shift.getConstantOperandVal(1);
976 if (ShiftAmt != 1 && ShiftAmt != 2 && ShiftAmt != 3)
981 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, DL, VT);
995 AM.Scale = 1 << ShiftAmt;
1035 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
1052 MaskLZ -= (64 - X.getSimpleValueType().getSizeInBits()) + ShiftAmt;
1087 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);