/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | CPUID.hpp | 56 static bool SSE; member in sw::CPUID 103 return SSE && enableSSE; in supportsSSE()
|
D | CPUID.cpp | 34 bool CPUID::SSE = detectSSE(); member in sw::CPUID 199 return SSE = (registers[3] & 0x02000000) != 0; in detectSSE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-SSE.txt | 2 // Random ideas for the X86 backend: SSE-specific stuff. 7 SSE Variable shift can be custom lowered to something like this, which uses a 22 SSE has instructions for doing operations on complex numbers, we should pattern 72 When compiled with unsafemath enabled, "main" should enable SSE DAZ mode and 73 other fast SSE modes. 77 Think about doing i64 math in SSE regs on x86-32. 81 This testcase should have no SSE instructions in it, and only one load from 96 Lower memcpy / memset to a series of SSE 128 bit move instructions when it's 105 when using SSE. 313 Some useful information in the Apple Altivec / SSE Migration Guide: [all …]
|
/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 86 the SSE variants you want to use, the only detections that will take place are 87 SSE, SSE2, AVX and AVX2. For more informations,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 226 for (const auto &SSE : SSC) in getSyncScopeNames() local 227 SSNs[SSE.second] = SSE.first(); in getSyncScopeNames()
|
/third_party/ffmpeg/libavutil/x86/ |
D | cpu.h | 32 #define X86_SSE(flags) CPUEXT(flags, SSE) 58 #define EXTERNAL_SSE(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, SSE) 88 #define INLINE_SSE(flags) CPUEXT_SUFFIX(flags, _INLINE, SSE)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jsimdcpu.asm | 88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support 99 test eax, 1<<25 ; bit25:SSE
|
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (SSE)
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
|
D | jidctflt-sse.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jsimdcpu.asm | 88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support 99 test eax, 1<<25 ; bit25:SSE
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
|
D | jidctflt-sse.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
|
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (SSE)
|
/third_party/flutter/skia/resources/lua/ |
D | slides_content.lua | 26 - x86 - 32bit (SSE, SSE2, ...), 64bit
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/ |
D | README.md | 22 Visit http://localhost:7681, which connects back to the server using SSE
|
/third_party/ffmpeg/libavfilter/x86/ |
D | avf_showcqt_init.c | 58 SELECT_CQT_CALC(sse, SSE, 4, 0); in ff_showcqt_init_x86()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (SSE)
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
|
D | jidctflt-sse.asm | 2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (64-bit SSE & SSE2)
|
/third_party/libjpeg-turbo/simd/x86_64/ |
D | jfdctflt-sse.asm | 2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
|
D | jidctflt-sse2.asm | 2 ; jidctflt.asm - floating-point IDCT (64-bit SSE & SSE2)
|