/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher_sse.c | 55 memset(ctx->sse, 0, 4 * sizeof (zfs_fletcher_sse_t)); in fletcher_4_sse2_init() 73 A = ctx->sse[0].v[0] + ctx->sse[0].v[1]; in fletcher_4_sse2_fini() 74 B = 2 * ctx->sse[1].v[0] + 2 * ctx->sse[1].v[1] - ctx->sse[0].v[1]; in fletcher_4_sse2_fini() 75 C = 4 * ctx->sse[2].v[0] - ctx->sse[1].v[0] + 4 * ctx->sse[2].v[1] - in fletcher_4_sse2_fini() 76 3 * ctx->sse[1].v[1]; in fletcher_4_sse2_fini() 77 D = 8 * ctx->sse[3].v[0] - 4 * ctx->sse[2].v[0] + 8 * ctx->sse[3].v[1] - in fletcher_4_sse2_fini() 78 8 * ctx->sse[2].v[1] + ctx->sse[1].v[1]; in fletcher_4_sse2_fini() 85 asm volatile("movdqu %0, %%xmm0" :: "m" ((ctx)->sse[0])); \ 86 asm volatile("movdqu %0, %%xmm1" :: "m" ((ctx)->sse[1])); \ 87 asm volatile("movdqu %0, %%xmm2" :: "m" ((ctx)->sse[2])); \ [all …]
|
/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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 110 TARGET_BUILTIN(__builtin_ia32_cvtpi2ps, "V4fV4fV2i", "ncV:64:", "mmx,sse") 111 TARGET_BUILTIN(__builtin_ia32_cvtps2pi, "V2iV4f", "ncV:64:", "mmx,sse") 112 TARGET_BUILTIN(__builtin_ia32_cvttps2pi, "V2iV4f", "ncV:64:", "mmx,sse") 113 TARGET_BUILTIN(__builtin_ia32_pavgb, "V8cV8cV8c", "ncV:64:", "mmx,sse") 114 TARGET_BUILTIN(__builtin_ia32_pavgw, "V4sV4sV4s", "ncV:64:", "mmx,sse") 115 TARGET_BUILTIN(__builtin_ia32_pmaxsw, "V4sV4sV4s", "ncV:64:", "mmx,sse") 116 TARGET_BUILTIN(__builtin_ia32_pmaxub, "V8cV8cV8c", "ncV:64:", "mmx,sse") 117 TARGET_BUILTIN(__builtin_ia32_pminsw, "V4sV4sV4s", "ncV:64:", "mmx,sse") 118 TARGET_BUILTIN(__builtin_ia32_pminub, "V8cV8cV8c", "ncV:64:", "mmx,sse") 119 TARGET_BUILTIN(__builtin_ia32_pmovmskb, "iV8c", "ncV:64:", "mmx,sse") [all …]
|
H A D | AttrDocs.td | 2528 Example "subtarget features" from the x86 backend include: "mmx", "sse", "sse4.2", 2607 Example "subtarget features" from the x86 backend include: "mmx", "sse", "sse4.2",
|
/freebsd/tools/test/xregs_sig/ |
H A D | c2x2c_amd64.S | 28 jne sse 33 jne sse 36 sse: label
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/simd/ |
H A D | simd_supported.ksh | 49 log_must grep -q sse "$modparam"
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | zfs_fletcher.h | 100 zfs_fletcher_sse_t sse[4]; member
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 84 explicit module sse { 92 export sse
|
/freebsd/sys/conf/ |
H A D | kern.mk | 131 CFLAGS+= -mno-mmx -mno-sse -msoft-float 193 CFLAGS+= -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float \
|
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 455 __K8MASK(packed-sse-sse2, 2), 456 __K8MASK(scalar-sse-sse2, 3), 471 __K8MASK(sse-retype-microfaults, 1), 472 __K8MASK(sse-reclass-microfaults, 2), 473 __K8MASK(sse-and-x87-microtraps, 3),
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | cpu.h | 173 D(sse, 25)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 171 D(sse, 25)
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 209 CPUID_FEATURE_CHECK(sse, SSE);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 144 X86_FEATURE_COMPAT(SSE, "sse", 2)
|
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 234 crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
|
/freebsd/contrib/bc/tests/bc/errors/ |
H A D | 01.txt | 276 scscale ==sse-=ase-=s-=e-=as=ase-=se-=as-=ase-=se-=as-=se-=a(1)
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 3721 struct sctp_shutdown_event *sse; in sctp_notify_shutdown_event() local 3747 sse = mtod(m_notify, struct sctp_shutdown_event *); in sctp_notify_shutdown_event() 3748 memset(sse, 0, sizeof(struct sctp_shutdown_event)); in sctp_notify_shutdown_event() 3749 sse->sse_type = SCTP_SHUTDOWN_EVENT; in sctp_notify_shutdown_event() 3750 sse->sse_flags = 0; in sctp_notify_shutdown_event() 3751 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_notify_shutdown_event() 3752 sse->sse_assoc_id = sctp_get_associd(stcb); in sctp_notify_shutdown_event()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 302 // weirdly; this is really the sse-regparm calling convention) in which 320 // target lowering, and is returned in 1-3 sse regs.
|
H A D | X86.td | 69 def FeatureSSE1 : SubtargetFeature<"sse", "X86SSELevel", "SSE1", 200 def FeatureSSEUnalignedMem : SubtargetFeature<"sse-unaligned-mem",
|
H A D | X86InstrSSE.td | 111 // Alias instructions that map fld0 to xorps for sse or vxorps for avx. 129 // Alias instruction that maps zero vector to pxor / xorp* for sse. 1840 // sse12_cmp_scalar - sse 1 & 2 compare scalar instructions 1976 // sse12_cmp_packed - sse 1 & 2 compare packed instructions 2070 /// sse12_shuffle - sse 1 & 2 fp shuffle instructions 2119 /// sse12_unpack_interleave - sse 1 & 2 fp unpack and interleave 2213 /// sse12_extr_sign_mask - sse 1 & 2 unpack and interleave
|
H A D | X86InstrAVX512.td | 345 // Alias instructions that map fld0 to xorps for sse or vxorps for avx.
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1037 with libm. This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on x64
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 2236 ".insn sse,$enc,$BD1,$BD2", []>;
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6175 def mno_sse : Flag<["-"], "mno-sse">, Group<m_x86_Features_Group>;
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 9713 <var-decl name='sse' type-id='cbd91ec1' visibility='default'/>
|