Home
last modified time | relevance | path

Searched refs:X86_SSE2 (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dfunctable.c72 #ifdef X86_SSE2 in slide_hash_stub()
112 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ) in longest_match_stub()
145 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ) in longest_match_slow_stub()
355 #if defined(X86_SSE41) && defined(X86_SSE2) in chunkmemset_stub()
386 #if defined(X86_SSE41) && defined(X86_SSE2) in chunkmemset_safe_stub()
442 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ) in compare256_stub()
Dcpu_features.h143 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
176 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
198 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
222 #ifdef X86_SSE2
Dchunkset_tpl.h8 #if CHUNK_SIZE == 32 && defined(X86_SSE41) && defined(X86_SSE2)
101 #if CHUNK_SIZE == 32 && defined(X86_SSE41) && defined(X86_SSE2) in CHUNKMEMSET()
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dchunkset_sse2.c7 #ifdef X86_SSE2
Dcompare256_sse2.c10 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
Dchunkset_sse41.c10 #if defined(X86_SSE41) && defined(X86_SSE2)
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dtest_compare256.cc69 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
/external/rust/crates/libz-sys/src/zlib-ng/test/benchmarks/
Dbenchmark_compare256.cc73 #if defined(X86_SSE2) && defined(HAVE_BUILTIN_CTZ)
Dbenchmark_slidehash.cc81 #ifdef X86_SSE2
/external/cpu_features/include/
Dcpuinfo_x86.h207 X86_SSE2, enumerator
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c341 if (x86_target_caps(p->func) & X86_SSE2) in emit_mov64()
368 if (x86_target_caps(p->func) & X86_SSE2) in emit_mov128()
528 if (!(x86_target_caps(p->func) & X86_SSE2)) in translate_attr_convert()
580 if (!(x86_target_caps(p->func) & X86_SSE2)) in translate_attr_convert()
644 if (!(x86_target_caps(p->func) & X86_SSE2)) in translate_attr_convert()
728 else if ((x86_target_caps(p->func) & X86_SSE2) in translate_attr_convert()
1029 else if ((x86_target_caps(p->func) & X86_SSE2) && in translate_attr_convert()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h47 #define X86_SSE2 8 macro
Drtasm_x86sse.c2162 p->caps |= X86_SSE2; in x86_init_func_common()
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl1706 LINE(X86_SSE2, sse2, , , ) \