/third_party/skia/src/core/ |
D | SkCpu.h | 16 SSE2 = 1 << 1, enumerator 68 features |= SSE2; in Supports() 97 features &= (SSE1 | SSE2 | SSE3 | SSSE3 | SSE41 | SSE42 | AVX); in Supports() 99 features &= (SSE1 | SSE2 | SSE3 | SSSE3 | SSE41); in Supports() 101 features &= (SSE1 | SSE2); in Supports()
|
/third_party/pixman/pixman/ |
D | Makefile.win32 | 12 SSE2_VAR = $(SSE2) 63 ifneq ($(SSE2),off) 64 ifneq ($(SSE2),on) 65 ifneq ($(SSE2),) 66 @echo "Invalid specified SSE option : "$(SSE2)"."
|
/third_party/ffmpeg/libavutil/x86/ |
D | cpu.h | 33 #define X86_SSE2(flags) CPUEXT(flags, SSE2) 34 #define X86_SSE2_FAST(flags) CPUEXT_FAST(flags, SSE2) 35 #define X86_SSE2_SLOW(flags) CPUEXT_SLOW(flags, SSE2) 59 #define EXTERNAL_SSE2(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, SSE2) 60 #define EXTERNAL_SSE2_FAST(flags) CPUEXT_SUFFIX_FAST(flags, _EXTERNAL, SSE2) 61 #define EXTERNAL_SSE2_SLOW(flags) CPUEXT_SUFFIX_SLOW(flags, _EXTERNAL, SSE2) 89 #define INLINE_SSE2(flags) CPUEXT_SUFFIX(flags, _INLINE, SSE2) 90 #define INLINE_SSE2_FAST(flags) CPUEXT_SUFFIX_FAST(flags, _INLINE, SSE2) 91 #define INLINE_SSE2_SLOW(flags) CPUEXT_SUFFIX_SLOW(flags, _INLINE, SSE2)
|
/third_party/flutter/skia/src/core/ |
D | SkCpu.h | 16 SSE2 = 1 << 1, enumerator 66 features |= SSE2; in Supports() 92 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41); in Supports() 94 features &= (SkCpu::SSE1 | SkCpu::SSE2); in Supports()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | CPUID.hpp | 57 static bool SSE2; member in sw::CPUID 108 return SSE2 && enableSSE2; in supportsSSE2()
|
D | CPUID.cpp | 35 bool CPUID::SSE2 = detectSSE2(); member in sw::CPUID 206 return SSE2 = (registers[3] & 0x04000000) != 0; in detectSSE2()
|
/third_party/boost/libs/predef/doc/ |
D | hardware_simd.qbk | 8 [note SSE(1) and SSE2 are automatically enabled by default when using x86-64 79 std::cout << "This is SSE2, SSE3 and SSSE3!" << std::endl; 87 SSE, SSE2, AVX and AVX2. For more informations,
|
/third_party/skia/third_party/externals/libwebp/cmake/ |
D | cpu.cmake | 39 set(WEBP_SIMD_FLAGS "SSE41;SSE2;MIPS32;MIPS_DSP_R2;NEON;MSA") 43 # With at least Visual Studio 12 (2013)+ /arch is not necessary to build SSE2 51 set(SIMD_ENABLE_FLAGS "/arch:AVX;/arch:SSE2;;;;") 101 # The detection for SSE2/SSE4 support under MSVC is based on the compiler
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_ia32cap.pod | 36 =item bit #26 denoting SSE2 support; 65 disables high-performance SSE2 code present in the crypto library, while 66 clearing bit #24 disables SSE2 code operating on 128-bit XMM register 68 executed on SSE2 capable CPU, but under control of OS that does not
|
/third_party/skia/third_party/externals/libwebp/ |
D | README.webp_js | 63 - Some versions of llvm produce the following compile error when SSE2 is 72 Therefore, SSE2 optimization is currently disabled in CMakeLists.txt.
|
D | ChangeLog | 376 c1cb86af fix 16b overflow in SSE2 446 b4cf5597 Merge "Upsampling SSE2/SSE4 speedup." 448 55403a9a Upsampling SSE2/SSE4 speedup. 473 31f1995c Merge "SSE2 implementation of HasAlphaXXX" 474 a80c46bd SSE2 implementation of HasAlphaXXX 620 7ca0df13 Have the SSE2 version of PackARGB use common code. 675 f7682189 yuv: rationalize the C/SSE2 function naming 802 48b1e85f SSE2: 15% faster alpha-processing functions 804 28fe054e SSE2: 30% faster ApplyAlphaMultiply() 816 875fafc1 Implement BundleColorMap in SSE2. [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fmtconvert.asm | 68 ;; SSE2 variant 114 ;; SSE2 variant
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | README.webp_js | 71 - Some versions of llvm produce the following compile error when SSE2 is 80 Therefore, SSE2 optimization is currently disabled in CMakeLists.txt.
|
D | ChangeLog | 171 c1cb86af fix 16b overflow in SSE2 241 b4cf5597 Merge "Upsampling SSE2/SSE4 speedup." 243 55403a9a Upsampling SSE2/SSE4 speedup. 268 31f1995c Merge "SSE2 implementation of HasAlphaXXX" 269 a80c46bd SSE2 implementation of HasAlphaXXX 415 7ca0df13 Have the SSE2 version of PackARGB use common code. 470 f7682189 yuv: rationalize the C/SSE2 function naming 597 48b1e85f SSE2: 15% faster alpha-processing functions 599 28fe054e SSE2: 30% faster ApplyAlphaMultiply() 611 875fafc1 Implement BundleColorMap in SSE2. [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jsimdcpu.asm | 88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support 103 test eax, 1<<26 ; bit26:SSE2
|
D | jfdctint-sse2.asm | 2 ; jfdctint.asm - accurate integer FDCT (SSE2)
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jsimdcpu.asm | 88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support 103 test eax, 1<<26 ; bit26:SSE2
|
D | jfdctfst-sse2.asm | 2 ; jfdctfst.asm - fast integer FDCT (SSE2)
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
|
/third_party/flutter/skia/resources/lua/ |
D | slides_content.lua | 26 - x86 - 32bit (SSE, SSE2, ...), 64bit
|
/third_party/flutter/skia/third_party/externals/libwebp/cmake/ |
D | cpu.cmake | 31 set(WEBP_SIMD_FLAGS "SSE41;SSE2;MIPS32;MIPS_DSP_R2;NEON;MSA") 36 set(SIMD_ENABLE_FLAGS "/arch:AVX;/arch:SSE2;;;;")
|
/third_party/libjpeg-turbo/simd/x86_64/ |
D | jfdctfst-sse2.asm | 2 ; jfdctfst.asm - fast integer FDCT (64-bit SSE2)
|
D | jfdctint-sse2.asm | 2 ; jfdctint.asm - accurate integer FDCT (64-bit SSE2)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jfdctfst-sse2.asm | 2 ; jfdctfst.asm - fast integer FDCT (SSE2)
|
D | jidctint-sse2.asm | 2 ; jidctint.asm - accurate integer IDCT (SSE2)
|