* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
commit8fc56618a84446beccd45b80381cdfe0e94050df
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2007 12:46:17 +0000 (9 12:46 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2007 12:46:17 +0000 (9 12:46 +0000)
tree999382e5621610576d3c146e3ff254af3d96edf8
parent97f1a7045ad4240665bb14b581e62d01dbb402c2
    * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
        (*cosxf2): Rename to cosxf2_i387.

        (*sindf2, *sinsf2): Extend operand 1 to XFmode.  Macroize patterns
        using X87MODEF12 mode macro. Rename patterns to
        *sin_extend<mode>xf2_i387.  Use SSE_FLOAT_MODE_P to disable patterns
        for SSE math.
        (*cosdf2, *cossf2): Ditto.
        (sincosdf3, sincossf3): Ditto.  Rewrite corresponding splitters
        to match extended input operands.

        (sincos<mode>3): New expander.

        (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
        insn patterns and corresponding splitters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120620 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md