Commit 2f76d42c by David Edelsohn Committed by David Edelsohn

rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2.

        * rs6000.md (movdf_hardfloat32): Use worst case insn length
        attributes for cases 1 and 2.

From-SVN: r27620
parent df62c92a
Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
* rs6000.md (movdf_hardfloat32): Use worst case insn length
attributes for cases 1 and 2.
Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com> Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (sched_analyze): Mark call-user regs as clobbered * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
......
...@@ -6397,7 +6397,7 @@ ...@@ -6397,7 +6397,7 @@
} }
}" }"
[(set_attr "type" "*,load,store,*,*,*,fp,fpload,fpstore") [(set_attr "type" "*,load,store,*,*,*,fp,fpload,fpstore")
(set_attr "length" "8,8,8,8,12,16,*,*,*")]) (set_attr "length" "8,16,16,8,12,16,*,*,*")])
(define_insn "*movdf_softfloat32" (define_insn "*movdf_softfloat32"
[(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r") [(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,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