(andhi3, iorhi3, xorhi3): Change constraint on operand 2 from `i' to `n'.
authorDoug Evans <dje@gnu.org>
Fri, 22 Jul 1994 18:33:37 +0000 (18:33 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 22 Jul 1994 18:33:37 +0000 (18:33 +0000)
From-SVN: r7793

gcc/config/h8300/h8300.md

index 5c5c3ae69d04494b4422b661942e8b3160605e1d..f69c0faab0c39c73959e6a23fce8a43bec8d3476 100644 (file)
 (define_insn "andhi3"
   [(set (match_operand:HI 0 "register_operand" "=r")
        (and:HI (match_operand:HI 1 "register_operand" "%0")
-               (match_operand:HI 2 "nonmemory_operand" "ri")))]
+               (match_operand:HI 2 "nonmemory_operand" "rn")))]
   ""
   "*
 {
 (define_insn "iorhi3"
   [(set (match_operand:HI 0 "general_operand" "=r,r")
        (ior:HI (match_operand:HI 1 "general_operand" "%0,0")
-               (match_operand:HI 2 "general_operand" "J,ri")))]
+               (match_operand:HI 2 "general_operand" "J,rn")))]
   ""
   "*
 {
 (define_insn "xorhi3"
   [(set (match_operand:HI 0 "register_operand" "=r")
        (xor:HI (match_operand:HI 1 "general_operand" "%0")
-               (match_operand:HI 2 "nonmemory_operand" "ri")))]
+               (match_operand:HI 2 "nonmemory_operand" "rn")))]
   ""
   "*
 {