Lines Matching defs:operand_data
113 struct operand_data
115 struct operand_data *next;
129 static struct operand_data null_operand =
134 static struct operand_data *odata = &null_operand;
135 static struct operand_data **odata_end = &null_operand.next;
161 struct operand_data operand[MAX_MAX_OPERANDS];
178 static int compare_operands (struct operand_data *,
179 struct operand_data *);
247 struct operand_data *d;
249 printf ("\nstatic const struct insn_operand_data operand_data[] = \n{\n");
397 printf (" &operand_data[%d],\n", d->operand_number);
534 compare_operands (struct operand_data *d0, struct operand_data *d1)
574 struct operand_data *od, *od2;