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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 6300   { 9407 /* stfs */, PPC::STFS, Convert__RegF4RC1_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None, { MCK_RegF4RC, MCK_DispRI, MCK_RegGxRCNoR0 }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
 1776 /*  4062*/              OPC_MorphNodeTo0, TARGET_VAL(PPC::STFS), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2636     case PPC::STFS:
lib/Target/PowerPC/PPCFastISel.cpp
  650       Opc = PPCSubTarget->hasSPE() ? PPC::SPESTW : PPC::STFS;
  666   bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS;
  716       case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break;
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6416     case PPC::STFS:
lib/Target/PowerPC/PPCInstrInfo.cpp
 2079       LowerOpcode = PPC::STFS;
 2424       {PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR,
 2429       {PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR,
 3249     case PPC::STFSX: III.ImmOpcode = PPC::STFS; break;
 3377           III.ImmOpcode = PPC::STFS;
lib/Target/PowerPC/PPCRegisterInfo.cpp
   91   ImmToIdxMap[PPC::STFS] = PPC::STFSX;  ImmToIdxMap[PPC::STFD] = PPC::STFDX;