Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-28 00:17:02 +0400
committerNick Clifton <nickc@redhat.com>2000-03-28 00:17:02 +0400
commit1b3755ec07c5011c315783fbb4813a9d37e4dba3 (patch)
tree16d0e7ca9c607c57aa93dff070334ea7dbd89be0 /include/opcode/d30v.h
parentf5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b (diff)
Fix value of SHORT_A1.
Move SHORT_AR to end of list of short instructions.
Diffstat (limited to 'include/opcode/d30v.h')
-rw-r--r--include/opcode/d30v.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h
index 83ed43c96..f90b7a420 100644
--- a/include/opcode/d30v.h
+++ b/include/opcode/d30v.h
@@ -101,7 +101,7 @@ struct d30v_opcode
#define SHORT_A5 36 /* SHORT_A with a 5-bit immediate instead of 6 */
#define SHORT_CMP 38 /* special form for CMPcc */
#define SHORT_CMPU 40 /* special form for CMPUcc */
-#define SHORT_A1 48 /* special form of SHORT_A for MACa opcodes where a=1 */
+#define SHORT_A1 42 /* special form of SHORT_A for MACa opcodes where a=1 */
#define SHORT_AA 44 /* SHORT_A with the first register an accumulator */
#define SHORT_RA 46 /* SHORT_A with the second register an accumulator */
#define SHORT_MODINC 48
@@ -111,20 +111,20 @@ struct d30v_opcode
#define SHORT_UF 52
#define SHORT_A2 53
#define SHORT_NONE 55 /* no operands */
-#define LONG 56
-#define LONG_U 57 /* unary LONG */
-#define LONG_Ur 58 /* LONG pc-relative */
-#define LONG_CMP 59 /* special form for CMPcc and CMPUcc */
-#define LONG_M 60 /* Memory long for ldb, stb */
-#define LONG_M2 61 /* Memory long for ld2w, st2w */
-#define LONG_2 62 /* LONG with 2 operands; jmptnz */
-#define LONG_2r 63 /* LONG with 2 operands; bratnz */
-#define LONG_2b 64 /* LONG_2 with modifier of 3 */
-#define LONG_2br 65 /* LONG_2r with modifier of 3 */
-#define LONG_D 66 /* for DJMPI*/
-#define LONG_Dr 67 /* for DBRAI*/
-#define LONG_Dbr 68 /* for repeati*/
-#define SHORT_AR 69 /* like SHORT_AA but only accept register as third parameter */
+#define SHORT_AR 56 /* like SHORT_AA but only accept register as third parameter */
+#define LONG 57
+#define LONG_U 58 /* unary LONG */
+#define LONG_Ur 59 /* LONG pc-relative */
+#define LONG_CMP 60 /* special form for CMPcc and CMPUcc */
+#define LONG_M 61 /* Memory long for ldb, stb */
+#define LONG_M2 62 /* Memory long for ld2w, st2w */
+#define LONG_2 63 /* LONG with 2 operands; jmptnz */
+#define LONG_2r 64 /* LONG with 2 operands; bratnz */
+#define LONG_2b 65 /* LONG_2 with modifier of 3 */
+#define LONG_2br 66 /* LONG_2r with modifier of 3 */
+#define LONG_D 67 /* for DJMPI */
+#define LONG_Dr 68 /* for DBRAI */
+#define LONG_Dbr 69 /* for repeati */
/* the execution unit(s) used */
int unit;