Searched refs:shift_op_ (Results 1 – 3 of 3) sorted by relevance
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()[all …]
393 shift_op_ = LSL; in Operand()401 shift_op_ == LSL && in is_reg()
542 ShiftOp shift_op() const { return shift_op_; } in shift_op()547 ShiftOp shift_op_; variable605 ShiftOp shift_op_; variable