aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-07-07 15:57:19 +0000
committerCharles Hannum <mycroft@gnu.org>1992-07-07 15:57:19 +0000
commiteffeb5cc51177aa22122753f6e73211b6a7ae71f (patch)
tree609d3466d6c461593db6035eb1e2ddb0da143eda /gcc
parent7529ac93b8c05abf91c607f259d5d5c4907cc6d4 (diff)
downloadgcc-effeb5cc51177aa22122753f6e73211b6a7ae71f.zip
gcc-effeb5cc51177aa22122753f6e73211b6a7ae71f.tar.gz
gcc-effeb5cc51177aa22122753f6e73211b6a7ae71f.tar.bz2
entered into RCS
From-SVN: r1497
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/arm.md2
-rw-r--r--gcc/config/gmicro/gmicro.md10
-rw-r--r--gcc/config/tahoe/tahoe.md2
3 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md
index 17d05b4..ef4bf87 100644
--- a/gcc/config/arm/arm.md
+++ b/gcc/config/arm/arm.md
@@ -1211,7 +1211,7 @@
")
(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))]
diff --git a/gcc/config/gmicro/gmicro.md b/gcc/config/gmicro/gmicro.md
index deb929a..9e2f38b 100644
--- a/gcc/config/gmicro/gmicro.md
+++ b/gcc/config/gmicro/gmicro.md
@@ -1688,14 +1688,14 @@
"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")
@@ -1704,13 +1704,13 @@
;; 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")
@@ -2634,7 +2634,7 @@
(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])"
"*
diff --git a/gcc/config/tahoe/tahoe.md b/gcc/config/tahoe/tahoe.md
index 29106ae..9934ed4 100644
--- a/gcc/config/tahoe/tahoe.md
+++ b/gcc/config/tahoe/tahoe.md
@@ -1635,7 +1635,7 @@
; 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")))]
""