Searched refs:have_avx (Results 1 – 3 of 3) sorted by relevance
310 Bool have_avx(void) in have_avx() function323 if (have_avx()) in target_xml()328 if (have_avx()) in target_xml()335 if (have_avx()) in target_xml()340 if (have_avx()) in target_xml()369 if (have_avx()) in amd64_init_architecture()
938 Bool have_lzcnt, have_avx, have_bmi, have_avx2; in VG_() local978 have_avx = False; in VG_()1004 have_avx = True; in VG_()1039 if (have_avx && max_basic >= 7) { in VG_()1050 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0) in VG_()
1862 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; in check_hwcaps() local1867 if (have_avx && !have_sse3) in check_hwcaps()1871 if (have_avx2 && !have_avx) in check_hwcaps()1874 if (have_bmi && !have_avx) in check_hwcaps()