HomeSort by relevance Sort by last modified time
    Searched full:have_mmxext (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/
m_machine.c 716 { Bool have_sse1, have_sse2, have_cx8, have_lzcnt, have_mmxext; local
754 have_mmxext = False;
759 have_mmxext = !have_sse1 && ((edx & (1<<22)) != 0);
774 have_mmxext = True;
777 if (have_sse2 && have_sse1 && have_mmxext) {
784 } else if (have_sse1 && have_mmxext) {
788 } else if (have_mmxext) {
    [all...]

Completed in 269 milliseconds