This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: [PATCH] PPC64 memcpy
- From: Paul Mackerras <paulus at samba dot org>
- To: sjmunroe at vnet dot ibm dot com
- Cc: libc-alpha <libc-alpha at sources dot redhat dot com>
- Date: Wed, 19 Mar 2003 11:30:02 +1100
- Subject: Re: [PATCH] PPC64 memcpy
- References: <3E779D51.50A7CCBB@us.ibm.com>
Steven Munroe writes:
> + cmpldi cr1,5,31
> + neg 0,3
etc...
Any particular reason why you used the bare register numbers instead
of the 'r' names (e.g. r0, r3, etc.)?
Regards,
Paul.