Home
last modified time | relevance | path

Searched refs:have_sse3 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dm_machine.c802 { Bool have_sse3, have_cx8, have_cx16; in VG_() local
833 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */ in VG_()
895 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0) in VG_()
/external/valgrind/main/VEX/priv/
Dmain_main.c1295 Bool have_sse3 = (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0; in show_hwcaps_amd64() local
1300 if (have_avx && !have_sse3) in show_hwcaps_amd64()