aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-10-26 16:01:36 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1992-10-26 16:01:36 -0500
commit6181e18d54333cdcd2bc2a7a20227b63aeb8fc89 (patch)
tree67cfc6c42ef6ce70b9b895c158bc11fc63b3bd81 /gcc
parenta6f12d7c1db7321252ff53f79229d0598ae0df4b (diff)
downloadgcc-6181e18d54333cdcd2bc2a7a20227b63aeb8fc89.zip
gcc-6181e18d54333cdcd2bc2a7a20227b63aeb8fc89.tar.gz
gcc-6181e18d54333cdcd2bc2a7a20227b63aeb8fc89.tar.bz2
entered into RCS
From-SVN: r2616
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/alpha.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 811fa2c..a5735af 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -2391,28 +2391,28 @@
(define_insn ""
[(set (match_operand:HI 0 "nonimmediate_operand" "=r,r,r,r,f,f")
- (match_operand:HI 1 "input_operand" "r,J,I,K,f,J"))]
+ (match_operand:HI 1 "input_operand" "r,J,I,n,f,J"))]
"register_operand (operands[0], HImode)
|| register_operand (operands[1], HImode)"
"@
bis %1,%1,%0
bis $31,$31,%0
bis $31,%1,%0
- lda %0,%1
+ lda %0,%L1
cpys %1,%1,%0
cpys $f31,$f31,%0"
[(set_attr "type" "iaddlog,iaddlog,iaddlog,iaddlog,fpop,fpop")])
(define_insn ""
[(set (match_operand:QI 0 "nonimmediate_operand" "=r,r,r,r,f,f")
- (match_operand:QI 1 "input_operand" "r,J,I,K,f,J"))]
+ (match_operand:QI 1 "input_operand" "r,J,I,n,f,J"))]
"register_operand (operands[0], QImode)
|| register_operand (operands[1], QImode)"
"@
bis %1,%1,%0
bis $31,$31,%0
bis $31,%1,%0
- lda %0,%1
+ lda %0,%L1
cpys %1,%1,%0
cpys $f31,$f31,%0"
[(set_attr "type" "iaddlog,iaddlog,iaddlog,iaddlog,fpop,fpop")])