Lines Matching refs:shift_imm_
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()
1909 src2.shift_imm_*B7 | B4 | src2.rm().code()); in pkhbt()
1925 DCHECK((src2.shift_imm_ >= 1) && (src2.shift_imm_ <= 32)); in pkhtb()
1927 int asr = (src2.shift_imm_ == 32) ? 0 : src2.shift_imm_; in pkhtb()
2084 DCHECK(!src.rs_.is_valid() && src.shift_imm_ == 0); // only rm allowed in msr()
2461 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vldr()
2509 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vldr()
2560 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vstr()
2608 Operand(operand.rm(), operand.shift_op_, operand.shift_imm_)); in vstr()