HomeSort by: relevance | last modified time | path
    Searched defs:selected_arch (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/common/config/arm/
arm-common.cc 696 const arch_option *selected_arch = NULL; local
718 selected_arch = arm_parse_arch_option_name (all_architectures, "-march",
721 if (selected_arch == NULL)
724 arm_initialize_isa (target_isa, selected_arch->common.isa_bits);
725 arm_parse_option_features (target_isa, &selected_arch->common,
794 selected_arch = all_architectures + selected_cpu->arch;
817 gcc_assert (selected_arch);
819 arm_initialize_isa (base_isa, selected_arch->common.isa_bits);
823 if (selected_arch->common.extensions == NULL)
824 return selected_arch->common.name
1025 const arch_option *selected_arch; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 694 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->common.name
1022 const arch_option *selected_arch; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 499 static const struct m68k_cpu *selected_arch; variable in typeref:struct:m68k_cpu
4231 if (!selected_cpu && !selected_arch)
7339 selected_arch = arch;
7510 if (selected_arch)
7512 current_architecture |= selected_arch->arch;
7513 control_regs = selected_arch->control_regs;
tc-arm.c 365 static arm_feature_set selected_arch = ARM_ARCH_NONE; variable
30093 selected_arch = *legacy_cpu;
30097 selected_arch = *mcpu_cpu_opt;
30102 selected_arch = *march_cpu_opt;
30105 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext);
30134 if (ARM_FEATURE_ZERO (selected_arch))
30136 selected_arch = cpu_default;
30137 selected_cpu = selected_arch;
30145 if (ARM_FEATURE_ZERO (selected_arch))
32340 ARM_CLEAR_FEATURE (selected_arch, flags_arch, flags_ext)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 499 static const struct m68k_cpu *selected_arch; variable in typeref:struct:m68k_cpu
4231 if (!selected_cpu && !selected_arch)
7339 selected_arch = arch;
7510 if (selected_arch)
7512 current_architecture |= selected_arch->arch;
7513 control_regs = selected_arch->control_regs;
tc-arm.c 365 static arm_feature_set selected_arch = ARM_ARCH_NONE; variable
30100 selected_arch = *legacy_cpu;
30104 selected_arch = *mcpu_cpu_opt;
30109 selected_arch = *march_cpu_opt;
30112 ARM_MERGE_FEATURE_SETS (selected_cpu, selected_arch, selected_ext);
30141 if (ARM_FEATURE_ZERO (selected_arch))
30143 selected_arch = cpu_default;
30144 selected_cpu = selected_arch;
30152 if (ARM_FEATURE_ZERO (selected_arch))
32347 ARM_CLEAR_FEATURE (selected_arch, flags_arch, flags_ext)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 2747 static const struct processor *selected_arch; variable in typeref:struct:processor
17722 in OPTS. The caller must have set up selected_tune and selected_arch
17734 aarch64_architecture_version = selected_arch->architecture_version;
17902 opts->x_aarch64_arch_string = selected_arch->name;
18319 decisions. It must also set selected_arch as this will be used to
18334 selected_arch = NULL;
18351 valid_arch = aarch64_validate_march (aarch64_arch_string, &selected_arch,
18366 if (selected_arch)
18368 selected_cpu = &all_cores[selected_arch->ident];
18370 explicit_arch = selected_arch->arch
    [all...]

Completed in 85 milliseconds