Home
last modified time | relevance | path

Searched defs:function_unit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattr.c41 struct function_unit struct
44 struct function_unit *next; /* Next function unit. */ argument
45 int multiplicity; /* Number of units of this type. */
46 int simultaneity; /* Maximum number of simultaneous insns
48 struct range ready_cost; /* Range of ready cost values. */
49 struct range issue_delay; /* Range of issue delay values. */
H A Dgenattrtab.c225 struct function_unit struct
228 struct function_unit *next; /* Next function unit. */ argument
235 struct function_unit_op *ops; /* Pointer to first operation type. */ argument
252 static struct function_unit *units; argument