Home | History | Annotate | Download | only in a64

Lines Matching defs:shift

735   // Print the shift separately for movk, to make it clear which half word will
737 // 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) {