Lines Matching defs:NewOpc
700 MipsInstrInfo::genInstrWithNewOpc(unsigned NewOpc,
722 switch (NewOpc) {
724 NewOpc = Mips::BEQZC;
727 NewOpc = Mips::BNEZC;
730 NewOpc = Mips::BGEZC;
733 NewOpc = Mips::BLTZC;
736 NewOpc = Mips::BEQZC64;
739 NewOpc = Mips::BNEZC64;
744 MIB = BuildMI(*I->getParent(), I, I->getDebugLoc(), get(NewOpc));
750 if (NewOpc == Mips::JIC || NewOpc == Mips::JIALC || NewOpc == Mips::JIC64 ||
751 NewOpc == Mips::JIALC64) {
753 if (NewOpc == Mips::JIALC || NewOpc == Mips::JIALC64)