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

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
   53     if (Name == "lt") return 0;
   54     if (Name == "gt") return 1;
   55     if (Name == "eq") return 2;
   56     if (Name == "so") return 3;
   57     if (Name == "un") return 3;
   59     if (Name == "cr0") return 0;
   60     if (Name == "cr1") return 1;
   61     if (Name == "cr2") return 2;
   62     if (Name == "cr3") return 3;
   63     if (Name == "cr4") return 4;
   64     if (Name == "cr5") return 5;
   65     if (Name == "cr6") return 6;
   66     if (Name == "cr7") return 7;