Commit 82882240 by David Edelsohn Committed by David Edelsohn

dfp.md (nabsdd2_fpr): Correct mode.

        * config/rs6000/dfp.md (nabsdd2_fpr): Correct mode.
        (nabstd2_fpr): Same.

From-SVN: r148621
parent a1a65f89
2009-06-17 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/dfp.md (nabsdd2_fpr): Correct mode.
(nabstd2_fpr): Same.
2009-06-17 Steve Ellcey <sje@cup.hp.com> 2009-06-17 Steve Ellcey <sje@cup.hp.com>
* expr.c (expand_assignment): Change complex type check. * expr.c (expand_assignment): Change complex type check.
......
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
(define_insn "*nabsdd2_fpr" (define_insn "*nabsdd2_fpr"
[(set (match_operand:DD 0 "gpc_reg_operand" "=f") [(set (match_operand:DD 0 "gpc_reg_operand" "=f")
(neg:DD (abs:DD (match_operand:DF 1 "gpc_reg_operand" "f"))))] (neg:DD (abs:DD (match_operand:DD 1 "gpc_reg_operand" "f"))))]
"TARGET_HARD_FLOAT && TARGET_FPRS" "TARGET_HARD_FLOAT && TARGET_FPRS"
"fnabs %0,%1" "fnabs %0,%1"
[(set_attr "type" "fp")]) [(set_attr "type" "fp")])
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
(define_insn "*nabstd2_fpr" (define_insn "*nabstd2_fpr"
[(set (match_operand:TD 0 "gpc_reg_operand" "=f") [(set (match_operand:TD 0 "gpc_reg_operand" "=f")
(neg:TD (abs:TD (match_operand:DF 1 "gpc_reg_operand" "f"))))] (neg:TD (abs:TD (match_operand:TD 1 "gpc_reg_operand" "f"))))]
"TARGET_HARD_FLOAT && TARGET_FPRS" "TARGET_HARD_FLOAT && TARGET_FPRS"
"fnabs %0,%1" "fnabs %0,%1"
[(set_attr "type" "fp")]) [(set_attr "type" "fp")])
......
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