cr logical instruction for powerpc target

David Edelsohn dje@watson.ibm.com
Tue Aug 10 14:36:00 GMT 2004


>>>>> =?ISO-8859-1?Q?R=E9gis Odey=E9?= writes:

Regis> I would like to understand when gcc generates CR logical instructions 
Regis> (cror, crand,...) for powerpc target.

Regis> Any entry points for this quite specific question would be helpful.

	GCC currently looks for opportunities to use CR logical
instructions to compare the results of two comparisons.  GCC does not use
CR logical instructions to cascade comparisons.

David



More information about the Gcc mailing list