Home | History | Annotate | Download | only in InstPrinter

Lines Matching full:lsl

119         AsmMnemonic = "lsl";
123 AsmMnemonic = "lsl";
191 // (e.g. :gottprel_g1: is always going to be "lsl #16") so it should not be
977 // LSL #0 should not be printed.
978 if (AArch64_AM::getShiftType(Val) == AArch64_AM::LSL &&
1004 // UXTW/UXTX as LSL, and if the shift amount is also zero, print nothing at
1014 O << ", lsl #" << ShiftVal;
1029 // sxtw, sxtx, uxtw or lsl (== uxtx)
1032 O << "lsl";