Commit eee22a56 by Doug Evans

(andhi3, iorhi3, xorhi3): Change constraint on operand 2 from `i' to `n'.

From-SVN: r7793
parent c2fdae8e
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
(define_insn "andhi3" (define_insn "andhi3"
[(set (match_operand:HI 0 "register_operand" "=r") [(set (match_operand:HI 0 "register_operand" "=r")
(and:HI (match_operand:HI 1 "register_operand" "%0") (and:HI (match_operand:HI 1 "register_operand" "%0")
(match_operand:HI 2 "nonmemory_operand" "ri")))] (match_operand:HI 2 "nonmemory_operand" "rn")))]
"" ""
"* "*
{ {
...@@ -872,7 +872,7 @@ ...@@ -872,7 +872,7 @@
(define_insn "iorhi3" (define_insn "iorhi3"
[(set (match_operand:HI 0 "general_operand" "=r,r") [(set (match_operand:HI 0 "general_operand" "=r,r")
(ior:HI (match_operand:HI 1 "general_operand" "%0,0") (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")))]
"" ""
"* "*
{ {
...@@ -961,7 +961,7 @@ ...@@ -961,7 +961,7 @@
(define_insn "xorhi3" (define_insn "xorhi3"
[(set (match_operand:HI 0 "register_operand" "=r") [(set (match_operand:HI 0 "register_operand" "=r")
(xor:HI (match_operand:HI 1 "general_operand" "%0") (xor:HI (match_operand:HI 1 "general_operand" "%0")
(match_operand:HI 2 "nonmemory_operand" "ri")))] (match_operand:HI 2 "nonmemory_operand" "rn")))]
"" ""
"* "*
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment