* v850.h (v850_operands): Add flags field.
[deliverable/binutils-gdb.git] / include / opcode / v850.h
index 0373e386b97746791b133a4e178cdaccb513c5ba..227393e12a4ce753f7a4f1941a5049d594ed52e3 100644 (file)
@@ -60,6 +60,8 @@ struct v850_operand
 
   /* How far the operand is left shifted in the instruction.  */
   int shift;
+
+  int flags;
 };
 
 /* Elements in the table are retrieved by indexing with values from
@@ -67,5 +69,10 @@ struct v850_operand
 
 extern const struct v850_operand v850_operands[];
 
+/* Values defined for the flags field of a struct v850_operand.  */
+#define OPERAND_NUM    1       /* number or symbol */
+#define OPERAND_REG    2       /* register */
+
+
 
 #endif /* V850_H */
This page took 0.025353 seconds and 4 git commands to generate.