summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-15 09:30:51 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-15 09:30:51 +0000
commitc95fadef25c62119671002f3e3dd14655c2e4b44 (patch)
tree783b403d0d97b5b0bb7261ba73cb19631a54a1a2
parent7a88e97aba7f4eefa9b573a110fb80f010a7168c (diff)
downloadgcc-c95fadef25c62119671002f3e3dd14655c2e4b44.tar.gz
Fix cvtss2sd constraints.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39711 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/i386.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 8bfca169d12..ee3c172fca8 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -3366,8 +3366,8 @@
}")
(define_insn "*extendsfdf2_1"
- [(set (match_operand:DF 0 "nonimmediate_operand" "=f#Y,mf#Y,Y#f,Ym#f")
- (float_extend:DF (match_operand:SF 1 "nonimmediate_operand" "fm#Y,f#Y,mY#f,Y#f")))]
+ [(set (match_operand:DF 0 "nonimmediate_operand" "=f#Y,mf#Y,Y#f")
+ (float_extend:DF (match_operand:SF 1 "nonimmediate_operand" "fm#Y,f#Y,mY#f")))]
"(TARGET_80387 || TARGET_SSE2)
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
"*
@@ -3397,8 +3397,8 @@
abort ();
}
}"
- [(set_attr "type" "fmov,fmov,sse,sse")
- (set_attr "mode" "SF,XF,DF,DF")])
+ [(set_attr "type" "fmov,fmov,sse")
+ (set_attr "mode" "SF,XF,DF")])
(define_insn "*extendsfdf2_1_sse_only"
[(set (match_operand:DF 0 "register_operand" "=Y")