Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_down

318     int shift_down = lsb + shift_up;
322 if (shift_down != 0) {
323 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond);