dfp.md (nabsdd2_fpr): Correct mode.

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

From-SVN: r148621
This commit is contained in:
David Edelsohn 2009-06-17 18:18:34 +00:00 committed by David Edelsohn
parent a1a65f8928
commit 8288224021
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* expr.c (expand_assignment): Change complex type check.

View File

@ -180,7 +180,7 @@
(define_insn "*nabsdd2_fpr"
[(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"
"fnabs %0,%1"
[(set_attr "type" "fp")])
@ -511,7 +511,7 @@
(define_insn "*nabstd2_fpr"
[(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"
"fnabs %0,%1"
[(set_attr "type" "fp")])