|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/Mips/MipsGenAsmMatcher.inc 6732 { 5298 /* j */, Mips::J_MM, Convert__Imm1_0, AMFBS_InMicroMips_NotMips32r6, { MCK_Imm }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc24218 /* 45390*/ OPC_MorphNodeTo0, TARGET_VAL(Mips::J_MM), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenGlobalISel.inc21924 GIR_MutateOpcode, /*InsnID*/0, /*RecycleInsnID*/0, /*Opcode*/Mips::J_MM,
gen/lib/Target/Mips/MipsGenInstrInfo.inc16597 { Mips::J, Mips::J, Mips::J_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc 8209 case Mips::J_MM: {
gen/lib/Target/Mips/MipsGenMCPseudoLowering.inc 986 TmpInst.setOpcode(Mips::J_MM);
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 1735 case Mips::J_MM:
2007 if ((Inst.getOpcode() == Mips::J || Inst.getOpcode() == Mips::J_MM) &&
lib/Target/Mips/MipsSEInstrInfo.cpp 29 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM;
657 Opc == Mips::J_MM || Opc == Mips::B_MM || Opc == Mips::BEQZC_MM ||