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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5779   { 1419 /* bne */, Mips::BNE_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__JumpTarget1_2, AMFBS_InMicroMips_NotMips32r6, { MCK_GPR32AsmReg, MCK_GPR32AsmReg, MCK_JumpTarget }, },
 5796   { 1493 /* bnez */, Mips::BNE_MM, Convert__GPR32AsmReg1_0__regZERO__JumpTarget1_1, AMFBS_InMicroMips, { MCK_GPR32AsmReg, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1872 /*  3318*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE_MM), 0|OPFL_Chain,
 2326 /*  4140*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE_MM), 0|OPFL_Chain,
 2945 /*  5282*/          OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE_MM), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16501   { Mips::BNE, Mips::BNE, Mips::BNE_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5713     case Mips::BNE_MM: {
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1723     case Mips::BNE_MM:
 1806     case Mips::BNE_MM:
lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
  232   case Mips::BNE_MM:
lib/Target/Mips/MipsExpandPseudo.cpp
   93       BNE = STI->hasMips32r6() ? Mips::BNEC_MMR6 : Mips::BNE_MM;
  219       BNE = STI->hasMips32r6() ? Mips::BNEC_MMR6 : Mips::BNE_MM;
lib/Target/Mips/MipsInstrInfo.cpp
  317   case Mips::BNE_MM:
  446     case Mips::BNE_MM:
  488     case Mips::BNE_MM:
lib/Target/Mips/MipsSEInstrInfo.cpp
  497   case Mips::BEQ_MM: return Mips::BNE_MM;
  499   case Mips::BNE_MM: return Mips::BEQ_MM;
  652           Opc == Mips::BNE_MM || Opc == Mips::BGTZ   || Opc == Mips::BGEZ   ||