Home | History | Annotate | Download | only in arm

Lines Matching defs:shift_amount

219   int shift_amount = instr->ShiftAmountValue();
224 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
230 if ((shift == ROR) && (shift_amount == 0)) {
233 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
234 shift_amount = 32;
239 shift_amount);