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

  /external/valgrind/main/coregrind/
m_machine.c 802 { Bool have_sse3, have_cx8, have_cx16; local
833 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
895 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 1295 Bool have_sse3 = (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0; local
    [all...]

Completed in 864 milliseconds