entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Tue, 7 Jul 1992 15:57:19 +0000 (15:57 +0000)
committerCharles Hannum <mycroft@gnu.org>
Tue, 7 Jul 1992 15:57:19 +0000 (15:57 +0000)
From-SVN: r1497

gcc/config/arm/arm.md
gcc/config/gmicro/gmicro.md
gcc/config/tahoe/tahoe.md

index 17d05b4bb42952048bc1950c139a49732e5c3f93..ef4bf87fcc22c1300fb28f67525a084042e5f724 100644 (file)
 ")
 
 (define_insn "call_value"
-  [(set (match_operand 0 "" "rf")
+  [(set (match_operand 0 "" "=rf")
         (call (match_operand 1 "memory_operand" "m")
         (match_operand 2 "general_operand" "g")))
    (clobber (reg:SI 14))]
index deb929ae9da7f55a8f2322ce92105bac4f267567..9e2f38bd611c3530e93edffafbbfd547ea08f17d 100644 (file)
   "neg.b %0")
 
 (define_insn "negsf2"
-  [(set (match_operand:SF 0 "general_operand" "f")
+  [(set (match_operand:SF 0 "general_operand" "=f")
        (neg:SF (match_operand:SF 1 "general_operand" "fmF")))]
   "TARGET_FPU"
   "fneg.s %f1,%0")
 
 
 (define_insn "negdf2"
-  [(set (match_operand:DF 0 "general_operand" "f")
+  [(set (match_operand:DF 0 "general_operand" "=f")
        (neg:DF (match_operand:DF 1 "general_operand" "fmF")))]
   "TARGET_FPU"
   "fneg.d %f1,%0")
 ;; Absolute value instructions
 
 (define_insn "abssf2"
-  [(set (match_operand:SF 0 "general_operand" "f")
+  [(set (match_operand:SF 0 "general_operand" "=f")
        (abs:SF (match_operand:SF 1 "general_operand" "fmF")))]
   "TARGET_FPU"
   "fabs.s %f1,%0")
 
 (define_insn "absdf2"
-  [(set (match_operand:DF 0 "general_operand" "f")
+  [(set (match_operand:DF 0 "general_operand" "=f")
        (abs:DF (match_operand:DF 1 "general_operand" "fmF")))]
   "TARGET_FPU"
   "fabs.d %f1,%0")
 
 (define_peephole
   [(set (reg:SI 15) (plus:SI (reg:SI 15) (const_int 4)))
-   (set (match_operand:DF 0 "register_operand" "f")
+   (set (match_operand:DF 0 "register_operand" "=f")
        (match_operand:DF 1 "register_operand" "r"))]
   "FPU_REG_P (operands[0]) && ! FPU_REG_P (operands[1])"
   "*
index 29106ae7665ab22f115529772629238702365abd..9934ed4efe509da7d7bf1edb9e4926690ae82940 100644 (file)
 ; for the call = number bytes for args + 4
 
 (define_insn "call_value"
-  [(set (match_operand 0 "" "g")
+  [(set (match_operand 0 "" "=g")
        (call (match_operand:QI 1 "memory_operand" "m")
              (match_operand:QI 2 "general_operand" "g")))]
   ""