Searched refs:cpu_type (Results 1 – 9 of 9) sorted by relevance
45 # cpu_type The name of the cpu, if different from the first58 # 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=m32c87 cpu_type=alpha90 cpu_type=mn1030093 cpu_type=arm96 cpu_type=avr99 cpu_type=bfin[all …]
37 cpu_type = @cpu_type@978 crti$(objext): $(srcdir)/config/$(cpu_type)/crti.S981 crtn$(objext): $(srcdir)/config/$(cpu_type)/crtn.S
116 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()
54 int cpu_type; /* XXX CPU_CLAWHAMMER */ variable
55 extern int cpu_type;
1167 (sub-)architecture with the @code{.arch @var{cpu_type}} directive. This1169 supported on the CPU specified. The choices for @var{cpu_type} are:
124 switch(sysinfo.cpu_type) {
12438 @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} are12483 @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 these16528 options. We recommend you use the @option{-mcpu=@var{cpu_type}} option16594 use. Specifying @option{-mcpu=@var{cpu_type}} sometimes overrides the16599 @item -mcpu=@var{cpu_type}16602 instruction scheduling parameters for machine type @var{cpu_type}.[all …]
396 # cpu_type; CPU type like: 1~286 2~386 3~486 4 20h~i860 21h~Intel N11 40h~MIPS R2000,R3000 41h~MIPS…