• rth's avatar
    * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ... · 8d1e0693
    rth authored
            (ix86_expand_sse_fp_minmax): ... from ...
            (ix86_expand_fp_movcc): ... here.
            (ix86_expand_sse_movcc): Rewrite from ix86_split_sse_movcc.
            * config/i386/i386-protos.h: Update.
            * config/i386/i386.md (UNSPEC_IEEE_MIN, UNSPEC_IEEE_MAX): New.
            (sse_setccsf, sse_setccdf): Allow before reload.
            (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): Remove.
            (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): Remove.
            (ieee_sminsf3, ieee_smaxsf3, ieee_smindf3, ieee_smaxdf3): New.
            * config/i386/sse.md (andsf3, nandsf3, iorsf3, xorsf3): New.
            (anddf3, nanddf3, iordf3, xordf3): New.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98068 138bc75d-0d04-0410-961f-82ee72b054a4
    8d1e0693
i386.c 509 KB