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 | 97 SSE41 = 1 << 2, enumerator 140 features |= SSE41; in get_cpu_features() 183 if (features & SSE41) { in blake3_compress_in_place() 212 if (features & SSE41) { in blake3_compress_xof() 275 if (features & SSE41) { in blake3_hash_many() 319 if (features & SSE41) { in blake3_simd_degree()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 54 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 | 517 .Case("+sse4.1", SSE41) in handleTargetFeatures() 1052 case SSE41: in getTargetDefines() 1079 case SSE41: in getTargetDefines() 1336 .Case("sse4.1", SSELevel >= SSE41) in hasFeature()
|
| H A D | X86.h | 68 SSE41, enumerator
|
| /freebsd/sys/contrib/libb2/ |
| H A D | blake2-dispatch.c | 29 SSE41 = 3, enumerator 115 feature = SSE41; in get_cpu_features()
|