Searched refs:selected_arch (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c647 const arch_option *selected_arch = NULL; local
669 selected_arch = arm_parse_arch_option_name (all_architectures, "-march",
672 if (selected_arch == NULL)
675 arm_initialize_isa (target_isa, selected_arch->common.isa_bits);
676 arm_parse_option_features (target_isa, &selected_arch->common,
754 selected_arch = all_architectures + selected_cpu->arch;
767 gcc_assert (selected_arch);
769 arm_initialize_isa (base_isa, selected_arch->common.isa_bits);
773 if (selected_arch->common.extensions == NULL)
774 return selected_arch
947 const arch_option *selected_arch local
975 const arch_option *selected_arch; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.cc694 const arch_option *selected_arch = NULL; local
716 selected_arch = arm_parse_arch_option_name (all_architectures, "-march",
719 if (selected_arch == NULL)
722 arm_initialize_isa (target_isa, selected_arch->common.isa_bits);
723 arm_parse_option_features (target_isa, &selected_arch->common,
801 selected_arch = all_architectures + selected_cpu->arch;
814 gcc_assert (selected_arch);
816 arm_initialize_isa (base_isa, selected_arch->common.isa_bits);
820 if (selected_arch->common.extensions == NULL)
821 return selected_arch
1022 const arch_option *selected_arch; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c1614 static const struct processor *selected_arch; variable in typeref:struct:processor
14652 in OPTS. The caller must have set up selected_tune and selected_arch
14664 aarch64_architecture_version = selected_arch->architecture_version;
14814 opts->x_aarch64_arch_string = selected_arch->name;
15227 decisions. It must also set selected_arch as this will be used to
15242 selected_arch = NULL;
15259 valid_arch = aarch64_validate_march (aarch64_arch_string, &selected_arch,
15274 if (selected_arch)
15276 selected_cpu = &all_cores[selected_arch->ident];
15278 explicit_arch = selected_arch
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c499 static const struct m68k_cpu *selected_arch; variable in typeref:struct:m68k_cpu
4232 if (!selected_cpu && !selected_arch)
7328 selected_arch = arch;
7497 if (selected_arch)
7499 current_architecture |= selected_arch->arch;
7500 control_regs = selected_arch->control_regs;
H A Dtc-arm.c374 static arm_feature_set selected_arch = ARM_ARCH_NONE; variable
30910 selected_arch = *legacy_cpu;
30914 selected_arch = *mcpu_cpu_opt;
30919 selected_arch = *march_cpu_opt;
30922 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext);
30957 if (ARM_FEATURE_ZERO (selected_arch))
30959 selected_arch = cpu_default;
30960 selected_cpu = selected_arch;
30968 if (ARM_FEATURE_ZERO (selected_arch))
33134 ARM_CLEAR_FEATURE (selected_arch, flags_arc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68k.c515 static const struct m68k_cpu *selected_arch; variable in typeref:struct:m68k_cpu
4248 if (!selected_cpu && !selected_arch)
7353 selected_arch = arch;
7522 if (selected_arch)
7524 current_architecture |= selected_arch->arch;
7525 control_regs = selected_arch->control_regs;
H A Dtc-arm.c372 static arm_feature_set selected_arch = ARM_ARCH_NONE; variable
30790 selected_arch = *legacy_cpu;
30794 selected_arch = *mcpu_cpu_opt;
30799 selected_arch = *march_cpu_opt;
30802 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext);
30837 if (ARM_FEATURE_ZERO (selected_arch))
30839 selected_arch = cpu_default;
30840 selected_cpu = selected_arch;
30848 if (ARM_FEATURE_ZERO (selected_arch))
32949 ARM_CLEAR_FEATURE (selected_arch, flags_arc
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c499 static const struct m68k_cpu *selected_arch; variable in typeref:struct:m68k_cpu
4232 if (!selected_cpu && !selected_arch)
7328 selected_arch = arch;
7497 if (selected_arch)
7499 current_architecture |= selected_arch->arch;
7500 control_regs = selected_arch->control_regs;
H A Dtc-arm.c374 static arm_feature_set selected_arch = ARM_ARCH_NONE; variable
30910 selected_arch = *legacy_cpu;
30914 selected_arch = *mcpu_cpu_opt;
30919 selected_arch = *march_cpu_opt;
30922 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext);
30957 if (ARM_FEATURE_ZERO (selected_arch))
30959 selected_arch = cpu_default;
30960 selected_cpu = selected_arch;
30968 if (ARM_FEATURE_ZERO (selected_arch))
33134 ARM_CLEAR_FEATURE (selected_arch, flags_arc
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc2747 static const struct processor *selected_arch; variable in typeref:struct:processor
17645 in OPTS. The caller must have set up selected_tune and selected_arch
17657 aarch64_architecture_version = selected_arch->architecture_version;
17825 opts->x_aarch64_arch_string = selected_arch->name;
18242 decisions. It must also set selected_arch as this will be used to
18257 selected_arch = NULL;
18274 valid_arch = aarch64_validate_march (aarch64_arch_string, &selected_arch,
18289 if (selected_arch)
18291 selected_cpu = &all_cores[selected_arch->ident];
18293 explicit_arch = selected_arch
[all...]

Completed in 648 milliseconds