Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:OpC

911   unsigned Opc;
913 Opc = PPC::OR;
915 Opc = PPC::OR8;
917 Opc = PPC::FMR;
919 Opc = PPC::MCRF;
921 Opc = PPC::VOR;
931 Opc = PPC::XXLOR;
934 Opc = PPC::XXLORf;
936 Opc = PPC::QVFMR;
938 Opc = PPC::QVFMRs;
940 Opc = PPC::QVFMRb;
942 Opc = PPC::CROR;
946 const MCInstrDesc &MCID = get(Opc);
1328 unsigned OpC = MI.getOpcode();
1329 if (OpC == PPC::BLR || OpC == PPC::BLR8) {
1350 } else if (OpC == PPC::B) {
1383 } else if (OpC == PPC::BCTR || OpC == PPC::BCTR8 ||
1384 OpC == PPC::BCTRL || OpC == PPC::BCTRL8) {
1388 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8;
1484 unsigned OpC = MI.getOpcode();
1485 switch (OpC) {
1502 unsigned Opc = MI.getOpcode();
1504 switch (Opc) {
1533 int OpC = CmpInstr.getOpcode();
1538 if (OpC == PPC::FCMPUS || OpC == PPC::FCMPUD)
1550 bool is32BitSignedCompare = OpC == PPC::CMPWI || OpC == PPC::CMPW;
1551 bool is32BitUnsignedCompare = OpC == PPC::CMPLWI || OpC == PPC::CMPLW;
1552 bool is64BitUnsignedCompare = OpC == PPC::CMPLDI || OpC == PPC::CMPLD;
1668 if ((OpC == PPC::CMPW || OpC == PPC::CMPLW ||
1669 OpC == PPC::CMPD || OpC == PPC::CMPLD) &&