Searched refs:archs (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-disassembler-options.exp23 set archs [get_set_option_choices "set architecture" "s390"]
27 if { [lsearch -exact $archs $arch] == -1 } {
H A Di386-biarch-core.exp56 set archs [get_set_option_choices "set architecture" "i386"]
57 set supports_arch_i386 [expr [lsearch -exact $archs i386] != -1]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-disassembler-options.exp23 set archs [get_set_option_choices "set architecture" "s390"]
27 if { [lsearch -exact $archs $arch] == -1 } {
H A Di386-biarch-core.exp57 set archs [get_set_option_choices "set architecture" "i386"]
58 set supports_arch_i386 [expr [lsearch -exact $archs i386] != -1]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-devices.c137 char *archs = concat ("", NULL);
143 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
145 return archs;
152 char *archs = avr_archs_str ();
153 inform (input_location, "supported core architectures:%s", archs);
154 free (archs);
136 char *archs = concat ("", NULL); local
151 char *archs = avr_archs_str (); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-devices.cc137 char *archs = concat ("", NULL);
143 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
145 return archs;
152 char *archs = avr_archs_str ();
153 inform (input_location, "supported core architectures:%s", archs);
154 free (archs);
136 char *archs = concat ("", NULL); local
151 char *archs = avr_archs_str (); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DArchitectureSet.cpp53 std::vector<Architecture> archs; local
57 archs.emplace_back(arch);
59 return archs;
/netbsd-current/sys/arch/hpc/stand/dspgen/
H A Dgen_template.sh69 archs=""
74 archs="$archs $1"
77 echo "Supported architecture [$archs ]"
88 for arch in $archs
105 for arch in $archs
139 for arch in $archs
158 for arch in $archs
176 for arch in $archs
180 for sub_arch in $archs
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dparsecpu.awk146 narchs = split (arch_list, archs)
149 print " TARGET_ARCH_"arch_cnames[archs[n]]","
339 narchs = split (arch_list, archs)
342 if (archs[n] in arch_opts) {
344 arch_cnames[archs[n]] "[] = {"
345 nopts = split (arch_opts[archs[n]], opts)
349 arch_opt_remove[archs[n],opts[opt]] ", false,"
350 print_isa_bits_for(arch_opt_isa[archs[n],opts[opt]], " ")
353 if (archs[n] in arch_optaliases) {
354 naliases = split (arch_optaliases[archs[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dparsecpu.awk146 narchs = split (arch_list, archs)
149 print " TARGET_ARCH_"arch_cnames[archs[n]]","
339 narchs = split (arch_list, archs)
342 if (archs[n] in arch_opts) {
344 arch_cnames[archs[n]] "[] = {"
345 nopts = split (arch_opts[archs[n]], opts)
349 arch_opt_remove[archs[n],opts[opt]] ", false,"
350 print_isa_bits_for(arch_opt_isa[archs[n],opts[opt]], " ")
353 if (archs[n] in arch_optaliases) {
354 naliases = split (arch_optaliases[archs[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py296 def flags(archs):
298 input = {'flags': [], 'arch_list': archs}
308 def stop(archs):
310 input = {'flags': [], 'arch_list': archs}
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c3523 } archs[] =
3537 for (i = 0; i < ARRAY_SIZE (archs); i++)
3539 if (strcmp (str, archs[i].name) != 0)
3543 nds32_baseline = (-1 != nds32_baseline) ? nds32_baseline : archs[i].baseline;
3544 nds32_gpr16 = (-1 != nds32_gpr16) ? nds32_gpr16 : archs[i].reduced_reg;
3545 nds32_fpu_sp_ext = (-1 != nds32_fpu_sp_ext) ? nds32_fpu_sp_ext : archs[i].fpu_sp_ext;
3546 nds32_fpu_dp_ext = (-1 != nds32_fpu_dp_ext) ? nds32_fpu_dp_ext : archs[i].fpu_dp_ext;
3547 nds32_freg = (-1 != nds32_freg) ? nds32_freg : archs[i].fpu_freg;
3548 nds32_abi = (-1 != nds32_abi) ? nds32_abi : archs[i].abi;
3516 } archs[] = local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c3524 } archs[] =
3538 for (i = 0; i < ARRAY_SIZE (archs); i++)
3540 if (strcmp (str, archs[i].name) != 0)
3544 nds32_baseline = (-1 != nds32_baseline) ? nds32_baseline : archs[i].baseline;
3545 nds32_gpr16 = (-1 != nds32_gpr16) ? nds32_gpr16 : archs[i].reduced_reg;
3546 nds32_fpu_sp_ext = (-1 != nds32_fpu_sp_ext) ? nds32_fpu_sp_ext : archs[i].fpu_sp_ext;
3547 nds32_fpu_dp_ext = (-1 != nds32_fpu_dp_ext) ? nds32_fpu_dp_ext : archs[i].fpu_dp_ext;
3548 nds32_freg = (-1 != nds32_freg) ? nds32_freg : archs[i].fpu_freg;
3549 nds32_abi = (-1 != nds32_abi) ? nds32_abi : archs[i].abi;
3517 } archs[] = local
/netbsd-current/common/dist/zlib/
H A Dconfigure120 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
138 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;

Completed in 279 milliseconds