This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] ppc fpmem remvoal



Clinton Popetz <cpopetz@cygnus.com> writes:

> 2000-03-03  Clinton Popetz  <cpopetz@cygnus.com>
> 
> 	* config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
> 	fpmem_operand) Delete.
> 	(xer_operand) New.
...

This is OK.

> --- 1211,1214 ----
> *************** do {                                    
> *** 2274,2278 ****
>       CC(CCUNSmode,  "CCUNS")	\
>       CC(CCFPmode,   "CCFP")	\
> !     CC(CCEQmode,   "CCEQ")
>   
>   /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
> --- 2260,2265 ----
>       CC(CCUNSmode,  "CCUNS")	\
>       CC(CCFPmode,   "CCFP")	\
> !     CC(CCEQmode,   "CCEQ")	\
> !     CC(CCCAmode,   "CCCA")

I'm not sure we really want to use a condition code mode.  It seems
like PSImode is an exact description of the XER.

-- 
- Geoffrey Keating <geoffk@cygnus.com>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]