Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_imm_

189   shift_imm_ = shift_imm & 31;
194 shift_imm_ = 0;
219 shift_imm_ = 0;
230 shift_imm_ = shift_imm & 31;
871 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
906 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
907 // register offset the constructors make sure than both shift_imm_
910 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
938 } else if (x.shift_imm_ != 0) {
942 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
1287 src.shift_imm_*B7 | sh*B6 | 0x1*B4 | src.rm_.code());
1392 ASSERT(!src.rs_.is_valid() && src.shift_imm_ == 0); // only rm allowed