Lines Matching refs:LSR
303 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond);
1243 mov(r2, Operand(r2, LSR, StackHandler::kKindWidth)); // Handler index.
1416 eor(t0, t0, Operand(t0, LSR, 12));
1420 eor(t0, t0, Operand(t0, LSR, 4));
1426 eor(t0, t0, Operand(t0, LSR, 16));
2406 orr(scratch, scratch2, Operand(scratch, LSR, 32 - shift_distance));
2408 mov(dest, Operand(scratch, LSR, dest));
2521 mov(input_low, Operand(input_low, LSR, scratch));
3160 mov(scratch, Operand(scratch, LSR, 8));
3162 mov(scratch, Operand(scratch, LSR, 8));
3164 mov(scratch, Operand(scratch, LSR, 8));
3598 mov(ip, Operand(ip, LSR, 1), LeaveCC, ne);