Home
last modified time | relevance | path

Searched refs:HAVE_SSE2 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/libb2/
H A Dblake2-config.h18 #define HAVE_SSE2 macro
63 #define HAVE_SSE2 macro
66 #if !defined(HAVE_SSE2)
H A Dblake2s.c27 #if defined(HAVE_SSE2)
H A Dblake2b.c27 #if defined(HAVE_SSE2)
/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_fletcher.h94 #if defined(HAVE_SSE2) || (defined(HAVE_SSE2) && defined(HAVE_SSSE3))
130 #if defined(HAVE_SSE2)
134 #if defined(HAVE_SSE2) && defined(HAVE_SSSE3)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Djemalloc_test_defs.h.in5 * For use by SFMT. configure.ac doesn't actually define HAVE_SSE2 because its
8 #undef HAVE_SSE2
H A Djemalloc_test.h.in35 #ifdef HAVE_SSE2
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_sse.c44 #if defined(HAVE_SSE2)
176 #if defined(HAVE_SSE2) && defined(HAVE_SSSE3)
H A Dzfs_fletcher.c175 #if defined(HAVE_SSE2)
178 #if defined(HAVE_SSE2) && defined(HAVE_SSSE3)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A DSFMT.c79 #elif defined(HAVE_SSE2)
121 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
136 #elif defined(HAVE_SSE2)
161 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
242 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
280 #if (!defined(HAVE_ALTIVEC)) && (!defined(HAVE_SSE2))
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h154 #if defined(__x86_64) && defined(HAVE_SSE2) /* only x86_64 for now */
/f-stack/freebsd/contrib/openzfs/config/
H A Dtoolchain-simd.m462 AC_DEFINE([HAVE_SSE2], 1, [Define if host toolchain supports SSE2])
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c49 #if defined(__x86_64) && defined(HAVE_SSE2) /* only x86_64 for now */
H A Dvdev_raidz_math_sse2.c27 #if defined(__x86_64) && defined(HAVE_SSE2)