mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
Fix cvtss2sd constraints.
From-SVN: r39711
This commit is contained in:
parent
2b66da3c66
commit
a811cc63bf
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user