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

/external/valgrind/main/coregrind/
H A Dm_machine.c688 { Bool have_sse1, have_sse2, have_cx8, have_lzcnt; local
715 have_sse1 = (edx & (1<<25)) != 0; /* True => have sse insns */
733 if (have_sse2 && have_sse1) {
743 if (have_sse1) {

Completed in 68 milliseconds