Searched refs:mcpu_cpu_opt (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-aarch64.c | 52 static const aarch64_feature_set *mcpu_cpu_opt = NULL; variable 9640 if (!mcpu_cpu_opt) in md_begin() 9641 mcpu_cpu_opt = march_cpu_opt; in md_begin() 9643 if (!mcpu_cpu_opt) in md_begin() 9644 mcpu_cpu_opt = &cpu_default; in md_begin() 9646 cpu_variant = *mcpu_cpu_opt; in md_begin() 10166 mcpu_cpu_opt = &opt->value; in aarch64_parse_cpu() 10168 return aarch64_parse_features (ext, &mcpu_cpu_opt, false); in aarch64_parse_cpu() 10378 mcpu_cpu_opt = &opt->value; in s_aarch64_cpu() 10380 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false)) in s_aarch64_cpu() [all …]
|
H A D | tc-arm.c | 172 static const arm_feature_set *mcpu_cpu_opt = NULL; variable 30897 if (mcpu_cpu_opt || march_cpu_opt) in md_begin() 30902 else if (mcpu_cpu_opt) in md_begin() 30904 selected_arch = *mcpu_cpu_opt; in md_begin() 32539 mcpu_cpu_opt = &opt->value; in arm_parse_cpu() 32562 return arm_parse_extension (ext, mcpu_cpu_opt, mcpu_ext_opt, NULL); in arm_parse_cpu()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-aarch64.c | 50 static const aarch64_feature_set *mcpu_cpu_opt = NULL; variable 10151 if (!mcpu_cpu_opt) in md_begin() 10152 mcpu_cpu_opt = march_cpu_opt; in md_begin() 10154 if (!mcpu_cpu_opt) in md_begin() 10155 mcpu_cpu_opt = &cpu_default; in md_begin() 10157 cpu_variant = *mcpu_cpu_opt; in md_begin() 10594 mcpu_cpu_opt = &opt->value; in aarch64_parse_cpu() 10596 return aarch64_parse_features (ext, &mcpu_cpu_opt, false); in aarch64_parse_cpu() 10807 mcpu_cpu_opt = &opt->value; in s_aarch64_cpu() 10809 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false)) in s_aarch64_cpu() [all …]
|
H A D | tc-arm.c | 172 static const arm_feature_set *mcpu_cpu_opt = NULL; variable 30936 if (mcpu_cpu_opt || march_cpu_opt) in md_begin() 30941 else if (mcpu_cpu_opt) in md_begin() 30943 selected_arch = *mcpu_cpu_opt; in md_begin() 32585 mcpu_cpu_opt = &opt->value; in arm_parse_cpu() 32608 return arm_parse_extension (ext, mcpu_cpu_opt, mcpu_ext_opt, NULL); in arm_parse_cpu()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2017 | 2343 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them 2349 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them 2353 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for 2370 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and 3582 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
|
H A D | ChangeLog-2018 | 5213 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt, 5227 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext 5231 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset. 5243 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and 5248 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
|
H A D | ChangeLog-2005 | 445 instead of mcpu_cpu_opt.
|
H A D | ChangeLog-0203 | 7271 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2017 | 2343 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them 2349 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them 2353 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for 2370 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and 3582 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
|
H A D | ChangeLog-2018 | 5213 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt, 5227 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext 5231 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset. 5243 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and 5248 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
|
H A D | ChangeLog-2005 | 445 instead of mcpu_cpu_opt.
|
H A D | ChangeLog-0203 | 7271 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
|