entered into RCS
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Oct 1992 21:01:36 +0000 (16:01 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Oct 1992 21:01:36 +0000 (16:01 -0500)
From-SVN: r2616

gcc/config/alpha/alpha.md

index 811fa2cffa859b1221382c31314bc57b0254b474..a5735afb14d9a48fcbf3a94062cf380be131b05a 100644 (file)
 
 (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")])