Home | History | Annotate | Download | only in coregrind

Lines Matching refs:have_sse3

780    { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_lzcnt, have_mmxext;
809 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
844 if (have_sse3 && have_sse2 && have_sse1 && have_mmxext) {
877 { Bool have_sse3, have_cx8, have_cx16;
908 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
971 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)