|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/Mips/MipsGenAsmMatcher.inc 5857 { 1725 /* c.eq.s */, Mips::C_EQ_S, Convert__regFCC0__FGR32AsmReg1_0__FGR32AsmReg1_1, AMFBS_HasStdEnc_NotMips32r6_NotMips64r6_IsNotSoftFloat_NotInMicroMips, { MCK_FGR32AsmReg, MCK_FGR32AsmReg }, },
5859 { 1725 /* c.eq.s */, Mips::C_EQ_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 7681 case Mips::C_EQ_S:
gen/lib/Target/Mips/MipsGenInstrInfo.inc16522 { Mips::C_EQ_S, Mips::C_EQ_S, Mips::C_EQ_S_MM },
16522 { Mips::C_EQ_S, Mips::C_EQ_S, Mips::C_EQ_S_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc 3625 case Mips::C_EQ_S:
lib/Target/Mips/MipsFastISel.cpp 715 Opc = IsFloat ? Mips::C_EQ_S : Mips::C_EQ_D32;
719 Opc = IsFloat ? Mips::C_EQ_S : Mips::C_EQ_D32;