Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dconfig.host45 # cpu_type The name of the cpu, if different from the first
58 # Defaults to "$cpu_type/sfp-machine.h" if it exists,
79 # Set default cpu_type so it can be updated in each machine entry.
80 cpu_type=`echo ${host} | sed 's/-.*$//'`
83 cpu_type=m32c
87 cpu_type=alpha
90 cpu_type=mn10300
93 cpu_type=arm
96 cpu_type=avr
99 cpu_type=bfin
[all …]
H A DMakefile.in37 cpu_type = @cpu_type@
978 crti$(objext): $(srcdir)/config/$(cpu_type)/crti.S
981 crtn$(objext): $(srcdir)/config/$(cpu_type)/crtn.S
/dflybsd-src/sys/platform/pc64/x86_64/
H A Didentcpu.c116 cpu_class = x86_64_cpus[cpu_type].cpu_class; in printcpuinfo()
118 strncpy(cpu_model, x86_64_cpus[cpu_type].cpu_name, sizeof (cpu_model)); in printcpuinfo()
747 cpu_type = CPU_CLAWHAMMER; in identify_cpu()
H A Dinitcpu.c54 int cpu_type; /* XXX CPU_CLAWHAMMER */ variable
/dflybsd-src/sys/cpu/x86_64/include/
H A Dcputypes.h55 extern int cpu_type;
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-i386.texi1167 (sub-)architecture with the @code{.arch @var{cpu_type}} directive. This
1169 supported on the CPU specified. The choices for @var{cpu_type} are:
/dflybsd-src/bin/csh/csh/
H A Dhost.defs124 switch(sysinfo.cpu_type) {
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi12438 @item -mcpu=@var{cpu_type}
12441 machine type @var{cpu_type}. You can specify either the @samp{EV}
12448 Supported values for @var{cpu_type} are
12483 @item -mtune=@var{cpu_type}
12486 @var{cpu_type}. The instruction set is not changed.
16527 @option{-mcpu=@var{cpu_type}} overrides the specification of these
16528 options. We recommend you use the @option{-mcpu=@var{cpu_type}} option
16594 use. Specifying @option{-mcpu=@var{cpu_type}} sometimes overrides the
16599 @item -mcpu=@var{cpu_type}
16602 instruction scheduling parameters for machine type @var{cpu_type}.
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Dmsdos396 # cpu_type; CPU type like: 1~286 2~386 3~486 4 20h~i860 21h~Intel N11 40h~MIPS R2000,R3000 41h~MIPS…