Home
last modified time | relevance | path

Searched refs:tic6x_arches (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c148 static const tic6x_arch_table tic6x_arches[] = variable
219 for (i = 0; i < ARRAY_SIZE (tic6x_arches); i++) in tic6x_use_arch()
220 if (strcmp (arch, tic6x_arches[i].arch) == 0) in tic6x_use_arch()
222 tic6x_arch_enable = tic6x_arches[i].features; in tic6x_use_arch()
226 tic6x_arches[i].attr); in tic6x_use_arch()
228 tic6x_arch_attribute = tic6x_arches[i].attr; in tic6x_use_arch()
338 for (i = 0; i < ARRAY_SIZE (tic6x_arches); i++) in md_show_usage()
339 fprintf (stream, " %s", tic6x_arches[i].arch); in md_show_usage()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2010467 * config/tc-tic6x.c (tic6x_arch_attribute, tic6x_arches,
1413 (tic6x_arch_table, tic6x_arches): Add attribute values.