Home | History | Annotate | Download | only in arm

Lines Matching full:shift_op_

249   shift_op_ = shift_op;
254 shift_op_ = ROR;
264 shift_op_ = shift_op;
279 shift_op_ = LSL;
290 shift_op_ = shift_op;
682 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
686 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
717 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
719 // and shift_op_ are initialized.
721 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
754 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
1637 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
1639 // and shift_op_ are initialized.
1644 sub(dst, x.rn_, Operand(x.rm_, x.shift_op_, x.shift_imm_), s, cond);
1646 add(dst, x.rn_, Operand(x.rm_, x.shift_op_, x.shift_imm_), s, cond);