Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.c425 unsigned int has_avx512vnni = 0, has_vaes = 0; in host_detect_local_cpu() local
527 has_vaes = ecx & bit_VAES; in host_detect_local_cpu()
671 else if (has_vaes) in host_detect_local_cpu()
1190 const char *vaes = has_vaes ? " -mvaes" : " -mno-vaes"; in host_detect_local_cpu()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c425 unsigned int has_avx512vnni = 0, has_vaes = 0; in host_detect_local_cpu() local
527 has_vaes = ecx & bit_VAES; in host_detect_local_cpu()
671 else if (has_vaes) in host_detect_local_cpu()
1190 const char *vaes = has_vaes ? " -mvaes" : " -mno-vaes"; in host_detect_local_cpu()