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

References

lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
  157     if (TH == 16)
  162     if (IsBookE && TH != 0 && TH != 16)
  162     if (IsBookE && TH != 0 && TH != 16)
  163       O << (unsigned int) TH << ", ";
  169     if (!IsBookE && TH != 0 && TH != 16)
  169     if (!IsBookE && TH != 0 && TH != 16)
  170       O << ", " << (unsigned int) TH;