Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/d10v.h')
-rw-r--r--include/opcode/d10v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h
index 2298b5e8c..52be36056 100644
--- a/include/opcode/d10v.h
+++ b/include/opcode/d10v.h
@@ -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
{