From bb9cc3dba0720ccee309ce3af19c370760611f1f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 4 Dec 2001 10:06:40 +0000 Subject: * d10v.h (OPERAND_NOSP): New macro. --- include/opcode/d10v.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/opcode/d10v.h') diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h index 9ae5d1748..cc27850b0 100644 --- a/include/opcode/d10v.h +++ b/include/opcode/d10v.h @@ -184,6 +184,11 @@ extern const struct d10v_operand d10v_operands[]; /* Pre-decrement is only supported for SP. */ #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. */ struct pd_reg { -- cgit v1.2.3