|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/Mips/MipsGenAsmMatcher.inc 5704 { 1091 /* bgtz */, Mips::BGTZ, Convert__GPR32AsmReg1_0__JumpTarget1_1, AMFBS_HasStdEnc_NotInMicroMips, { MCK_GPR32AsmReg, MCK_JumpTarget }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc 1730 /* 3093*/ OPC_MorphNodeTo0, TARGET_VAL(Mips::BGTZ), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenInstrInfo.inc16493 { Mips::BGTZ, Mips::BGTZ, Mips::BGTZ_MM },
16493 { Mips::BGTZ, Mips::BGTZ, Mips::BGTZ_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc 5894 case Mips::BGTZ:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 1818 case Mips::BGTZ:
3836 ZeroSrcOpcode = Mips::BGTZ;
3873 ZeroTrgOpcode = Mips::BGTZ;
3903 TOut.emitRX(Mips::BGTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr),
lib/Target/Mips/Disassembler/MipsDisassembler.cpp 993 MI.setOpcode(Mips::BGTZ);
lib/Target/Mips/MipsFastISel.cpp 979 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ))
lib/Target/Mips/MipsInstrInfo.cpp 294 case Mips::BGTZ: case Mips::BGTZ64:
504 case Mips::BGTZ:
lib/Target/Mips/MipsSEInstrInfo.cpp 500 case Mips::BGTZ: return Mips::BLEZ;
503 case Mips::BLEZ: return Mips::BGTZ;
652 Opc == Mips::BNE_MM || Opc == Mips::BGTZ || Opc == Mips::BGEZ ||