Searched refs:have_sse3 (Results 1 – 2 of 2) sorted by relevance
840 { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_lzcnt, have_mmxext; in VG_() local869 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */ in VG_()904 if (have_sse3 && have_sse2 && have_sse1 && have_mmxext) { in VG_()937 { Bool have_sse3, have_cx8, have_cx16; in VG_() local969 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */ in VG_()1047 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0) in VG_()
1861 Bool have_sse3 = (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0; in check_hwcaps() local1867 if (have_avx && !have_sse3) in check_hwcaps()