Searched refs:shift_imm_ (Results 1 – 3 of 3) sorted by relevance
396 shift_imm_ = shift_imm & 31; in Operand()406 shift_imm_ = 0; in Operand()439 shift_imm_ = 0; in MemOperand()450 shift_imm_ = shift_imm & 31; in MemOperand()1308 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()1347 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()1375 } else if (x.shift_imm_ != 0) { in addrmod3()1379 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3()1799 src.shift_imm_*B7 | sh*B6 | 0x1*B4 | src.rm_.code()); in usat()1887 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()
552 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg variable610 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg variable