This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
rs6000 NON_SPECIAL_REGS
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc external <gcc at gcc dot gnu dot org>
- Date: 16 Dec 2001 19:50:37 -0800
- Subject: rs6000 NON_SPECIAL_REGS
is there a reason why NON_SPECIAL_REGS is not the exact bit opposite of
SPECIAL_REGS?
{ 0xffffffff, 0xffffffff, 0x00000008, 0x00000000 }, /* NON_SPECIAL_REGS */ \
{ 0x00000000, 0x00000000, 0x00000007, 0x00000000 }, /* SPECIAL_REGS */ \
aldy