Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/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
505 has_clflushopt = ebx & bit_CLFLUSHOPT; in host_detect_local_cpu()
849 else if (has_clflushopt) in host_detect_local_cpu()
1079 const char *clflushopt = has_clflushopt ? " -mclflushopt" : " -mno-clflushopt"; in host_detect_local_cpu()