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

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 311 Bool have_avx(void) function
323 if (have_avx())
328 if (have_avx())
335 if (have_avx())
340 if (have_avx())
362 if (have_avx())
  /external/valgrind/main/coregrind/
m_machine.c 803 Bool have_lzcnt, have_avx, have_bmi, have_avx2; local
841 have_avx = False;
854 have_avx = True;
888 if (have_avx && max_basic >= 7) {
898 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0)
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 1296 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; local
    [all...]

Completed in 322 milliseconds