From: Richard Kenner Date: Mon, 26 Oct 1992 21:01:36 +0000 (-0500) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6181e18d54333cdcd2bc2a7a20227b63aeb8fc89;p=gcc.git entered into RCS From-SVN: r2616 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 811fa2cffa8..a5735afb14d 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")])