Home
last modified time | relevance | path

Searched refs:function_unit (Results 1 – 7 of 7) 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
198 struct function_unit *units = 0, *unit;
283 unit = (struct function_unit *)
284 xmalloc (sizeof (struct function_unit));
H A Dgenattrtab.c225 struct function_unit struct
228 struct function_unit *next; /* Next function unit. */ argument
252 static struct function_unit *units; argument
450 static void write_complex_function PARAMS ((struct function_unit *, const char *,
1870 struct function_unit *unit, **unit_num; in expand_units()
1973 unit_num = (struct function_unit **) in expand_units()
1974 xmalloc ((num_units + 1) * sizeof (struct function_unit *)); in expand_units()
1976 unit_num[num_units] = unit = (struct function_unit *) in expand_units()
1977 xmalloc (sizeof (struct function_unit)); in expand_units()
4478 struct function_unit *unit;
[all …]
H A DFSFChangeLog.113164 (function_unit "fp"): Take fmove into account.
3165 (function_unit "int"): Uses one cycle for !dyn_shift.
3166 (function_unit "memory"): Special case for load_si and pcload_si.
5820 (function_unit core): Rework to handle load delay slots.
5821 (function_unit loader): New function unit.
H A DChangeLog.413002 (struct function_unit): Likewise.
H A DChangeLog.17036 (function_unit): Add hypersparc scheduling rules.
H A DChangeLog.311522 * genattrtab.c (struct function_unit, current_alternative_string,
H A DChangeLog.61423 (function_unit "integer"): Adapt.