Home
last modified time | relevance | path

Searched refs:have_avx (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/
Dconfigure.ac109 …vx, [AS_HELP_STRING([--enable-avx],[enable AVX optimizations])], have_avx=$enableval, have_avx=yes)
111 have_avx=no
113 if test "$have_avx" = "yes"; then
117 AM_CONDITIONAL(HAVE_AVX, test "$have_avx" = "yes")
151 AS_IF([test "$have_avx" = "yes"], ENABLE_AVX=yes, ENABLE_AVX=no)
/external/tensorflow/tensorflow/core/platform/
Dcpu_info.cc159 const bool have_avx = in Initialize() local
173 cpuid->have_avx_ = have_avx; in Initialize()
174 cpuid->have_fma_ = have_avx && ((ecx >> 12) & 0x1); in Initialize()
175 cpuid->have_f16c_ = have_avx && ((ecx >> 29) & 0x1); in Initialize()
185 cpuid->have_avx2_ = have_avx && ((ebx >> 5) & 0x1); in Initialize()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-amd64.c310 Bool have_avx(void) in have_avx() function
323 if (have_avx()) in target_xml()
328 if (have_avx()) in target_xml()
335 if (have_avx()) in target_xml()
340 if (have_avx()) in target_xml()
369 if (have_avx()) in amd64_init_architecture()
/external/valgrind/coregrind/
Dm_machine.c938 Bool have_lzcnt, have_avx, have_bmi, have_avx2; in VG_() local
978 have_avx = False; in VG_()
1004 have_avx = True; in VG_()
1039 if (have_avx && max_basic >= 7) { in VG_()
1050 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0) in VG_()
/external/valgrind/VEX/priv/
Dmain_main.c1862 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; in check_hwcaps() local
1867 if (have_avx && !have_sse3) in check_hwcaps()
1871 if (have_avx2 && !have_avx) in check_hwcaps()
1874 if (have_bmi && !have_avx) in check_hwcaps()