Home | History | Annotate | Download | only in X86

Lines Matching full:fadd

2658 // Handle fmul/fadd/fsub/fdiv instructions with explicitly written st(0) op.
2659 // For example, "fadd %st(4), %st(0)" -> "fadd %st(4)". We also disambiguate
2660 // instructions like "fadd %st(0), %st(0)" as "fadd %st(0)" for consistency with
2669 defm : FpUnaryAlias<"fadd", ADD_FST0r>;