Commit e06981b0 by Richard Henderson Committed by Richard Henderson

* i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.

From-SVN: r30432
parent c683f030
Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com>
* i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com>
* config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
......
......@@ -1855,7 +1855,7 @@
}")
(define_insn "*movdf_1"
[(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*r,m,*r")
[(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*&r,m,*r")
(match_operand:DF 1 "general_operand" "fm,f,G,*rm,*r,G"))]
""
"*
......@@ -1980,7 +1980,7 @@
}")
(define_insn "*movxf_1"
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*r,o")
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*&r,o")
(match_operand:XF 1 "general_operand" "fm,f,G,*ro,*r"))]
""
"*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment