From 02a32322f39e9f04e5b9568d518e9ab636c912ea Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 7 Oct 2004 14:18:17 +0000 Subject: Add support for CRX co-processor opcodes --- include/opcode/crx.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/opcode/crx.h') diff --git a/include/opcode/crx.h b/include/opcode/crx.h index 1e0d5733a..58db2f8b3 100644 --- a/include/opcode/crx.h +++ b/include/opcode/crx.h @@ -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) -- cgit v1.2.3