Home | History | Annotate | Download | only in a64

Lines Matching refs:shift_op

1146   Shift shift_op = NO_SHIFT;
1198 case LSLV_x: shift_op = LSL; break;
1200 case LSRV_x: shift_op = LSR; break;
1202 case ASRV_x: shift_op = ASR; break;
1204 case RORV_x: shift_op = ROR; break;
1209 if (shift_op != NO_SHIFT) {
1214 result = ShiftOperand(reg_size, reg(reg_size, instr->Rn()), shift_op,