Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_amount

195   int shift_amount = instr->ShiftAmountValue();
200 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
206 if ((shift == ROR) && (shift_amount == 0)) {
209 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
210 shift_amount = 32;
215 shift_amount);