2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 10 Jul 2003 02:49:07 +0000 (02:49 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 10 Jul 2003 02:49:07 +0000 (02:49 +0000)
* mn10300.h (AM33_2): Renamed from AM33.
2000-03-31  Alexandre Oliva  <aoliva@cygnus.com>
* mn10300.h (AM332, FMT_D3): Defined.
(MN10300_OPERAND_FSREG, MN10300_OPERAND_FDREG): Likewise.
(MN10300_OPERAND_FPCR): Likewise.

include/opcode/ChangeLog
include/opcode/mn10300.h

index b13efe26a3cdeee303b185957d90a19c9150583a..c03bd311ed5ee1090423ddb3198d866ed14a8056 100644 (file)
@@ -1,3 +1,12 @@
+2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       2000-04-01  Alexandre Oliva  <aoliva@cygnus.com>
+       * mn10300.h (AM33_2): Renamed from AM33.
+       2000-03-31  Alexandre Oliva  <aoliva@cygnus.com>
+       * mn10300.h (AM332, FMT_D3): Defined.
+       (MN10300_OPERAND_FSREG, MN10300_OPERAND_FDREG): Likewise.
+       (MN10300_OPERAND_FPCR): Likewise.
+
 2003-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
index 0de7f451a4d4c182bb191939c62a2bd14c9e7194..bd7faa110aa30a49ba57199a0d47037c910afb64 100644 (file)
@@ -135,6 +135,12 @@ extern const struct mn10300_operand mn10300_operands[];
 
 #define MN10300_OPERAND_24BIT 0x800000
 
+#define MN10300_OPERAND_FSREG 0x1000000
+
+#define MN10300_OPERAND_FDREG 0x2000000
+
+#define MN10300_OPERAND_FPCR 0x4000000
+
 /* Opcode Formats.  */
 #define FMT_S0 1
 #define FMT_S1 2
@@ -151,11 +157,13 @@ extern const struct mn10300_operand mn10300_operands[];
 #define FMT_D8 13
 #define FMT_D9 14
 #define FMT_D10 15
+#define FMT_D3 16
 
 /* Variants of the mn10300 which have additional opcodes.  */
 #define MN103 300
 #define AM30  300
 
 #define AM33 330
+#define AM33_2 332
 
 #endif /* MN10300_H */
This page took 0.028456 seconds and 4 git commands to generate.