i386.md (*sinxf2): Rename to *sinxf2_i387.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 9 Jan 2007 12:46:17 +0000 (13:46 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 9 Jan 2007 12:46:17 +0000 (13:46 +0100)
commitc648dedbde727ca3f883bb5fd773aa4af70d3369
tree999382e5621610576d3c146e3ff254af3d96edf8
parent269008262eee91f534468a55b6889d947c619356
i386.md (*sinxf2): Rename to *sinxf2_i387.

        * 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.

From-SVN: r120620
gcc/ChangeLog
gcc/config/i386/i386.md