Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_amount

193   int shift_amount = instr->ShiftAmountValue();
198 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
204 if ((shift == ROR) && (shift_amount == 0)) {
207 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
208 shift_amount = 32;
213 shift_amount);