Home | History | Annotate | Download | only in arm

Lines Matching full:shift_op_

229   shift_op_ = shift_op;
234 shift_op_ = ROR;
244 shift_op_ = shift_op;
259 shift_op_ = LSL;
270 shift_op_ = shift_op;
662 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
666 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
697 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
699 // and shift_op_ are initialized.
701 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
734 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
1615 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
1617 // and shift_op_ are initialized.
1622 sub(dst, x.rn_, Operand(x.rm_, x.shift_op_, x.shift_imm_), s, cond);
1624 add(dst, x.rn_, Operand(x.rm_, x.shift_op_, x.shift_imm_), s, cond);