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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/frv/
H A Dfrv.exp38 # Set $archs to "all" plus the list of architectures we can test.
39 set archs [list "all" $mainarch]
41 fr405 { lappend archs fr400 }
42 fr450 { lappend archs fr405 fr400 }
47 foreach arch $archs {
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dtls-relocs2.d1 #as: -mcpu=archs
H A Dswi.d1 #as: -mcpu=archs
H A Dtls-relocs1.d1 #as: -mcpu=archs
H A Drelax-avoid1.d1 #as: -mcpu=archs -mrelax
H A Drelax-avoid2.d1 #as: -mcpu=archs -mrelax
H A Drelax-avoid3.d1 #as: -mcpu=archs -mrelax
H A Dcpu-pseudop-2.d1 #as: -mcpu=archs
H A Djl.d1 #as: -mcpu=archs
H A Drelax-b.d1 #as: -mcpu=archs -mrelax
H A Ddis-inv.d3 #as: -mcpu=archs
H A Dtls-relocs.d1 #as: -mcpu=archs
H A Dnoargs_hs.d1 #as: -mcpu=archs
H A Dplt-relocs.d1 #as: -mcpu=archs
H A Dpcrel-relocs.d1 #as: -mcpu=archs
H A Dpic-relocs.d1 #as: -mcpu=archs
H A Dpcl-relocs.d1 #as: -mcpu=archs
H A Dsda-relocs2.d1 #as: -mcpu=archs
H A Dlp.d1 #as: -mcpu=archs
H A Dst.d1 #as: -mcpu=archs
H A Dfpu.d1 #as: -mcpu=archs
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-devices.c164 char *archs = concat ("", NULL);
170 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
172 return archs;
212 char *archs = avr_archs_str ();
213 inform (input_location, "supported core architectures:%s", archs);
214 free (archs);
163 char *archs = concat ("", NULL); local
211 char *archs = avr_archs_str (); local
/haiku-buildtools/binutils/gas/config/
H A Dtc-nds32.c3088 } archs[] =
3102 for (i = 0; i < ARRAY_SIZE (archs); i++)
3104 if (strcmp (str, archs[i].name) != 0)
3108 nds32_baseline = (-1 != nds32_baseline) ? nds32_baseline : archs[i].baseline;
3109 nds32_gpr16 = (-1 != nds32_gpr16) ? nds32_gpr16 : archs[i].reduced_reg;
3110 nds32_fpu_sp_ext = (-1 != nds32_fpu_sp_ext) ? nds32_fpu_sp_ext : archs[i].fpu_sp_ext;
3111 nds32_fpu_dp_ext = (-1 != nds32_fpu_dp_ext) ? nds32_fpu_dp_ext : archs[i].fpu_dp_ext;
3112 nds32_freg = (-1 != nds32_freg) ? nds32_freg : archs[i].fpu_freg;
3113 nds32_abi = (-1 != nds32_abi) ? nds32_abi : archs[i].abi;
3081 } archs[] = local
H A Dtc-arc.c464 ARC_CPU_TYPE_AV2HS (archs, ARC_CD),
1023 cpu_name = "archs";
3346 arc600, arc700, arcem, archs, nps400. */
3364 return md_parse_option (OPTION_MCPU, "archs");
3486 fprintf (stream, " -mHS\t\t\t same as -mcpu=archs\n");

Completed in 380 milliseconds