Lines Matching defs:shift
786 // Print the shift separately for movk, to make it clear which half word will
788 // shift calculation.
3884 int shift = instr->SizeLS();
3885 AppendToOutput(", #%" PRId32, instr->ImmLSUnsigned() << shift);
3944 int shift = 16 << HighestSetBitPosition(instr->ImmNEONImmh());
3945 shift -= instr->ImmNEONImmhImmb();
3946 AppendToOutput("#%d", shift);
3950 int shift = instr->ImmNEONImmhImmb();
3951 shift -= 8 << HighestSetBitPosition(instr->ImmNEONImmh());
3952 AppendToOutput("#%d", shift);
4000 case 'L': { // IVLSLane[0123] - suffix indicates access size shift.
4242 unsigned shift = instr->ImmShiftLS();
4253 // Extend mode UXTX is an alias for shift mode LSL here.
4254 if (!((ext == UXTX) && (shift == 0))) {
4256 if (shift != 0) {