Home | History | Annotate | Download | only in AArch64

Lines Matching defs:ShiftAmt

260   unsigned ShiftAmt;
263 ShiftAmt = 0;
265 ShiftAmt = 12;
270 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt);
1779 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue);
1780 Mask = Mask.shl(ShiftAmt);
1782 Mask = Mask.lshr(ShiftAmt);
1787 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue);
1788 Mask = Mask.lshr(ShiftAmt);
1790 Mask = Mask.shl(ShiftAmt);