* config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
commit3c17c436c1a02d995b0bd9822b3ffb3c95c52c7e
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2004 05:08:26 +0000 (8 05:08 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Sep 2004 05:08:26 +0000 (8 05:08 +0000)
tree068328e26903f537d44166eefdf174ac4771c301
parentbc3cc6e889c9f6244f032d6bd6a381426f0b6654
    * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
        force operand 0.0 into register in XFmode. Also do not force
        operand 0.0 into register if !TARGET_CMOVE.

        * config/i386/i386.md (*cmpfp_0): Delete. Remove comment.
        (*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf): New patterns to
        implement ftst x87 instruction.
        (*fp_jcc_7): New insn pattern. Change corresponding split
        pattern to handle "general_operand" instead of
        "nonimmediate_operand".

----------------------------------------------------------------------

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