Lines Matching refs:shift
239 int shift) { in OpRegRegShift() argument
241 ((shift == 0) && r_dest_src1.Low8() && r_src2.Low8()); in OpRegRegShift()
254 DCHECK_EQ(shift, 0); in OpRegRegShift()
260 else if ((shift == 0) && !r_dest_src1.Low8() && !r_src2.Low8()) in OpRegRegShift()
262 else if ((shift == 0) && r_dest_src1.Low8()) in OpRegRegShift()
264 else if (shift == 0) in OpRegRegShift()
273 DCHECK_EQ(shift, 0); in OpRegRegShift()
284 DCHECK_EQ(shift, 0); in OpRegRegShift()
291 DCHECK_EQ(shift, 0); in OpRegRegShift()
304 DCHECK_EQ(shift, 0); in OpRegRegShift()
308 DCHECK_EQ(shift, 0); in OpRegRegShift()
312 DCHECK_EQ(shift, 0); in OpRegRegShift()
316 DCHECK_EQ(shift, 0); in OpRegRegShift()
326 DCHECK_EQ(shift, 0); in OpRegRegShift()
334 DCHECK_EQ(shift, 0); in OpRegRegShift()
342 DCHECK_EQ(shift, 0); in OpRegRegShift()
345 DCHECK_EQ(shift, 0); in OpRegRegShift()
348 DCHECK_EQ(shift, 0); in OpRegRegShift()
359 return NewLIR3(opcode, r_dest_src1.GetReg(), r_src2.GetReg(), shift); in OpRegRegShift()
364 return NewLIR4(opcode, r_dest_src1.GetReg(), r_dest_src1.GetReg(), r_src2.GetReg(), shift); in OpRegRegShift()
391 RegStorage r_src2, int shift) { in OpRegRegRegShift() argument
393 bool thumb_form = (shift == 0) && r_dest.Low8() && r_src1.Low8() && r_src2.Low8(); in OpRegRegRegShift()
417 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
421 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
431 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
435 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
439 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
443 DCHECK_EQ(shift, 0); in OpRegRegRegShift()
452 return NewLIR4(opcode, r_dest.GetReg(), r_src1.GetReg(), r_src2.GetReg(), shift); in OpRegRegRegShift()