* d10v.h (OPERAND_SP): New macro.

This commit is contained in:
Alexandre Oliva 2001-11-29 18:03:50 +00:00
parent f66d193650
commit 20a206afa2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-11-29 Alexandre Oliva <aoliva@redhat.com>
* d10v.h (OPERAND_SP): New macro.
2001-11-15 Alan Modra <amodra@bigpond.net.au> 2001-11-15 Alan Modra <amodra@bigpond.net.au>
* ppc.h (struct powerpc_operand <insert, extract>): Add dialect param. * ppc.h (struct powerpc_operand <insert, extract>): Add dialect param.

View File

@ -181,6 +181,9 @@ extern const struct d10v_operand d10v_operands[];
/* needed for rac/rachi */ /* needed for rac/rachi */
#define RESTRICTED_NUM3 (0x80000) #define RESTRICTED_NUM3 (0x80000)
/* Pre-decrement is only supported for SP. */
#define OPERAND_SP (0x100000)
/* Structure to hold information about predefined registers. */ /* Structure to hold information about predefined registers. */
struct pd_reg struct pd_reg
{ {