Commit 59e60927 by Richard Kenner

(neg[sd]f2): Use %R1 consistently.

From-SVN: r6623
parent a2d353e5
......@@ -906,14 +906,14 @@
[(set (match_operand:SF 0 "register_operand" "=f")
(neg:SF (match_operand:SF 1 "reg_or_fp0_operand" "fG")))]
"TARGET_FP"
"cpysn %1,%R1,%0"
"cpysn %R1,%R1,%0"
[(set_attr "type" "fpop")])
(define_insn "negdf2"
[(set (match_operand:DF 0 "register_operand" "=f")
(neg:DF (match_operand:DF 1 "reg_or_fp0_operand" "fG")))]
"TARGET_FP"
"cpysn %1,%R1,%0"
"cpysn %R1,%R1,%0"
[(set_attr "type" "fpop")])
(define_insn "addsf3"
......
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