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

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 55 static const aarch64_feature_set cpu_default = AARCH64_ARCH_FEATURES (V8A); variable
10704 mcpu_cpu_opt = &cpu_default;
tc-arm.c 101 #ifndef CPU_DEFAULT
107 should define CPU_DEFAULT here. */
194 #ifdef CPU_DEFAULT
195 static const arm_feature_set cpu_default = CPU_DEFAULT; variable
30133 #ifdef CPU_DEFAULT
30136 selected_arch = cpu_default;
32809 #ifndef CPU_DEFAULT
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 55 static const aarch64_feature_set cpu_default = AARCH64_ARCH_FEATURES (V8A); variable
10562 mcpu_cpu_opt = &cpu_default;
tc-arm.c 101 #ifndef CPU_DEFAULT
107 should define CPU_DEFAULT here. */
194 #ifdef CPU_DEFAULT
195 static const arm_feature_set cpu_default = CPU_DEFAULT; variable
30140 #ifdef CPU_DEFAULT
30143 selected_arch = cpu_default;
32816 #ifndef CPU_DEFAULT
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 1699 static struct cpu_default {
1702 } const cpu_default[] = {
1726 const struct cpu_default *def;
1858 for (def = &cpu_default[0]; def->cpu != -1; ++def)
1697 static struct cpu_default { struct
1700 } const cpu_default[] = { local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 1707 static struct cpu_default {
1710 } const cpu_default[] = {
1734 const struct cpu_default *def;
1866 for (def = &cpu_default[0]; def->cpu != -1; ++def)
1705 static struct cpu_default { struct
1708 } const cpu_default[] = { local

Completed in 93 milliseconds