Home | History | Annotate | Download | only in X86

Lines Matching full:i64

371                   [(set RFP32:$dst, (X86fild addr:$src, i64))]>;
377 [(set RFP64:$dst, (X86fild addr:$src, i64))]>;
383 [(set RFP80:$dst, (X86fild addr:$src, i64))]>;
628 // Used to conv. i64 to f64 since there isn't a SSE version.
629 def : Pat<(X86fildflag addr:$src, i64), (ILD_Fp64m64 addr:$src)>;