* mn10300.h (MN10300_OPERAND_REG_LIST): Define.
This commit is contained in:
parent
bd45f82f41
commit
bd63ee34aa
2 changed files with 12 additions and 0 deletions
|
@ -94,6 +94,10 @@ extern const struct mn10300_operand mn10300_operands[];
|
|||
|
||||
#define MN10300_OPERAND_EXTENDED 0x200
|
||||
|
||||
#define MN10300_OPERAND_SPLIT 0x400
|
||||
|
||||
#define MN10300_OPERAND_REG_LIST 0x800
|
||||
|
||||
/* Opcode Formats. */
|
||||
#define FMT_S0 1
|
||||
#define FMT_S1 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue