Lines Matching defs:shift
735 // Print the shift separately for movk, to make it clear which half word will737 // shift calculation.1648 unsigned shift = instr->ImmShiftLS();1659 // Extend mode UXTX is an alias for shift mode LSL here.1660 if (!((ext == UXTX) && (shift == 0))) {1662 if (shift != 0) {