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:
authorAlexandre Oliva <aoliva@redhat.com>2001-11-29 21:03:50 +0300
committerAlexandre Oliva <aoliva@redhat.com>2001-11-29 21:03:50 +0300
commit20a206afa2391e7ad4adf6d1f7ecb10e07987a7f (patch)
treecfe1358b1dbc172d97e504d9f79aac8e7e1eccb5 /include/opcode/d10v.h
parentf66d193650a3f9fea21d3074fa855a61b96f21e2 (diff)
* d10v.h (OPERAND_SP): New macro.
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
{