Searched refs:SSE3 (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 83 SSE3, enumerator 137 [SSE3] = {1U, 0U, 1U << 0, ECX }, 211 CPUID_FEATURE_CHECK(sse3, SSE3);
|
/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 195 bool hasSSE3() const { return X86SSELevel >= SSE3; } in hasSSE3()
|
H A D | X86.td | 74 def FeatureSSE3 : SubtargetFeature<"sse3", "X86SSELevel", "SSE3", 75 "Enable SSE3 instructions", 713 // SSE3) with better latency/throughput than the alternative sequence. 1620 // Enable the PostRAScheduler for SSE2 and SSE3 class cpus.
|
H A D | X86InstrUtils.td | 662 // SSE3 Instruction Templates: 664 // S3I - SSE3 instructions with PD prefixes. 665 // S3SI - SSE3 instructions with XS prefix. 666 // S3DI - SSE3 instructions with XD prefix.
|
H A D | X86InstrFPStack.td | 489 // FISTTP requires SSE3 even though it's a FPStack op.
|
H A D | X86InstrSSE.td | 4415 // SSE3 - Replicate Single FP - MOVSHDUP and MOVSLDUP 4481 // SSE3 - Replicate Double FP - MOVDDUP 4531 // SSE3 - Move Unaligned Integer 4551 // SSE3 - Arithmetic 4603 // SSE3 Instructions
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 76 AC_MSG_CHECKING([whether host toolchain supports SSE3]) 85 AC_DEFINE([HAVE_SSE3], 1, [Define if host toolchain supports SSE3])
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 473 .Case("+sse3", SSE3) in handleTargetFeatures() 995 case SSE3: in getTargetDefines() 1018 case SSE3: in getTargetDefines() 1250 .Case("sse3", SSELevel >= SSE3) in hasFeature()
|
H A D | X86.h | 62 SSE3, enumerator
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 125 XEN_CPUFEATURE(SSE3, 1*32+ 0) /*A Streaming SIMD Extensions-3 */
|
/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 | 146 X86_FEATURE_COMPAT(SSE3, "sse3", 4)
|
/freebsd/sys/contrib/libsodium/ |
H A D | configure.ac | 395 AC_MSG_CHECKING(for SSE3 instructions set)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 466 // SSE3
|