Searched refs:have_sse3 (Results 1 – 2 of 2) sorted by relevance
802 { Bool have_sse3, have_cx8, have_cx16; in VG_() local833 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */ in VG_()895 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0) in VG_()
1295 Bool have_sse3 = (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0; in show_hwcaps_amd64() local1300 if (have_avx && !have_sse3) in show_hwcaps_amd64()