Re: [PATCH] MIPS: MIPS32r2 FP indexed access instruction set support

2013-11-20 Thread Maciej W. Rozycki
On Sat, 16 Nov 2013, Richard Sandiford wrote: > So the reasoning is that, after your RECIP.fmt patch, the only direct uses > of ISA_HAS_FP4 for instruction selection are indexed loads and stores. > That's why extending them to ISA_MIPS32R2 && !TARGET_FLOAT64 allows > ISA_HAS_FP4 to be simplified.

Re: [PATCH] MIPS: MIPS32r2 FP indexed access instruction set support

2013-11-16 Thread Richard Sandiford
"Maciej W. Rozycki" writes: > 2013-11-14 Maciej W. Rozycki > > gcc/ > * config/mips/mips.h (ISA_HAS_FP4): Remove TARGET_FLOAT64 > restriction for ISA_MIPS32R2. > (ISA_HAS_FP_MADD4_MSUB4): Remove ISA_MIPS32R2 special-casing. > (ISA_HAS_NMADD4_NMSUB4): Likewise. >