Home
last modified time | relevance | path

Searched refs:shift_amt (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc4830 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance; in VisitRor() local
4831 if (shift_amt == 0) { in VisitRor()
4835 if (shift_amt == 32) { in VisitRor()
4843 Immediate imm(shift_amt); in VisitRor()
4854 if (shift_amt > 32) { in VisitRor()