Searched refs:sse (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_sse.c55 bzero(ctx->sse, 4 * sizeof (zfs_fletcher_sse_t));
73 A = ctx->sse[0].v[0] + ctx->sse[0].v[1];
74 B = 2 * ctx->sse[1].v[0] + 2 * ctx->sse[1].v[1] - ctx->sse[0].v[1];
75 C = 4 * ctx->sse[2].v[0] - ctx->sse[1].v[0] + 4 * ctx->sse[2].v[1] -
76 3 * ctx->sse[
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.cpu.mk12 MACHINE_CPU = amd64 sse2 sse mmx
164 MACHINE_CPU = avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
166 MACHINE_CPU = xop avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
169 MACHINE_CPU = xop avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
171 MACHINE_CPU = avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
173 MACHINE_CPU = ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
175 MACHINE_CPU = athlon-xp athlon k7 3dnow sse4a sse3 sse2 sse mmx k6 k5 i586
177 MACHINE_CPU = athlon-xp athlon k7 3dnow sse3 sse2 sse mmx k6 k5 i586
180 MACHINE_CPU = athlon-xp athlon k7 3dnow sse2 sse mmx k6 k5 i586
183 MACHINE_CPU = athlon-xp athlon k7 3dnow sse mm
[all...]
H A Dbsd.compat.mk38 LIB32WMAKEENV= MACHINE_CPU="i686 mmx sse sse2"
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dzfs_fletcher.h95 zfs_fletcher_sse_t sse[4]; member in union:fletcher_4_ctx
/freebsd-13-stable/sys/conf/
H A Dkern.mk99 # Setting -mno-sse implies -mno-sse2, -mno-sse3 and -mno-ssse3
103 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42
108 CFLAGS+= -mno-mmx -mno-sse -msoft-float
155 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3 and -mfpmath=387
159 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42
164 CFLAGS+= -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float \
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dcpu.h171 D(sse, 25)
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h184 CPUID_FEATURE_CHECK(sse, SSE);
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c484 __K8MASK(packed-sse-sse2, 2),
485 __K8MASK(scalar-sse-sse2, 3),
500 __K8MASK(sse-retype-microfaults, 1),
501 __K8MASK(sse-reclass-microfaults, 2),
502 __K8MASK(sse-and-x87-microtraps, 3),
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am234 crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pciercx-defs.h1407 uint32_t sse : 1; /**< Signaled System Error */ member in struct:cvmx_pciercx_cfg001::cvmx_pciercx_cfg001_s
1463 uint32_t sse : 1;
1671 uint32_t sse : 1; /**< Signaled System Error */ member in struct:cvmx_pciercx_cfg007::cvmx_pciercx_cfg007_s
1713 uint32_t sse : 1;
H A Dcvmx-pci-defs.h931 uint32_t sse : 1; /**< Signaled System Error */ member in struct:cvmx_pci_cfg01::cvmx_pci_cfg01_s
991 uint32_t sse : 1;
H A Dcvmx-pcieepx-defs.h1414 uint32_t sse : 1; /**< Signaled System Error */ member in struct:cvmx_pcieepx_cfg001::cvmx_pcieepx_cfg001_s
1470 uint32_t sse : 1;
/freebsd-13-stable/sys/netinet/
H A Dsctputil.c3719 struct sctp_shutdown_event *sse; local
3740 sse = mtod(m_notify, struct sctp_shutdown_event *);
3741 memset(sse, 0, sizeof(struct sctp_shutdown_event));
3742 sse->sse_type = SCTP_SHUTDOWN_EVENT;
3743 sse->sse_flags = 0;
3744 sse->sse_length = sizeof(struct sctp_shutdown_event);
3745 sse->sse_assoc_id = sctp_get_associd(stcb);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12744 D(sse, 25)
[all...]

Completed in 413 milliseconds