Commit 77c87273 by Jeff Law

* pa.md (abssi2): Rework to avoid matching constraints.

From-SVN: r11344
parent 0eba3d30
......@@ -891,9 +891,9 @@
(define_insn "abssi2"
[(set (match_operand:SI 0 "register_operand" "=r")
(abs:SI (match_operand:SI 1 "register_operand" "0")))]
(abs:SI (match_operand:SI 1 "register_operand" "r")))]
""
"comiclr,< 0,%0,0\;subi 0,%0,%0"
"or,<= %%r0,%1,%0\;subi 0,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "8")])
......
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