Searched refs:shift_op_ (Results 1 – 3 of 3) sorted by relevance
390 shift_op_ = shift_op; in Operand()400 shift_op_ = ROR; in Operand()410 shift_op_ = shift_op; in Operand()433 shift_op_ = LSL; in MemOperand()444 shift_op_ = shift_op; in MemOperand()1327 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()1331 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code(); in addrmod1()1366 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()1398 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3()1809 DCHECK((src.shift_op_ == ASR) || (src.shift_op_ == LSL)); in usat()[all …]
320 shift_op_ = LSL; in Operand()328 shift_op_ == LSL && in is_reg()
529 ShiftOp shift_op() const { return shift_op_; } in shift_op()534 ShiftOp shift_op_; variable592 ShiftOp shift_op_; variable