Commit d9d934ef by Richard Kenner

(sqrtdf2): Fix typo in extra condition.

(plus/eq pattern): Fix typo: "addze" was "adddze".

From-SVN: r6055
parent 034f9101
......@@ -2368,7 +2368,7 @@
(define_insn "sqrtdf2"
[(set (match_operand:DF 0 "gpc_reg_operand" "=f")
(sqrt:DF (match_operand:DF 1 "gpc_reg_operand" "f")))]
"TARGET_POWERPCSQR | TARGET_POWER2"
"TARGET_POWERPCSQR || TARGET_POWER2"
"fsqrt %0,%1"
[(set_attr "type" "dsqrt")])
......@@ -4393,7 +4393,7 @@
{sfi|subfic} %4,%1,0\;{aze|addze} %0,%3
{xoril|xori} %4,%1,%b2\;{sfi|subfic} %4,%4,0\;{aze|addze} %0,%3
{xoriu|xoris} %4,%1,%u2\;{sfi|subfic} %4,%4,0\;{aze|addze} %0,%3
{sfi|subfic} %4,%1,%2\;{sfi|subfic} %4,%4,0\;{aze|adddze} %0,%3"
{sfi|subfic} %4,%1,%2\;{sfi|subfic} %4,%4,0\;{aze|addze} %0,%3"
[(set_attr "length" "12,8,12,12,12")])
(define_insn ""
......
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