Lines Matching refs:shift_op_
286 shift_op_ = shift_op; in Operand()
296 shift_op_ = ROR; in Operand()
306 shift_op_ = shift_op; in Operand()
322 shift_op_ = LSL; in MemOperand()
333 shift_op_ = shift_op; in MemOperand()
1194 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()
1198 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code(); in addrmod1()
1233 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()
1265 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3()
1654 DCHECK((src.shift_op_ == ASR) || (src.shift_op_ == LSL)); in usat()
1658 if (src.shift_op_ == ASR) { in usat()
2189 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vldr()
2237 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vldr()
2285 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vstr()
2332 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vstr()