HomeSort by relevance Sort by last modified time
    Searched refs:have_avx (Results 1 - 2 of 2) 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 758 Bool have_lzcnt, have_avx /*, have_fma*/; local
794 have_avx = False;
807 have_avx = True;
837 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0);
    [all...]

Completed in 2338 milliseconds