Searched refs:SSE41 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_dispatch.c | 67 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 D | X86Subtarget.h | 55 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator 197 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41()
|
H A D | X86.td | 80 def FeatureSSE41 : SubtargetFeature<"sse4.1", "X86SSELevel", "SSE41",
|
H A D | X86InstrSSE.td | 5850 /// 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 D | X86.cpp | 471 .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 D | X86.h | 64 SSE41, enumerator
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2-dispatch.c | 29 SSE41 = 3, enumerator 115 feature = SSE41; in get_cpu_features()
|