* m68k-opc.c: Add argument for lpstop. From Olivier Carmona
[deliverable/binutils-gdb.git] / include / opcode / mn10300.h
index 01d53c7a5c69f0cbc031730f8be9a8b90a6304a6..4b7fb8a57a463d1751b2f858e97248f00369b474 100644 (file)
@@ -54,7 +54,7 @@ extern const struct mn10300_opcode mn10300_opcodes[];
 extern const int mn10300_num_opcodes;
 
 \f
-/* The operands table is an array of struct powerpc_operand.  */
+/* The operands table is an array of struct mn10300_operand.  */
 
 struct mn10300_operand
 {
@@ -92,6 +92,18 @@ extern const struct mn10300_operand mn10300_operands[];
 
 #define MN10300_OPERAND_REPEATED 0x100
 
+#define MN10300_OPERAND_EXTENDED 0x200
+
+#define MN10300_OPERAND_SPLIT 0x400
+
+#define MN10300_OPERAND_REG_LIST 0x800
+
+#define MN10300_OPERAND_PCREL 0x1000
+
+#define MN10300_OPERAND_MEMADDR 0x2000
+
+#define MN10300_OPERAND_RELAX 0x4000
+
 /* Opcode Formats.  */
 #define FMT_S0 1
 #define FMT_S1 2
This page took 0.024141 seconds and 4 git commands to generate.