mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:20:24 +08:00
i386.md (*floatdi<mode>2_i387): Guard against TARGET_64BIT.
2007-09-14 Jan Hubicka <jh@suse.cz> * config/i386/i386.md (*floatdi<mode>2_i387): Guard against TARGET_64BIT. From-SVN: r128504
This commit is contained in:
parent
e31fc6a531
commit
3f225aabc7
@ -1,3 +1,8 @@
|
||||
2007-09-14 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* config/i386/i386.md (*floatdi<mode>2_i387): Guard against
|
||||
TARGET_64BIT.
|
||||
|
||||
2007-09-14 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/33438
|
||||
|
@ -5253,7 +5253,8 @@
|
||||
(float:MODEF
|
||||
(match_operand:DI 1 "nonimmediate_operand" "m,?r")))]
|
||||
"TARGET_80387
|
||||
&& (!TARGET_SSE_MATH || !SSE_FLOAT_MODE_P (GET_MODE (operands[0])))"
|
||||
&& (!TARGET_SSE_MATH || !TARGET_64BIT
|
||||
|| !SSE_FLOAT_MODE_P (GET_MODE (operands[0])))"
|
||||
"@
|
||||
fild%z1\t%1
|
||||
#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user