Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Ror

2378           __ Ror(dst, lhs, shift);
2384 __ Ror(dst, lhs, RegisterFrom(instr->GetLocations()->InAt(1), type));
5500 void LocationsBuilderARM64::VisitRor(HRor* ror) {
5501 HandleBinaryOp(ror);
5504 void InstructionCodeGeneratorARM64::VisitRor(HRor* ror) {
5505 HandleBinaryOp(ror);