* mn10300.h (FMT_D10): Define.
authorJeff Law <law@redhat.com>
Mon, 22 Jun 1998 19:33:21 +0000 (19:33 +0000)
committerJeff Law <law@redhat.com>
Mon, 22 Jun 1998 19:33:21 +0000 (19:33 +0000)
include/opcode/ChangeLog
include/opcode/mn10300.h

index 9728138..74eaf85 100644 (file)
@@ -1,3 +1,14 @@
+start-sanitize-am33
+Mon Jun 22 13:28:59 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300.h (FMT_D10): Define.
+
+Fri Jun 19 16:44:44 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300.h (MN10300_OPERAND_24BIT): Define.
+       (FMT_D8, FMT_D9): Likewise.
+
+end-sanitize-am33
 Fri Jun 19 16:09:09 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
 
        * i386.h: Use FP, not sl_Suf, for fxsave and fxrstor.
index 978be3a..f17d096 100644 (file)
@@ -120,6 +120,8 @@ extern const struct mn10300_operand mn10300_operands[];
 #define MN10300_OPERAND_XRREG 0x200000
 
 #define MN10300_OPERAND_PLUS 0x400000
+
+#define MN10300_OPERAND_24BIT 0x800000
 /* end-sanitize-am33 */
 
 /* Opcode Formats.  */
@@ -136,6 +138,9 @@ extern const struct mn10300_operand mn10300_operands[];
 /* start-sanitize-am33 */
 #define FMT_D6 11
 #define FMT_D7 12
+#define FMT_D8 13
+#define FMT_D9 14
+#define FMT_D10 15
 /* start-sanitize-am33 */
 
 #endif /* MN10300_H */