Home
last modified time | relevance | path

Searched refs:SSE41 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c67 SSE41 = 1 << 2, enumerator
108 features |= SSE41; in get_cpu_features()
151 if (features & SSE41) { in blake3_compress_in_place()
180 if (features & SSE41) { in blake3_compress_xof()
219 if (features & SSE41) { in blake3_hash_many()
263 if (features & SSE41) { in blake3_simd_degree()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h55 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator
197 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41()
H A DX86.td80 def FeatureSSE41 : SubtargetFeature<"sse4.1", "X86SSELevel", "SSE41",
H A DX86InstrSSE.td5850 /// SS48I_binop_rm - Simple SSE41 binary operator.
6425 // With SSE41 we can use blends for these patterns.
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp471 .Case("+sse4.1", SSE41) in handleTargetFeatures()
989 case SSE41: in getTargetDefines()
1016 case SSE41: in getTargetDefines()
1252 .Case("sse4.1", SSELevel >= SSE41) in hasFeature()
H A DX86.h64 SSE41, enumerator
/freebsd/sys/contrib/libb2/
H A Dblake2-dispatch.c29 SSE41 = 3, enumerator
115 feature = SSE41; in get_cpu_features()