HomeSort by relevance Sort by last modified time
    Searched refs:have_sse3 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
m_machine.c 840 { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_lzcnt, have_mmxext; local
869 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
904 if (have_sse3 && have_sse2 && have_sse1 && have_mmxext) {
937 { Bool have_sse3, have_cx8, have_cx16; local
    [all...]
  /external/valgrind/VEX/priv/
main_main.c 1861 Bool have_sse3 = (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0; local
    [all...]

Completed in 71 milliseconds