Searched refs:shift_amt (Results 1 – 1 of 1) sorted by relevance
5111 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance; in VisitRor() local5112 if (shift_amt == 0) { in VisitRor()5116 if (shift_amt == 32) { in VisitRor()5124 Immediate imm(shift_amt); in VisitRor()5135 if (shift_amt > 32) { in VisitRor()