Searched defs:function_unit (Results 1 – 2 of 2) sorted by relevance
41 struct function_unit struct44 struct function_unit *next; /* Next function unit. */ argument45 int multiplicity; /* Number of units of this type. */46 int simultaneity; /* Maximum number of simultaneous insns48 struct range ready_cost; /* Range of ready cost values. */49 struct range issue_delay; /* Range of issue delay values. */
225 struct function_unit struct228 struct function_unit *next; /* Next function unit. */ argument235 struct function_unit_op *ops; /* Pointer to first operation type. */ argument252 static struct function_unit *units; argument