Lines Matching refs:NewOpc
595 MipsInstrInfo::genInstrWithNewOpc(unsigned NewOpc, in genInstrWithNewOpc() argument
617 switch (NewOpc) { in genInstrWithNewOpc()
619 NewOpc = Mips::BEQZC; in genInstrWithNewOpc()
622 NewOpc = Mips::BNEZC; in genInstrWithNewOpc()
625 NewOpc = Mips::BGEZC; in genInstrWithNewOpc()
628 NewOpc = Mips::BLTZC; in genInstrWithNewOpc()
631 NewOpc = Mips::BEQZC64; in genInstrWithNewOpc()
634 NewOpc = Mips::BNEZC64; in genInstrWithNewOpc()
639 MIB = BuildMI(*I->getParent(), I, I->getDebugLoc(), get(NewOpc)); in genInstrWithNewOpc()
645 if (NewOpc == Mips::JIC || NewOpc == Mips::JIALC || NewOpc == Mips::JIC64 || in genInstrWithNewOpc()
646 NewOpc == Mips::JIALC64) { in genInstrWithNewOpc()
648 if (NewOpc == Mips::JIALC || NewOpc == Mips::JIALC64) in genInstrWithNewOpc()