* d10v.h (OPERAND_NOSP): New macro.
This commit is contained in:
parent
63928f6088
commit
bb9cc3dba0
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* d10v.h (OPERAND_NOSP): New macro.
|
||||||
|
|
||||||
2001-11-29 Alexandre Oliva <aoliva@redhat.com>
|
2001-11-29 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* d10v.h (OPERAND_SP): New macro.
|
* d10v.h (OPERAND_SP): New macro.
|
||||||
|
@ -184,6 +184,11 @@ extern const struct d10v_operand d10v_operands[];
|
|||||||
/* Pre-decrement is only supported for SP. */
|
/* Pre-decrement is only supported for SP. */
|
||||||
#define OPERAND_SP (0x100000)
|
#define OPERAND_SP (0x100000)
|
||||||
|
|
||||||
|
/* Post-decrement is not supported for SP. Like OPERAND_EVEN, and
|
||||||
|
unlike OPERAND_SP, this flag doesn't prevent the instruction from
|
||||||
|
matching, it only fails validation later on. */
|
||||||
|
#define OPERAND_NOSP (0x200000)
|
||||||
|
|
||||||
/* Structure to hold information about predefined registers. */
|
/* Structure to hold information about predefined registers. */
|
||||||
struct pd_reg
|
struct pd_reg
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user