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

/external/valgrind/main/coregrind/
H A Dm_machine.c680 { Bool have_sse3, have_cx8, have_cx16; local
709 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
733 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)

Completed in 97 milliseconds