Home | History | Annotate | Download | only in arm64

Lines Matching defs:shift

728   // Print the shift separately for movk, to make it clear which half word will
730 // shift calculation.
1654 unsigned shift = instr->ImmShiftLS();
1665 // Extend mode UXTX is an alias for shift mode LSL here.
1666 if (!((ext == UXTX) && (shift == 0))) {
1668 if (shift != 0) {