]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add support for CRX co-processor opcodes
authorNick Clifton <nickc@redhat.com>
Thu, 7 Oct 2004 14:18:17 +0000 (14:18 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Oct 2004 14:18:17 +0000 (14:18 +0000)
include/opcode/ChangeLog
include/opcode/crx.h

index 6d75eee99733ec1660c5662d7d9806c57aafeb3c..4eb8348531e6803650b09c6dc34835f08f565970 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * crx.h: Add COPS_REG_INS - Coprocessor Special register
+       instruction type.
+
 2004-09-30  Paul Brook  <paul@codesourcery.com>
 
        * arm.h (ARM_EXT_V6K, ARM_EXT_V6Z): Define.
index 1e0d5733ab321061fa3ef251c3e88ad4e13af01c..58db2f8b3e4b5dbaaeed5362387a02f6f32a19e8 100644 (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)
This page took 0.033756 seconds and 5 git commands to generate.