(sqrtdf2): Fix typo in extra condition.
(plus/eq pattern): Fix typo: "addze" was "adddze". From-SVN: r6055
This commit is contained in:
parent
034f9101fd
commit
d9d934ef7e
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user