Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:DoShift

979 static void printMemExtendImpl(bool SignExtend, bool DoShift,
989 if (DoShift || IsLSL)
997 bool DoShift = MI->getOperand(OpNum + 1).getImm();
998 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O);
1012 bool DoShift = ExtWidth != 8;
1013 if (SignExtend || DoShift || SrcRegKind == 'w') {
1015 printMemExtendImpl(SignExtend, DoShift, ExtWidth, SrcRegKind, O);