HomeSort by relevance Sort by last modified time
    Searched refs:have_avx (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 310 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/
m_machine.c 878 Bool have_lzcnt, have_avx, have_bmi, have_avx2; local
916 have_avx = False;
929 have_avx = True;
    [all...]
  /external/valgrind/VEX/priv/
main_main.c 1784 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; local
    [all...]

Completed in 60 milliseconds