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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8725   { 2687 /* fmul */, X86::MUL_FrST0, Convert__Reg1_1, AMFBS_None, { MCK_ST0, MCK_RST }, },
23300   { 2687 /* fmul */, X86::MUL_FrST0, Convert__Reg1_0, AMFBS_None, { MCK_RST, MCK_ST0 }, },
lib/Target/X86/X86FloatingPoint.cpp
  812   { X86::MUL_FrST0 , X86::MUL_FPrST0  },
 1249   { X86::MUL_Fp32  , X86::MUL_FrST0  },   // commutative
 1250   { X86::MUL_Fp64  , X86::MUL_FrST0  },   // commutative
 1251   { X86::MUL_Fp80  , X86::MUL_FrST0  },   // commutative
 1265   { X86::MUL_Fp32  , X86::MUL_FrST0 },
 1266   { X86::MUL_Fp64  , X86::MUL_FrST0 },
 1267   { X86::MUL_Fp80  , X86::MUL_FrST0 },