i386.md (*floathisf2_i387, [...]): Also enable for TARGET_MIX_SSE_I387.
* config/i386/i386.md (*floathisf2_i387, *floathidf2_i387): Also enable for TARGET_MIX_SSE_I387. From-SVN: r92249
This commit is contained in:
parent
22b768d410
commit
692308bbd4
@ -1,3 +1,8 @@
|
||||
2004-12-16 Uros Bizjak <uros@kss-loka.si>
|
||||
|
||||
* config/i386/i386.md (*floathisf2_i387, *floathidf2_i387):
|
||||
Also enable for TARGET_MIX_SSE_I387.
|
||||
|
||||
2004-12-16 Uros Bizjak <uros@kss-loka.si>
|
||||
|
||||
* config/i386/i386.md (sqrt{s,d}f2_1, sqrt{s,d}f2_1_sse_only,
|
||||
|
@ -4453,7 +4453,7 @@
|
||||
(define_insn "*floathisf2_i387"
|
||||
[(set (match_operand:SF 0 "register_operand" "=f,f")
|
||||
(float:SF (match_operand:HI 1 "nonimmediate_operand" "m,?r")))]
|
||||
"TARGET_80387 && !TARGET_SSE_MATH"
|
||||
"TARGET_80387 && (!TARGET_SSE_MATH || TARGET_MIX_SSE_I387)"
|
||||
"@
|
||||
fild%z1\t%1
|
||||
#"
|
||||
@ -4593,7 +4593,7 @@
|
||||
(define_insn "*floathidf2_i387"
|
||||
[(set (match_operand:DF 0 "register_operand" "=f,f")
|
||||
(float:DF (match_operand:HI 1 "nonimmediate_operand" "m,?r")))]
|
||||
"TARGET_80387 && !(TARGET_SSE2 && TARGET_SSE_MATH)"
|
||||
"TARGET_80387 && (!(TARGET_SSE2 && TARGET_SSE_MATH) || TARGET_MIX_SSE_I387)"
|
||||
"@
|
||||
fild%z1\t%1
|
||||
#"
|
||||
|
Loading…
Reference in New Issue
Block a user