From: Torbjorn Granlund Date: Sun, 5 Jul 1992 15:10:51 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41c801688207770e5d73f7c57d332cb555403916;p=gcc.git entered into RCS From-SVN: r1441 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 6f672481c9a..36568416366 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -800,7 +800,9 @@ } 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") @@ -851,7 +853,7 @@ ;;; 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" @@ -859,7 +861,7 @@ (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"