* m68k-opc.c: Add argument for lpstop. From Olivier Carmona
[deliverable/binutils-gdb.git] / include / opcode / mn10300.h
index 69b08356bc914079962b8544e80ce953581fccf7..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
 {
@@ -94,6 +94,16 @@ extern const struct mn10300_operand mn10300_operands[];
 
 #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.036319 seconds and 4 git commands to generate.