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

References

gen/lib/Target/X86/X86GenDAGISel.inc
 6356 /* 13636*/          OPC_MorphNodeTo1, TARGET_VAL(X86::ST_FpP80m), 0|OPFL_Chain|OPFL_MemRefs,
50675 /*106993*/        OPC_MorphNodeTo1, TARGET_VAL(X86::ST_FpP80m), 0|OPFL_Chain|OPFL_GlueInput|OPFL_MemRefs,
lib/Target/X86/X86FloatingPoint.cpp
  755   { X86::ST_FpP80m    , X86::ST_FP80m  },
 1141                     MI.getOpcode() == X86::ST_FpP80m)) {
lib/Target/X86/X86InstrInfo.cpp
 3133     return load ? X86::LD_Fp80m : X86::ST_FpP80m;