Lines Matching refs:shift_up
329 int shift_up = 32 - lsb - width;330 int shift_down = lsb + shift_up;331 if (shift_up != 0) {332 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond);