Searched refs:bfin_cpus (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-bfin.c | 190 struct bfin_cpu bfin_cpus[] = variable 348 for (i = 0; i < ARRAY_SIZE (bfin_cpus); i++) in md_parse_option() 350 const char *p = bfin_cpus[i].name; in md_parse_option() 355 if (i == ARRAY_SIZE (bfin_cpus)) in md_parse_option() 358 bfin_cpu_type = bfin_cpus[i].type; in md_parse_option() 360 q = arg + strlen (bfin_cpus[i].name); in md_parse_option() 364 bfin_si_revision = bfin_cpus[i].si_revision; in md_parse_option() 365 bfin_anomaly_checks |= bfin_cpus[i].anomaly_checks; in md_parse_option() 372 while (i < ARRAY_SIZE (bfin_cpus) in md_parse_option() 373 && bfin_cpus[i].type == bfin_cpu_type) in md_parse_option() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.h | 1118 extern const struct bfin_cpu bfin_cpus[];
|
| D | bfin.cc | 2347 for (i = 0; bfin_cpus[i].name != NULL; i++) in bfin_option_override() 2348 bfin_workarounds |= bfin_cpus[i].workarounds; in bfin_option_override()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2010 | 729 * config/tc-bfin.c (bfin_cpus[]): Add 0.2 for bf512/bf514/bf516/bf518. 735 (bfin_cpus[]): Add 0.0/0.1 for bf592. 1863 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
|
| D | ChangeLog-2011 | 1705 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
|
| D | ChangeLog-2009 | 1272 (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
|
| D | ChangeLog-2016 | 2595 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2008 | 1520 * config/bfin/bfin.c (bfin_cpus): Add WA_INDIRECT_CALLS to 2927 * config/bfin/bfin.c (bfin_cpus): Add these workaround bits as 3174 * config/bfin/bfin.c (bfin_cpus[]): Add 0.0 for bf512, bf514, bf516, 6961 * config/bfin/bfin.c (bfin_cpus[]): Add 0.1 for bf522, bf523, bf524, 28054 * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere. 28067 * config/bfin/bfin.c (bfin_cpus[]): Add bf547, bf523, bf524, and
|
| D | ChangeLog-2011 | 21833 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION, 25285 * config/bfin/bfin.c (bfin_cpus): Add bf592. 26806 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions. 27015 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for 34180 (bfin_cpus): Make static const.
|
| D | ChangeLog-2009 | 10528 * config/bfin/bfin.c (bfin_cpus[]): Add 0.3 for bf542m, bf544m, 10546 * config/bfin/bfin.c (bfin_cpus[]): Add WA_05000074 for all cpus. 25186 (bfin_cpus): Add WA_LOAD_LCREGS as needed.
|
| D | ChangeLog-2007 | 5736 (bfin_cpus): New.
|
| D | ChangeLog-2010 | 5541 (bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
|