Add support for CRX co-processor opcodes

This commit is contained in:
Nick Clifton
2004-10-07 14:18:17 +00:00
parent b9cd8fb5ff
commit 02a32322f3
2 changed files with 9 additions and 3 deletions

View File

@ -168,9 +168,10 @@ operand_type;
#define DIV_INS 14
#define COP_BRANCH_INS 15
#define COP_REG_INS 16
#define DCR_BRANCH_INS 17
#define MMC_INS 18
#define MMU_INS 19
#define COPS_REG_INS 17
#define DCR_BRANCH_INS 18
#define MMC_INS 19
#define MMU_INS 20
/* Maximum value supported for instruction types. */
#define CRX_INS_MAX (1 << 5)