Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c416 unsigned int has_clflushopt = 0, has_xsavec = 0, has_xsaves = 0; in host_detect_local_cpu() local
513 has_clflushopt = ebx & bit_CLFLUSHOPT; in host_detect_local_cpu()
925 else if (has_clflushopt) in host_detect_local_cpu()
1171 const char *clflushopt = has_clflushopt ? " -mclflushopt" : " -mno-clflushopt"; in host_detect_local_cpu()