Searched refs:have_avx2 (Results 1 – 2 of 2) sorted by relevance
878 Bool have_lzcnt, have_avx, have_bmi, have_avx2; in VG_() local978 have_avx2 = False; in VG_()982 have_avx2 = (ebx & (1<<5)) != 0; /* True => have AVX2 */ in VG_()992 | (have_avx2 ? VEX_HWCAPS_AMD64_AVX2 : 0) in VG_()
1786 Bool have_avx2 = (hwcaps & VEX_HWCAPS_AMD64_AVX2) != 0; in check_hwcaps() local1793 if (have_avx2 && !have_avx) in check_hwcaps()