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

/external/tensorflow/tensorflow/core/platform/
H A Dcpu_info.cc159 const bool have_avx = local
173 cpuid->have_avx_ = have_avx;
174 cpuid->have_fma_ = have_avx && ((ecx >> 12) & 0x1);
175 cpuid->have_f16c_ = have_avx && ((ecx >> 29) & 0x1);
185 cpuid->have_avx2_ = have_avx && ((ebx >> 5) & 0x1);
/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.c938 Bool have_lzcnt, have_avx, have_bmi, have_avx2; local
978 have_avx = False;
1004 have_avx = True;
1039 if (have_avx && max_basic >= 7) {
1050 | (have_avx ? VEX_HWCAPS_AMD64_AVX : 0)
/external/valgrind/VEX/priv/
H A Dmain_main.c1862 Bool have_avx = (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0; local
1867 if (have_avx && !have_sse3)
1871 if (have_avx2 && !have_avx)
1874 if (have_bmi && !have_avx)

Completed in 145 milliseconds