]> gcc.gnu.org Git - gcc.git/commit
* config/i386/i386.md (floathisf2, *floathisf2_1, floatsisf2,
authorUros Bizjak <uros@kss-loka.si>
Wed, 15 Dec 2004 06:54:53 +0000 (07:54 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 15 Dec 2004 06:54:53 +0000 (07:54 +0100)
commitda8947b0ccc17c59830d4735001ab676e25d9f9b
tree9575c0a836552d8ad4b61449df600ff2cd068f54
parente41f3691b90d1ff924c6d31530f60d7180f8f4e8
* config/i386/i386.md (floathisf2, *floathisf2_1, floatsisf2,

*floatsisf2_i387, *floatsisf2_sse, floatdisf2,
*floatdisf2_i387_only, *floatdisf2_i387, *floatdisf2_sse,
floathidf2, *floathidf2_1, *floatsidf2_i387, *floatsidf2_sse,
floatdidf2, *floatdidf2_i387_only, *floatdidf2_i387,
*floatdidf2_sse, floatunssisf2, floatunsdisf2, floatunsdidf2):
Unify enable constraint with respect to TARGET_80387, TARGET_SSE,
TARGET_SSE2, TARGET_64BIT, TARGET_SSE_MATH and TARGET_MIX_SSE_I387.
(*float?i?f_i387): Rename to *float?i?f2_mixed.
(*float?i?f2_1): Rename to *float?i?f2_i387.
(*float?i?f2_i387_only): Rename to *float?i?f2_i387.
(float?ixf2): Penalize integer register operand.

From-SVN: r92178
gcc/ChangeLog
gcc/config/i386/i386.md
This page took 0.059189 seconds and 5 git commands to generate.