Home | History | Annotate | Download | only in InstPrinter

Lines Matching defs:shift

111     // instruction. In all cases the immediate shift amount shift must be in
115 int shift = 0;
120 shift = 31 - imms;
124 shift = 63 - imms;
127 shift = immr;
130 shift = immr;
133 shift = immr;
136 shift = immr;
140 << ", " << getRegisterName(Op1.getReg()) << ", #" << shift;
190 // Symbolic operands for MOVZ, MOVN and MOVK already imply a shift
945 unsigned Shift =
948 if (Shift != 0)
952 *CommentStream << '=' << (Val << Shift) << '\n';
1004 // UXTW/UXTX as LSL, and if the shift amount is also zero, print nothing at