Home | History | Annotate | Download | only in AArch64

Lines Matching defs:ShiftAmt

239   unsigned ShiftAmt;
242 ShiftAmt = 0;
244 ShiftAmt = 12;
249 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt);
1646 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue);
1647 Mask = Mask.shl(ShiftAmt);
1649 Mask = Mask.lshr(ShiftAmt);
1654 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue);
1655 Mask = Mask.lshr(ShiftAmt);
1657 Mask = Mask.shl(ShiftAmt);