mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 13:05:38 +08:00
(REG_CLASS_CONTENTS): Add rap to GENERAL_REGS and its superclasses.
From-SVN: r13565
This commit is contained in:
parent
d2ce91694f
commit
f8aa1f6e5d
@ -507,12 +507,12 @@ enum reg_class
|
||||
{ 0x00020000, 0x00000000 }, /* PR_REGS */ \
|
||||
{ 0x00040000, 0x00000000 }, /* T_REGS */ \
|
||||
{ 0x00300000, 0x00000000 }, /* MAC_REGS */ \
|
||||
{ 0x0001FFFF, 0x00000000 }, /* GENERAL_REGS */ \
|
||||
{ 0x0081FFFF, 0x00000000 }, /* GENERAL_REGS */ \
|
||||
{ 0x00400000, 0x00000000 }, /* FPUL_REGS */ \
|
||||
{ 0x01000000, 0x00000000 }, /* FP0_REGS */ \
|
||||
{ 0xFF000000, 0x000000FF }, /* FP_REGS */ \
|
||||
{ 0xFF01FFFF, 0x000000FF }, /* GENERAL_FP_REGS */ \
|
||||
{ 0xFF7FFFFF, 0x000000FF }, /* ALL_REGS */ \
|
||||
{ 0xFF81FFFF, 0x000000FF }, /* GENERAL_FP_REGS */ \
|
||||
{ 0xFFFFFFFF, 0x000000FF }, /* ALL_REGS */ \
|
||||
}
|
||||
|
||||
/* The same information, inverted:
|
||||
|
Loading…
Reference in New Issue
Block a user