* 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

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