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

References

gen/lib/Target/X86/X86GenDAGISel.inc
 6250 /* 13403*/          OPC_MorphNodeTo1, TARGET_VAL(X86::ST_Fp32m), 0|OPFL_Chain|OPFL_MemRefs,
50628 /*106887*/      OPC_MorphNodeTo1, TARGET_VAL(X86::ST_Fp32m), 0|OPFL_Chain|OPFL_GlueInput|OPFL_MemRefs,
lib/Target/X86/X86FastISel.cpp
  524       Opc = X86::ST_Fp32m;
lib/Target/X86/X86FloatingPoint.cpp
  750   { X86::ST_Fp32m     , X86::ST_F32m   },
lib/Target/X86/X86InstrInfo.cpp
 3097       return load ? X86::LD_Fp32m : X86::ST_Fp32m;