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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5741   { 1287 /* blez */, Mips::BLEZ_MM, Convert__GPR32AsmReg1_0__JumpTarget1_1, AMFBS_InMicroMips_NotMips32r6, { MCK_GPR32AsmReg, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1845 /*  3275*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BLEZ_MM), 0|OPFL_Chain,
 1936 /*  3421*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BLEZ_MM), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16495   { Mips::BLEZ, Mips::BLEZ, Mips::BLEZ_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5653     case Mips::BLEZ_MM:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1726     case Mips::BLEZ_MM:
 1827     case Mips::BLEZ_MM:
lib/Target/Mips/MipsInstrInfo.cpp
  314   case Mips::BLEZ_MM:
lib/Target/Mips/MipsSEInstrInfo.cpp
  504   case Mips::BGTZ_MM:   return Mips::BLEZ_MM;
  507   case Mips::BLEZ_MM:   return Mips::BGTZ_MM;