r205130 - in /trunk/gcc: ChangeLog config/mips/...
macro@gcc.gnu.org
macro@gcc.gnu.org
Wed Nov 20 17:18:00 GMT 2013
Author: macro
Date: Wed Nov 20 17:18:12 2013
New Revision: 205130
URL: http://gcc.gnu.org/viewcvs?rev=205130&root=gcc&view=rev
Log:
* config/mips/mips.h (ISA_HAS_FP4): Remove TARGET_FLOAT64
restriction for ISA_MIPS32R2.
(ISA_HAS_LXC1_SXC1): New macro.
(ISA_HAS_FP_MADD4_MSUB4): Remove ISA_MIPS32R2 special-casing.
(ISA_HAS_NMADD4_NMSUB4): Likewise.
(ISA_HAS_FP_RECIP_RSQRT): Likewise.
(ISA_HAS_PREFETCHX): Redefine in terms of ISA_HAS_FP4.
* config/mips/mips.md (*<ANYF:loadx>_<P:mode>): Use
ISA_HAS_LXC1_SXC1 rather than ISA_HAS_FP4.
(*<ANYF:storex>_<P:mode>): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/mips/mips.h
trunk/gcc/config/mips/mips.md
More information about the Gcc-cvs
mailing list