Home | History | Annotate | Download | only in arm64

Lines Matching refs:shift_op

2006   Shift shift_op = NO_SHIFT;
2037 case LSLV_x: shift_op = LSL; break;
2039 case LSRV_x: shift_op = LSR; break;
2041 case ASRV_x: shift_op = ASR; break;
2043 case RORV_x: shift_op = ROR; break;
2047 if (shift_op != NO_SHIFT) {
2056 result = ShiftOperand(reg<T>(instr->Rn()), shift_op, shift);