Lines Matching defs:NewOpc
685 MipsInstrInfo::genInstrWithNewOpc(unsigned NewOpc,
707 switch (NewOpc) {
709 NewOpc = Mips::BEQZC;
712 NewOpc = Mips::BNEZC;
715 NewOpc = Mips::BGEZC;
718 NewOpc = Mips::BLTZC;
721 NewOpc = Mips::BEQZC64;
724 NewOpc = Mips::BNEZC64;
729 MIB = BuildMI(*I->getParent(), I, I->getDebugLoc(), get(NewOpc));
735 if (NewOpc == Mips::JIC || NewOpc == Mips::JIALC || NewOpc == Mips::JIC64 ||
736 NewOpc == Mips::JIALC64) {
738 if (NewOpc == Mips::JIALC || NewOpc == Mips::JIALC64)