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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5705   { 1091 /* bgtz */, Mips::BGTZ_MM, Convert__GPR32AsmReg1_0__JumpTarget1_1, AMFBS_InMicroMips_NotMips32r6, { MCK_GPR32AsmReg, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1832 /*  3255*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BGTZ_MM), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16493   { Mips::BGTZ, Mips::BGTZ, Mips::BGTZ_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5652     case Mips::BGTZ_MM:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1727     case Mips::BGTZ_MM:
 1826     case Mips::BGTZ_MM:
lib/Target/Mips/MipsInstrInfo.cpp
  313   case Mips::BGTZ_MM:
lib/Target/Mips/MipsSEInstrInfo.cpp
  504   case Mips::BGTZ_MM:   return Mips::BLEZ_MM;
  507   case Mips::BLEZ_MM:   return Mips::BGTZ_MM;