* d10v.h (OPERAND_SP): New macro.
This commit is contained in:
parent
f66d193650
commit
20a206afa2
|
@ -1,3 +1,7 @@
|
||||||
|
2001-11-29 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* d10v.h (OPERAND_SP): New macro.
|
||||||
|
|
||||||
2001-11-15 Alan Modra <amodra@bigpond.net.au>
|
2001-11-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ppc.h (struct powerpc_operand <insert, extract>): Add dialect param.
|
* ppc.h (struct powerpc_operand <insert, extract>): Add dialect param.
|
||||||
|
|
|
@ -181,6 +181,9 @@ extern const struct d10v_operand d10v_operands[];
|
||||||
/* needed for rac/rachi */
|
/* needed for rac/rachi */
|
||||||
#define RESTRICTED_NUM3 (0x80000)
|
#define RESTRICTED_NUM3 (0x80000)
|
||||||
|
|
||||||
|
/* Pre-decrement is only supported for SP. */
|
||||||
|
#define OPERAND_SP (0x100000)
|
||||||
|
|
||||||
/* Structure to hold information about predefined registers. */
|
/* Structure to hold information about predefined registers. */
|
||||||
struct pd_reg
|
struct pd_reg
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue