This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: cr logical instruction for powerpc target


>>>>> =?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


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