(OPERAND_REG, OPERAND_NUM): Defined.
+
+ * v850.h (v850_operands): Add flags field.
+ (OPERAND_REG, OPERAND_NUM): Defined.
+
/* How far the operand is left shifted in the instruction. */
int shift;
/* How far the operand is left shifted in the instruction. */
int shift;
};
/* Elements in the table are retrieved by indexing with values from
};
/* Elements in the table are retrieved by indexing with values from
extern const struct v850_operand v850_operands[];
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 */
+
+