reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  370     return AArch64_AM::ROR;
  432   if (!AllowROR && ShType == AArch64_AM::ROR)
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 1209             ST == AArch64_AM::ASR || ST == AArch64_AM::ROR ||
 1314             ST == AArch64_AM::ASR || ST == AArch64_AM::ROR) &&
 2742           .Case("ror", AArch64_AM::ROR)
 2764         ShOp == AArch64_AM::ASR || ShOp == AArch64_AM::ROR ||
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
   58   case AArch64_AM::ROR: return "ror";
   79   case 3: return AArch64_AM::ROR;
  107   case AArch64_AM::ROR: STEnc = 3; break;