Searched refs:shift_imm_ (Results 1 – 3 of 3) sorted by relevance
391 shift_imm_ = shift_imm & 31; in Operand()401 shift_imm_ = 0; in Operand()434 shift_imm_ = 0; in MemOperand()445 shift_imm_ = shift_imm & 31; in MemOperand()1327 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()1366 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()1394 } else if (x.shift_imm_ != 0) { in addrmod3()1398 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3()1818 src.shift_imm_*B7 | sh*B6 | 0x1*B4 | src.rm_.code()); in usat()1906 DCHECK((src2.shift_imm_ >= 0) && (src2.shift_imm_ <= 31)); in pkhbt()[all …]
321 shift_imm_ = 0; in Operand()329 shift_imm_ == 0; in is_reg()
535 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg variable593 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg variable