Home
last modified time | relevance | path

Searched refs:SSE (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/src/Common/
DCPUID.hpp56 static bool SSE; member in sw::CPUID
103 return SSE && enableSSE; in supportsSSE()
DCPUID.cpp34 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/
DREADME-SSE.txt2 // 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/
Dhardware_simd.qbk8 [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/
DLLVMContextImpl.cpp226 for (const auto &SSE : SSC) in getSyncScopeNames() local
227 SSNs[SSE.second] = SSE.first(); in getSyncScopeNames()
/third_party/ffmpeg/libavutil/x86/
Dcpu.h32 #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/
Djsimdcpu.asm88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support
99 test eax, 1<<25 ; bit25:SSE
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (SSE)
Djidctflt-sse2.asm2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
Djidctflt-sse.asm2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
/third_party/libjpeg-turbo/simd/i386/
Djsimdcpu.asm88 ; Check CPUID leaf 01H for MMX, SSE, and SSE2 support
99 test eax, 1<<25 ; bit25:SSE
Djidctflt-sse2.asm2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
Djidctflt-sse.asm2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (SSE)
/third_party/flutter/skia/resources/lua/
Dslides_content.lua26 - x86 - 32bit (SSE, SSE2, ...), 64bit
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DREADME.md22 Visit http://localhost:7681, which connects back to the server using SSE
/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt_init.c58 SELECT_CQT_CALC(sse, SSE, 4, 0); in ff_showcqt_init_x86()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (SSE)
Djidctflt-sse2.asm2 ; jidctflt.asm - floating-point IDCT (SSE & SSE2)
Djidctflt-sse.asm2 ; jidctflt.asm - floating-point IDCT (SSE & MMX)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
Djidctflt-sse2.asm2 ; jidctflt.asm - floating-point IDCT (64-bit SSE & SSE2)
/third_party/libjpeg-turbo/simd/x86_64/
Djfdctflt-sse.asm2 ; jfdctflt.asm - floating-point FDCT (64-bit SSE)
Djidctflt-sse2.asm2 ; jidctflt.asm - floating-point IDCT (64-bit SSE & SSE2)

1234567