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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5965   { 1862 /* c.olt.s */, Mips::C_OLT_S, Convert__regFCC0__FGR32AsmReg1_0__FGR32AsmReg1_1, AMFBS_HasStdEnc_NotMips32r6_NotMips64r6_IsNotSoftFloat_NotInMicroMips, { MCK_FGR32AsmReg, MCK_FGR32AsmReg }, },
 5967   { 1862 /* c.olt.s */, Mips::C_OLT_S, Convert__FCCAsmReg1_0__FGR32AsmReg1_1__FGR32AsmReg1_2, AMFBS_HasStdEnc_NotMips32r6_NotMips64r6_IsNotSoftFloat_NotInMicroMips, { MCK_FCCAsmReg, MCK_FGR32AsmReg, MCK_FGR32AsmReg }, },
gen/lib/Target/Mips/MipsGenAsmWriter.inc
 8329   case Mips::C_OLT_S:
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16549   { Mips::C_OLT_S, Mips::C_OLT_S, Mips::C_OLT_S_MM },
16549   { Mips::C_OLT_S, Mips::C_OLT_S, Mips::C_OLT_S_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 3652     case Mips::C_OLT_S:
lib/Target/Mips/MipsFastISel.cpp
  723       Opc = IsFloat ? Mips::C_OLT_S : Mips::C_OLT_D32;