Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libb2/
HDblake2-config.h18 #define HAVE_SSE2 macro
63 #define HAVE_SSE2 macro
66 #if !defined(HAVE_SSE2)
HDblake2s.c27 #if defined(HAVE_SSE2)
HDblake2b.c27 #if defined(HAVE_SSE2)
/freebsd-13-stable/sys/contrib/openzfs/include/
HDzfs_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)
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
HDzfs_fletcher_sse.c44 #if defined(HAVE_SSE2)
176 #if defined(HAVE_SSE2) && defined(HAVE_SSSE3)
HDzfs_fletcher.c175 #if defined(HAVE_SSE2)
178 #if defined(HAVE_SSE2) && defined(HAVE_SSSE3)
/freebsd-13-stable/sys/modules/zfs/
HDzfs_config.h798 #define HAVE_SSE2 1 macro
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDvdev_raidz_impl.h151 #if defined(__x86_64) && defined(HAVE_SSE2) /* only x86_64 for now */
/freebsd-13-stable/sys/contrib/openzfs/config/
HDtoolchain-simd.m465 AC_DEFINE([HAVE_SSE2], 1, [Define if host toolchain supports SSE2])
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math.c49 #if defined(__x86_64) && defined(HAVE_SSE2) /* only x86_64 for now */
HDvdev_raidz_math_sse2.c27 #if defined(__x86_64) && defined(HAVE_SSE2)