Searched refs:have_avx (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c310 Bool have_avx(void) function
323 if (have_avx())
328 if (have_avx())
335 if (have_avx())
340 if (have_avx())
369 if (have_avx())
/external/valgrind/coregrind/
H A Dm_machine.c878 Bool have_lzcnt, have_avx, have_bmi, have_avx2; local
918 have_avx = False;
944 have_avx = True;
979 if (have_avx && max_basic >= 7) {
990 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0)
/external/valgrind/VEX/priv/
H A Dmain_main.c1784 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; local
1789 if (have_avx && !have_sse3)
1793 if (have_avx2 && !have_avx)
1796 if (have_bmi && !have_avx)

Completed in 69 milliseconds