i386.c (ix86_expand_sse_cmp): Split out from ...
authorRichard Henderson <rth@redhat.com>
Thu, 14 Apr 2005 17:46:08 +0000 (10:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 14 Apr 2005 17:46:08 +0000 (10:46 -0700)
commitae46a07ab21e91142e17d990a0a21fbd65087ae5
treea6d275bbd5eaa29b0d58b9391c0d8b5f6b5c84f7
parent25f710babd7b217d9dccbdc3d46fd3d9e1c96a92
i386.c (ix86_expand_sse_cmp): Split out from ...

        * config/i386/i386.c (ix86_expand_sse_cmp): Split out from ...
        (ix86_expand_sse_movcc): ... here.  Take cmp as a pre-computed
        register.
        (ix86_expand_fp_movcc): Update to match.
        (ix86_expand_fp_vcond, ix86_expand_int_vcond): New.
        * config/i386/i386-protos.h: Update.
        * config/i386/sse.md (vcondv4sf, vcondv2df): New.
        (vcond<SSEMODE124>, vcondu<SSEMODE12>): New.

        * lib/target-supports.exp (check_effective_target_vect_condition):
        Add ia64, i?86, and x86_64.

From-SVN: r98146
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/sse.md
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp