/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 84 SSSE3, enumerator 138 [SSSE3] = {1U, 0U, 1U << 9, ECX }, 212 CPUID_FEATURE_CHECK(ssse3, SSSE3);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_dispatch.c | 66 SSSE3 = 1 << 1, enumerator 106 features |= SSSE3; in get_cpu_features()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 55 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator 196 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } in hasSSSE3()
|
H A D | X86InstrMMX.td | 73 /// Unary MMX instructions requiring SSSE3. 87 /// Binary MMX instructions requiring SSSE3. 107 /// PALIGN MMX instructions (require SSSE3).
|
H A D | X86InstrUtils.td | 682 // SSSE3 Instruction Templates: 684 // SS38I - SSSE3 instructions with T8 prefix. 685 // SS3AI - SSSE3 instructions with TA prefix. 686 // MMXSS38I - SSSE3 instructions with T8 prefix and MMX operands. 687 // MMXSS3AI - SSSE3 instructions with TA prefix and MMX operands. 689 // Note: SSSE3 instructions have 64-bit and 128-bit versions. The 64-bit version
|
H A D | X86.td | 77 def FeatureSSSE3 : SubtargetFeature<"ssse3", "X86SSELevel", "SSSE3", 78 "Enable SSSE3 instructions",
|
H A D | X86InstrSSE.td | 4687 // SSSE3 - Packed Absolute Instructions 4690 /// SS3I_unop_rm_int - Simple SSSE3 unary op whose type can be v*{i8,i16,i32}. 4707 /// SS3I_unop_rm_int_y - Simple SSSE3 unary op whose type can be v*{i8,i16,i32}. 4753 // SSSE3 - Packed Binary Operator Instructions 4756 /// SS3I_binop_rm - Simple SSSE3 bin op 4779 /// SS3I_binop_rm_int - Simple SSSE3 bin op whose type can be v*{i8,i16,i32}. 4941 // SSSE3 - Packed Align Instruction Patterns 4981 // SSSE3 - Thread synchronization
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 96 AC_MSG_CHECKING([whether host toolchain supports SSSE3]) 104 AC_DEFINE([HAVE_SSSE3], 1, [Define if host toolchain supports SSSE3])
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 472 .Case("+ssse3", SSSE3) in handleTargetFeatures() 992 case SSSE3: in getTargetDefines() 1017 case SSSE3: in getTargetDefines() 1251 .Case("ssse3", SSELevel >= SSSE3) in hasFeature()
|
H A D | X86.h | 63 SSSE3, enumerator
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 134 XEN_CPUFEATURE(SSSE3, 1*32+ 9) /*A Supplemental Streaming SIMD Extensions-3 */
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2-dispatch.c | 28 SSSE3 = 2, enumerator 112 feature = SSSE3; in get_cpu_features()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 45 =item bit #41 denoting SSSE3, Supplemental SSE3, support;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 147 X86_FEATURE_COMPAT(SSSE3, "ssse3", 5)
|
/freebsd/sys/contrib/libsodium/ |
H A D | configure.ac | 409 AC_MSG_CHECKING(for SSSE3 instructions set)
|
H A D | ChangeLog | 221 - An SSSE3 optimized implementation of ChaCha20 was added, and is
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1787 that use the AES-NI, PCLMULQDQ, SSSE3, and SHA extensions are always assembled.
|
H A D | CHANGES.md | 8186 - x86[_64]: SSSE3 support (SHA1, vector-permutation AES);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 134 // MMX+SSSE3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 511 // SSSE3
|