]> gcc.gnu.org Git - gcc.git/commit
i386.md (truncdfsf2): Don't create stack temp when using sse math only.
authorRichard Henderson <rth@redhat.com>
Wed, 22 Dec 2004 19:07:44 +0000 (11:07 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 22 Dec 2004 19:07:44 +0000 (11:07 -0800)
commit5b1f1e63f9f28e7ad8ca1b65ab4b5464ae20ee46
tree1435fbf93ed10ad785839f34c37c945a67a73012
parentad50bc8d803c56fc9ec9a81b70877e74d61c7c14
i386.md (truncdfsf2): Don't create stack temp when using sse math only.

        * config/i386/i386.md (truncdfsf2): Don't create stack temp when
        using sse math only.  Use truncdfsf2_with_temp.
        (truncdfsf2_with_temp): New.
        (truncdfsf_fast_i387): Rename from truncdfsf2_noop.  Add memory
        output alternative.
        (truncdfsf_mixed): Rename from truncdfsf2_1_sse.  Compress duplicate
        alternatives.
        (truncdfsf_fast_sse): Rename from truncdfsf2_2.  Remove f alternative.
        (truncdfsf2_3, truncdfsf2_sse_only): Remove.
        (truncdfsf_i387): Rename from truncdfsf2_1.  Compress duplicates.
        (truncdfsf_fast_mixed): New.
        (truncdfsf splitters): Remove all except the 387 load/store split.
        (truncxfsf2_1, truncxfdf2_1): Unify enable constraint with
        respect to TARGET_SSE2, TARGET_80387, TARGET_SSE_MATH and
        TARGET_MIX_SSE_I387.
        (*truncxf{s,d}f2_1): Rename to *truncxf{s,d}f2_mixed.
        (truncxf{s,d}f2_noop) Rename to truncxf{d,s}f2_i387_noop.
        (*truncxf{s,d}f2_i387): New patterns.
        (*truncxf{s,d}f2_2): Rename to *truncxf{s,d}f2_i387_1.
        (truncxf{s,d}f2, fmod{s,d}f3, drem{s,d}f3, log1p{s,d}f2,
        rint{s,d}f2, floor{s,d}f2, ceil{s,d}f2, btrunc{s,d}f2,
        nearbyint{s,d}f2): Use renamed patterns.

Co-Authored-By: Uros Bizjak <uros@kss-loka.si>
From-SVN: r92498
gcc/ChangeLog
gcc/config/i386/i386.md
This page took 0.058533 seconds and 5 git commands to generate.