OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
918
have_avx
= False;
[
all
...]
/external/valgrind/VEX/priv/
main_main.c
1784
Bool
have_avx
= (hwcaps & VEX_HWCAPS_AMD64_AVX) != 0;
local
[
all
...]
Completed in 559 milliseconds