Searched refs:cpu_type (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dconfigure2930 # Set default cpu_type, tm_file and xm_file so it can be updated in
2932 cpu_type=`echo $machine | sed 's/-.*$//'`
2935 cpu_type=alpha
2938 cpu_type=arm
2941 cpu_type=convex
2944 cpu_type=i386
2947 cpu_type=pa
2950 cpu_type=m68k
2953 cpu_type=mips
2956 cpu_type
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dh8300.c50 int cpu_type; variable
98 cpu_type = (int) CPU_H8300;
104 cpu_type = (int) CPU_H8300H;
107 h8_push_op = h8_push_ops[cpu_type];
108 h8_pop_op = h8_pop_ops[cpu_type];
109 h8_mov_op = h8_mov_ops[cpu_type];
2638 get_shift_alg (cpu_type, shift_type, mode, 1, &assembler,
2655 alg = get_shift_alg (cpu_type, shift_type, mode, n, &assembler,
H A Dh8300.h29 extern int cpu_type;
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.h31 extern int cpu_type;
H A Dh8300.c153 int cpu_type; variable
361 cpu_type = (int) CPU_H8300;
367 cpu_type = (int) CPU_H8300H;
370 h8_push_op = h8_push_ops[cpu_type];
371 h8_pop_op = h8_pop_ops[cpu_type];
372 h8_mov_op = h8_mov_ops[cpu_type];
4148 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
4150 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid;
4154 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode];
4162 info->shift1 = shift_one[cpu_type][shift_typ
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Darc-opc.c1571 static int cpu_type;
1599 cpu_type = flags;
1638 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type)
1566 static int cpu_type; variable
/haiku-buildtools/gcc/libgcc/
H A DMakefile.in37 cpu_type = @cpu_type@
1032 crti$(objext): $(srcdir)/config/$(cpu_type)/crti.S
1035 crtn$(objext): $(srcdir)/config/$(cpu_type)/crtn.S
H A Dconfigure560 cpu_type
5019 sfp_machine_header=$cpu_type/sfp-machine.h
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mcore.c84 cpu_type; typedef in typeref:enum:__anon2579
86 cpu_type cpu = M340;
H A Dtc-alpha.c480 static const struct cpu_type
4588 const struct cpu_type *p;
5121 const struct cpu_type *p;
475 static const struct cpu_type struct
/haiku-buildtools/binutils/gas/config/
H A Dtc-mcore.c80 cpu_type; typedef in typeref:enum:__anon413
82 cpu_type cpu = M340;
H A Dtc-rx.c109 struct cpu_type
115 struct cpu_type cpu_type_list[] =
108 struct cpu_type struct
H A Dtc-alpha.c530 static const struct cpu_type
5134 const struct cpu_type *p;
5635 const struct cpu_type *p;
525 static const struct cpu_type struct
H A Dtc-arc.c443 static const struct cpu_type struct
482 static struct cpu_type selected_cpu = { 0, 0, 0, 0, 0 };
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c5377 enum bfd_architecture cpu_type; local
5381 &cpu_type, &cpu_subtype);
5382 if (cpu_type != arch->arch || cpu_subtype != arch->mach)
5390 bfd_mach_o_fat_member_init (res, cpu_type, cpu_subtype, e);
/haiku-buildtools/legacy/binutils/gas/
H A Dconfigure4545 target_cpu_type=${cpu_type}
4546 elif test ${target_cpu_type} != ${cpu_type} ; then
4550 generic_target=${cpu_type}-${target_vendor}-${target_os}
4642 case ${cpu_type} in
4739 case ${cpu_type} in
4755 case ${cpu_type} in
/haiku-buildtools/gcc/gcc/
H A Dconfigure11264 then tm_file=$cpu_type/$cpu_type.h; fi
11270 then md_file=$cpu_type/$cpu_type.md; fi
11273 then out_file=$cpu_type/$cpu_type.c; fi
11276 then tmake_file=$cpu_type/t-$cpu_type
12067 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
12069 extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/
[all...]
/haiku-buildtools/binutils/gas/
H A Dconfigure12219 target_cpu_type=${cpu_type}
12220 elif test ${target_cpu_type} != ${cpu_type} ; then
12224 generic_target=${cpu_type}-${target_vendor}-${target_os}
12302 case ${cpu_type} in
12420 case ${cpu_type} in
12436 case ${cpu_type} in

Completed in 251 milliseconds