/freebsd/share/mk/ |
H A D | bsd.cpu.mk | 11 MACHINE_CPU = amd64 sse2 sse mmx 143 MACHINE_CPU = avx512 avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 f16c 146 MACHINE_CPU = avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 f16c 148 MACHINE_CPU = xop avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 f16c 150 MACHINE_CPU = xop avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 f16c 152 MACHINE_CPU = xop avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 154 MACHINE_CPU = avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 f16c 156 MACHINE_CPU = ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586 158 MACHINE_CPU = athlon-xp athlon k7 3dnow sse4a sse3 sse2 sse mmx k6 k5 i586 160 MACHINE_CPU = athlon-xp athlon k7 3dnow sse3 sse2 sse mmx k6 k5 i586 [all …]
|
/freebsd/sys/modules/blake2/ |
H A D | Makefile | 21 SRCS += blake2b-load-sse2.h 25 SRCS += blake2s-load-sse2.h 31 SRCS_IN += blake2b-sse2.c 36 SRCS_IN += blake2s-sse2.c 44 CFLAGS.blake2b-sse2.c += -DSUFFIX=_sse2 -msse2 45 CFLAGS.blake2s-sse2.c += -DSUFFIX=_sse2 -msse2
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 127 TARGET_BUILTIN(__builtin_ia32_cvtpd2pi, "V2iV2d", "ncV:64:", "mmx,sse2") 128 TARGET_BUILTIN(__builtin_ia32_cvtpi2pd, "V2dV2i", "ncV:64:", "mmx,sse2") 129 TARGET_BUILTIN(__builtin_ia32_cvttpd2pi, "V2iV2d", "ncV:64:", "mmx,sse2") 130 TARGET_BUILTIN(__builtin_ia32_paddq, "V1OiV1OiV1Oi", "ncV:64:", "mmx,sse2") 131 TARGET_BUILTIN(__builtin_ia32_pmuludq, "V1OiV2iV2i", "ncV:64:", "mmx,sse2") 132 TARGET_BUILTIN(__builtin_ia32_psubq, "V1OiV1OiV1Oi", "ncV:64:", "mmx,sse2") 166 TARGET_BUILTIN(__builtin_ia32_comisdeq, "iV2dV2d", "ncV:128:", "sse2") 167 TARGET_BUILTIN(__builtin_ia32_comisdlt, "iV2dV2d", "ncV:128:", "sse2") 168 TARGET_BUILTIN(__builtin_ia32_comisdle, "iV2dV2d", "ncV:128:", "sse2") 169 TARGET_BUILTIN(__builtin_ia32_comisdgt, "iV2dV2d", "ncV:128:", "sse2") [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-586.pl | 18 $sse2=0; 19 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 21 &external_label("OPENSSL_ia32cap_P") if ($sse2); 39 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":""); 45 if ($sse2) { 225 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":""); 231 if ($sse2) { 336 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":""); 342 if ($sse2) {
|
H A D | x86-gf2m.pl | 50 $sse2=0; 51 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 53 &external_label("OPENSSL_ia32cap_P") if ($sse2); 217 if ($sse2) {
|
H A D | x86-mont.pl | 44 $sse2=0; 45 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 47 &external_label("OPENSSL_ia32cap_P") if ($sse2); 139 if($sse2) {
|
/freebsd/crypto/openssl/crypto/ |
H A D | x86cpuid.pl | 17 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 254 if ($sse2) { 359 if ($sse2) { 398 if ($sse2) {
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86.pl | 49 $sse2=0; 50 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 52 &external_label("OPENSSL_ia32cap_P") if ($sse2); 463 if ($sse2) { 477 if ($sse2) { 490 if ($sse2) { 503 if ($sse2) { 514 if ($sse2) { 1242 if ($sse2) { 1393 if ($sse2) { [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 24 crypto_generichash/blake2b/ref/blake2b-load-sse2.h \ 230 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \ 231 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h 239 crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c \ 240 crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h \
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 87 export sse2 // note: for hackish <emmintrin.h> dependency 91 explicit module sse2 { 97 export sse2
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 66 $sse2=0; 67 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 69 &external_label("OPENSSL_ia32cap_P") if ($sse2); 315 if ($sse2) {
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_utility.cpp | 69 p->flags.sse2 = 1; // Assume SSE2 by default. in __kmp_query_cpuid() 109 p->flags.sse2 = (buf.edx >> 26) & 1; in __kmp_query_cpuid()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_sse2.c | 613 DEFINE_GEN_METHODS(sse2); 614 DEFINE_REC_METHODS(sse2); 625 .gen = RAIDZ_GEN_METHODS(sse2), 626 .rec = RAIDZ_REC_METHODS(sse2),
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | build.info | 13 # when sse2 is enabled 98 IF[{- !$disabled{sse2} -}]
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memset-slm.S | 52 .section .text.sse2,"ax",@progbits
|
H A D | sse2-strlen-slm.S | 64 .section .text.sse2,"ax",@progbits
|
/freebsd/sys/contrib/libsodium/ |
H A D | AUTHORS | 79 crypto_onetimeauth/poly1305/sse2
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | cpu.h | 174 D(sse2, 26)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 172 D(sse2, 26)
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 54 $sse2=$avx=0; 55 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 57 if ($sse2) { 102 if ($sse2) { 145 &mov ("eax",$sse2); 378 if ($sse2) {
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 142 $sse2=0; 143 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } 354 if (!$sse2) {{ # pure-MMX "May" version... 828 if ($sse2) {{
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 210 CPUID_FEATURE_CHECK(sse2, SSE2);
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | build.info | 59 IF[{- !$disabled{sse2} -}]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 76 effect. Alternatively you can reconfigure the toolkit with no-sse2
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 145 X86_FEATURE_COMPAT(SSE2, "sse2", 3)
|