Home | History | Annotate | Download | only in arm

Lines Matching refs:shift

936   Shift shift = instr->ShiftField();
941 if ((shift == ROR) && (shift_amount == 0)) {
944 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
947 switch (shift) {
1004 switch (shift) {