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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5684   { 1023 /* bgez */, Mips::BGEZ, Convert__GPR32AsmReg1_0__JumpTarget1_1, AMFBS_HasStdEnc_NotInMicroMips, { MCK_GPR32AsmReg, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
 1717 /*  3073*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BGEZ), 0|OPFL_Chain,
 1953 /*  3457*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BGEZ), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16489   { Mips::BGEZ, Mips::BGEZ, Mips::BGEZ_MM },
16489   { Mips::BGEZ, Mips::BGEZ, Mips::BGEZ_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5889     case Mips::BGEZ:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1817     case Mips::BGEZ:
 3848     ZeroSrcOpcode = Mips::BGEZ;
 3861     ZeroTrgOpcode = Mips::BGEZ;
 3897       TOut.emitRX(Mips::BGEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr),
 4915   TOut.emitRI(Mips::BGEZ, SecondRegOp, 8, IDLoc, STI);
lib/Target/Mips/MipsInstrInfo.cpp
  290   case Mips::BGEZ:    case Mips::BGEZ64:
  502     case Mips::BGEZ:
lib/Target/Mips/MipsSEInstrInfo.cpp
  501   case Mips::BGEZ:   return Mips::BLTZ;
  502   case Mips::BLTZ:   return Mips::BGEZ;
  652           Opc == Mips::BNE_MM || Opc == Mips::BGTZ   || Opc == Mips::BGEZ   ||