Searched refs:selected_ext (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-arm.c | 377 static arm_feature_set selected_ext = ARM_ARCH_NONE; variable 30944 selected_ext = *mcpu_ext_opt; in md_begin() 30949 selected_ext = *march_ext_opt; in md_begin() 30951 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext); in md_begin() 33177 selected_ext = flags_ext; in aeabi_set_public_attributes() 33184 ARM_MERGE_FEATURE_SETS (flags_arch, selected_arch, selected_ext); in aeabi_set_public_attributes() 33186 flags_ext = selected_ext; in aeabi_set_public_attributes() 33239 if (ARM_CPU_HAS_FEATURE (selected_ext, arm_ext_dsp)) in aeabi_set_public_attributes() 33414 selected_ext = opt->ext; in s_arm_cpu() 33415 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext); in s_arm_cpu() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2018 | 5223 (selected_arch, selected_ext, selected_fpu): New static variables. 5227 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext 5238 (aeabi_set_public_attributes): Also set selected_arch and selected_ext 5242 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of 5249 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
|