Commit 43ecaf28 by Richard Kenner

(xorsi3_5200): Correct constraints.

From-SVN: r13790
parent 12ce9562
......@@ -3737,9 +3737,9 @@
}")
(define_insn "xorsi3_5200"
[(set (match_operand:SI 0 "general_operand" "=dm")
(xor:SI (match_operand:SI 1 "general_operand" "%0")
(match_operand:SI 2 "general_operand" "dn")))]
[(set (match_operand:SI 0 "general_operand" "=dm,d")
(xor:SI (match_operand:SI 1 "general_operand" "%0,0")
(match_operand:SI 2 "general_operand" "d,Ks")))]
"TARGET_5200"
"eor%.l %2,%0")
......
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