Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dconfigure.tgt28 # cpu_type canonical gas cpu type; identifies the config/tc-* files
36 cpu_type=
45 # Check for architecture variants. Set cpu_type and, optionally,
49 aarch64) cpu_type=aarch64 endian=little arch=aarch64;;
50 aarch64_be) cpu_type=aarch64 endian=big arch=aarch64;;
51 alpha*) cpu_type=alpha ;;
52 am33_2.0) cpu_type=mn10300 endian=little ;;
53 arc*eb) cpu_type=arc endian=big ;;
54 arm*be|arm*b) cpu_type=arm endian=big ;;
55 arm*) cpu_type=arm endian=little ;;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.tgt28 # cpu_type canonical gas cpu type; identifies the config/tc-* files
36 cpu_type=
45 # Check for architecture variants. Set cpu_type and, optionally,
49 aarch64) cpu_type=aarch64 endian=little arch=aarch64;;
50 aarch64_be) cpu_type=aarch64 endian=big arch=aarch64;;
51 alpha*) cpu_type=alpha ;;
52 am33_2.0) cpu_type=mn10300 endian=little ;;
53 arc*eb) cpu_type=arc endian=big ;;
54 arm*be|arm*b) cpu_type=arm endian=big ;;
55 arm*) cpu_type=arm endian=little ;;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc247 int cpu_type = -1; in parse_devices_csv_1() local
337 cpu_type = atoi (val); in parse_devices_csv_1()
344 || (cpu_type == 0 && val[0] != '0') in parse_devices_csv_1()
345 || cpu_type > 2 || cpu_type < 0) in parse_devices_csv_1()
352 extracted_mcu_data.revision = cpu_type; in parse_devices_csv_1()
383 if (msp430_warn_devices_csv && (cpu_type == -1 || mpy_type == -1)) in parse_devices_csv_1()
386 (cpu_type != -1 ? "%<MPY_TYPE%>" in parse_devices_csv_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c247 int cpu_type = -1; in parse_devices_csv_1() local
337 cpu_type = atoi (val); in parse_devices_csv_1()
344 || (cpu_type == 0 && val[0] != '0') in parse_devices_csv_1()
345 || cpu_type > 2 || cpu_type < 0) in parse_devices_csv_1()
352 extracted_mcu_data.revision = cpu_type; in parse_devices_csv_1()
383 if (msp430_warn_devices_csv && (cpu_type == -1 || mpy_type == -1)) in parse_devices_csv_1()
386 (cpu_type != -1 ? "%<MPY_TYPE%>" in parse_devices_csv_1()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dconfig.host44 # cpu_type The name of the cpu, if different from the first
57 # Defaults to "$cpu_type/sfp-machine.h" if it exists,
78 # Set default cpu_type so it can be updated in each machine entry.
79 cpu_type=`echo ${host} | sed 's/-.*$//'`
82 cpu_type=m32c
86 cpu_type=aarch64
89 cpu_type=alpha
92 cpu_type=mn10300
95 cpu_type=gcn
99 cpu_type=arc
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dconfig.host44 # cpu_type The name of the cpu, if different from the first
57 # Defaults to "$cpu_type/sfp-machine.h" if it exists,
78 # Set default cpu_type so it can be updated in each machine entry.
79 cpu_type=`echo ${host} | sed 's/-.*$//'`
82 cpu_type=m32c
86 cpu_type=aarch64
89 cpu_type=alpha
92 cpu_type=mn10300
95 cpu_type=gcn
99 cpu_type=arc
[all …]
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_boot.cpp108 if (SHArchitecture::cpu_type() != 3) in create()
114 if (SHArchitecture::cpu_type() != 3) in create()
120 if (SHArchitecture::cpu_type() != 3) in create()
126 if (SHArchitecture::cpu_type() != 4) in create()
168 SHArchitecture::cpu_type())); in create()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-c.cc43 int cpu_type = (CPU_TYPE); \
46 loongarch_cpu_strings[cpu_type], NULL); \
52 loongarch_cpu_strings[cpu_type], 1); \
H A Dloongarch.opt89 Name(cpu_type) Type(int)
93 Enum(cpu_type) String(native) Value(CPU_NATIVE)
96 Enum(cpu_type) String(loongarch64) Value(CPU_LOONGARCH64)
99 Enum(cpu_type) String(la464) Value(CPU_LA464)
102 Target RejectNegative Joined Enum(cpu_type) Var(la_opt_cpu_arch) Init(M_OPTION_NOT_SEEN) Save
106 Target RejectNegative Joined Enum(cpu_type) Var(la_opt_cpu_tune) Init(M_OPTION_NOT_SEEN) Save
/netbsd-src/sys/arch/hppa/gsc/
H A Dif_iee_gsc.c203 enum hppa_cpu_type cpu_type; in iee_gsc_attach() local
217 cpu_type = hppa_cpu_info->hci_cputype; in iee_gsc_attach()
218 if (cpu_type == hpcx || cpu_type == hpcxs || cpu_type == hpcxt) in iee_gsc_attach()
/netbsd-src/sys/arch/sparc/sparc/
H A Dmkclock.c114 if (cpuinfo.cpu_type != CPUTYP_4_300 && in clockmatch_obio()
115 cpuinfo.cpu_type != CPUTYP_4_400) in clockmatch_obio()
257 if (cpuinfo.cpu_type == CPUTYP_4_300 || in clockattach()
258 cpuinfo.cpu_type == CPUTYP_4_400) { in clockattach()
H A Deeprom.c85 (cpuinfo.cpu_type != CPUTYP_4_100 && in eeprom_match()
86 cpuinfo.cpu_type != CPUTYP_4_200)) in eeprom_match()
H A Doclock.c98 (cpuinfo.cpu_type != CPUTYP_4_100 && in oclockmatch()
99 cpuinfo.cpu_type != CPUTYP_4_200)) in oclockmatch()
H A Dcpu.c1173 switch (sc->cpu_type) { in getcacheinfo_sun4()
1228 sc->cpu_type = CPUTYP_4_100; in cpumatch_sun4()
1235 sc->cpu_type = CPUTYP_4_200; in cpumatch_sun4()
1242 sc->cpu_type = CPUTYP_4_300; in cpumatch_sun4()
1249 sc->cpu_type = CPUTYP_4_400; in cpumatch_sun4()
1628 sc->cpu_type = CPUTYP_HS_MBUS;/*XXX*/ in cpumatch_hypersparc()
1735 sc->cpu_type = 0; in cpumatch_turbosparc()
1839 sc->cpu_type = CPUTYP_SS1_MBUS_MXCC; in viking_hotfix()
1841 sc->cpu_type = CPUTYP_SS1_MBUS_NOMXCC; in viking_hotfix()
2142 if (sc->cpu_type == 0) in getcpuinfo()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/
H A Dloongarch.opt.in82 Name(cpu_type) Type(int)
86 Enum(cpu_type) String(@@STR_CPU_NATIVE@@) Value(CPU_NATIVE)
89 Enum(cpu_type) String(@@STR_CPU_LOONGARCH64@@) Value(CPU_LOONGARCH64)
92 Enum(cpu_type) String(@@STR_CPU_LA464@@) Value(CPU_LA464)
95 Target RejectNegative Joined Enum(cpu_type) Var(la_opt_cpu_arch) Init(M_OPTION_NOT_SEEN) Save
99 Target RejectNegative Joined Enum(cpu_type) Var(la_opt_cpu_tune) Init(M_OPTION_NOT_SEEN) Save
/netbsd-src/sys/arch/arm/cortex/
H A Da9ptmr.c120 const char *cpu_type; in a9ptmr_attach() local
174 cpu_type = "A5"; in a9ptmr_attach()
176 cpu_type = "A9"; in a9ptmr_attach()
178 aprint_normal(": %s Private Timer (%s)\n", cpu_type, freqbuf); in a9ptmr_attach()
H A Da9wdt.c189 const char *cpu_type; in a9wdt_attach() local
235 cpu_type = "A5"; in a9wdt_attach()
237 cpu_type = "A9"; in a9wdt_attach()
240 cpu_type, sc->sc_wdog_period, in a9wdt_attach()
H A Da9tmr.c121 const char *cpu_type; in a9tmr_attach() local
136 cpu_type = "A5"; in a9tmr_attach()
138 cpu_type = "A9"; in a9tmr_attach()
140 aprint_normal(": %s Global 64-bit Timer (%s)\n", cpu_type, freqbuf); in a9tmr_attach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconfig.gcc66 # cpu_type The name of the cpu, if different from the first
72 # "$cpu_type/$cpu_type.h". Usually it's constructed
74 # tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
76 # - specific target header "${cpu_type}/${cpu_type.h}"
78 # - specializing target headers like ${cpu_type.h}/elf.h
80 # defining header ${cpu_type}/${cpu_type.h}.
93 # file, if different from "$cpu_type/$cpu_type.c".
99 # different from "$cpu_type/$cpu_type.md".
103 # "$cpu_type/t-$cpu_type".
107 # "$cpu_type/$cpu_type-modes.def".
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconfig.gcc67 # cpu_type The name of the cpu, if different from the first
73 # "$cpu_type/$cpu_type.h". Usually it's constructed
75 # tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
77 # - specific target header "${cpu_type}/${cpu_type.h}"
79 # - specializing target headers like ${cpu_type.h}/elf.h
81 # defining header ${cpu_type}/${cpu_type.h}.
94 # file, if different from "$cpu_type/$cpu_type.c".
100 # different from "$cpu_type/$cpu_type.md".
104 # "$cpu_type/t-$cpu_type".
108 # "$cpu_type/$cpu_type-modes.def".
[all …]
/netbsd-src/sys/arch/x68k/x68k/
H A Dmachdep.c328 const char *cpu_type, *mach, *mmu, *fpu; in identifycpu() local
375 cpu_type = cpubuf; in identifycpu()
384 cpu_type = "m68040"; in identifycpu()
391 cpu_type = "m68030"; in identifycpu()
397 cpu_type = "m68020"; in identifycpu()
403 cpu_type = "unknown"; in identifycpu()
412 mach, cpu_type, mmu, fpu, clock, in identifycpu()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dt-sol230 crt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
32 gcrt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dt-sol230 crt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
32 gcrt1.o: $(srcdir)/config/$(cpu_type)/sol2-c1.S
/netbsd-src/sys/arch/amiga/amiga/
H A Dmachdep.c148 const char *cpu_type = "m68k"; variable
328 cpu_type = cpubuf; in identifycpu()
343 cpu_type = "m68040"; in identifycpu()
348 cpu_type = "m68030"; /* XXX */ in identifycpu()
351 cpu_type = "m68020"; in identifycpu()
366 cpu_setmodel("%s (%s CPU%s%s)", mach, cpu_type, mmu, fpu); in identifycpu()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dt-crtfm1 crtfastmath.o: $(srcdir)/config/$(cpu_type)/crtfastmath.c

123456