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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
  984     Opc = PPC::OR;
  986     Opc = PPC::OR8;
  988     Opc = PPC::FMR;
  990     Opc = PPC::MCRF;
  992     Opc = PPC::VOR;
 1002     Opc = PPC::XXLOR;
 1005     Opc = (Subtarget.hasP9Vector()) ? PPC::XSCPSGNDP : PPC::XXLORf;
 1007     Opc = PPC::QVFMR;
 1009     Opc = PPC::QVFMRs;
 1011     Opc = PPC::QVFMRb;
 1013     Opc = PPC::CROR;
 1015     Opc = PPC::EVOR;
 1019   const MCInstrDesc &MCID = get(Opc);