mips.h (ISA_HAS_FP4): Correct formatting.
authorMaciej W. Rozycki <macro@codesourcery.com>
Tue, 16 Jul 2013 23:04:52 +0000 (23:04 +0000)
committerMaciej W. Rozycki <macro@gcc.gnu.org>
Tue, 16 Jul 2013 23:04:52 +0000 (23:04 +0000)
commitf900a982215cceacb04d5ca132d74600643c6825
tree167cecd09ff37445a4d264225c61eece48c58074
parentd4ed27eb7f674fe64d9134a2713729be8e38eebd
mips.h (ISA_HAS_FP4): Correct formatting.

* config/mips/mips.h (ISA_HAS_FP4): Correct formatting.
(ISA_HAS_FP_MADD4_MSUB4): Also enable for ISA_MIPS32R2.
(ISA_HAS_NMADD4_NMSUB4): Remove the MODE argument; rewrite in
terms of ISA_HAS_FP4, and also enable for ISA_MIPS32R2.
(ISA_HAS_NMADD3_NMSUB3): Remove the MODE argument.
* config/mips/mips.c (mips_rtx_costs) <PLUS>: Check for
ISA_HAS_FP_MADD4_MSUB4 || ISA_HAS_FP_MADD3_MSUB3 rather than
ISA_HAS_FP4.
<MINUS, NEG>: Update according to changes to ISA_HAS_NMADD4_NMSUB4
and ISA_HAS_NMADD3_NMSUB3.
* config/mips/mips.md (nmadd4<mode>, nmadd3<mode>): Likewise.
(nmadd4<mode>_fastmath, nmadd3<mode>_fastmath): Likewise.
(nmsub4<mode>, nmsub3<mode>): Likewise.
(nmsub4<mode>_fastmath, nmsub3<mode>_fastmath): Likewise.

From-SVN: r200993
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md