entered into RCS
authorTorbjorn Granlund <tege@gnu.org>
Sun, 5 Jul 1992 15:10:51 +0000 (15:10 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 5 Jul 1992 15:10:51 +0000 (15:10 +0000)
From-SVN: r1441

gcc/config/pa/pa.md

index 6f672481c9a5af17306dae17844c0291a1312704..365684163669abcfa2678e259035d4a1784a0884 100644 (file)
     }
 
   return \"zdepi %1,%2,%3,%0\";
-}")
+}"
+  [(set_attr "type" "move")
+   (set_attr "length" "1")])
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=a,?*r")
 ;;; Experimental
 
 (define_insn ""
-  [(set (match_operand:SI 0 "fp_reg_operand" "*f*x")
+  [(set (match_operand:SI 0 "fp_reg_operand" "=*f*x")
        (match_operand:SI 1 "short_memory_operand" "T"))]
   ""
   "fldws%F1 %1,%0"
    (set_attr "length" "1")])
 
 (define_insn ""
-  [(set (match_operand:SI 0 "short_memory_operand" "T")
+  [(set (match_operand:SI 0 "short_memory_operand" "=T")
        (match_operand:SI 1 "fp_reg_operand" "*f*x"))]
   ""
   "fstws%F0 %1,%0"