Home
last modified time | relevance | path

Searched refs:SUFF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dsuff.c400 DEBUG1(SUFF, "Removing suffix \"%s\"\n", suff->name); in SuffixList_Remove()
422 DEBUG2(SUFF, "inserting \"%s\" (%d) at end of list\n", in SuffixList_Insert()
426 DEBUG4(SUFF, "inserting \"%s\" (%d) before \"%s\" (%d)\n", in SuffixList_Insert()
430 DEBUG2(SUFF, "\"%s\" (%d) is already there\n", in SuffixList_Insert()
474 DEBUG0(SUFF, "Clearing all suffixes\n"); in Suff_ClearSuffixes()
606 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n", in Suff_AddTransform()
636 DEBUG1(SUFF, "transformation %s complete\n", gn->name); in Suff_EndTransform()
647 DEBUG2(SUFF, "deleting incomplete transformation from `%s' to `%s'\n", in Suff_EndTransform()
776 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n", in UpdateTarget()
815 DEBUG1(SUFF, "Adding suffix \"%s\"\n", suff->name); in Suff_AddSuffix()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S62 #define SUFF _relax macro
69 #define SUFF _acq macro
76 #define SUFF _rel macro
83 #define SUFF _acq_rel macro
90 #define SUFF _sync macro
118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF)
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc696 char *suff, *SUFF; in do_xxfiles() local
702 SUFF = ns(suff); in do_xxfiles()
703 raisestr(SUFF); in do_xxfiles()
706 fprintf(fp, "%sFILES=", SUFF); in do_xxfiles()
707 free(SUFF); in do_xxfiles()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td6879 X86VectorVTInfo _, string SUFF> {
6881 defm NAME#213#SUFF#Z: avx512_fma3s_common<opc213, OpcodeStr#"213"#_.Suffix, _,
6891 defm NAME#231#SUFF#Z: avx512_fma3s_common<opc231, OpcodeStr#"231"#_.Suffix, _,
6901 defm NAME#132#SUFF#Z: avx512_fma3s_common<opc132, OpcodeStr#"132"#_.Suffix, _,
10269 AVX512VLVectorVTInfo _, string OpcodeStr, string SUFF> {
10270 defm NAME#D#SUFF#Z: avx512_gather<dopc, OpcodeStr#"d", _.info512,
10272 defm NAME#Q#SUFF#Z: avx512_gather<qopc, OpcodeStr#"q", _.info512,
10275 defm NAME#D#SUFF#Z256: avx512_gather<dopc, OpcodeStr#"d", _.info256,
10277 defm NAME#Q#SUFF#Z256: avx512_gather<qopc, OpcodeStr#"q", _.info256,
10279 defm NAME#D#SUFF#Z128: avx512_gather<dopc, OpcodeStr#"d", _.info128,
[all …]