Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op_

348   shift_op_ = shift_op;
353 shift_op_ = ROR;
363 shift_op_ = shift_op;
379 shift_op_ = LSL;
390 shift_op_ = shift_op;
1092 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
1096 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
1127 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
1129 // and shift_op_ are initialized.
1131 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
1163 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
1520 ASSERT((src.shift_op_ == ASR) || (src.shift_op_ == LSL));
1524 if (src.shift_op_ == ASR) {