Searched refs:SSE41 (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/src/core/ |
D | SkCpu.h | 19 SSE41 = 1 << 4, enumerator 77 features |= SSE41; in Supports() 97 features &= (SSE1 | SSE2 | SSE3 | SSSE3 | SSE41 | SSE42 | AVX); in Supports() 99 features &= (SSE1 | SSE2 | SSE3 | SSSE3 | SSE41); in Supports()
|
D | SkCpu.cpp | 47 if (abcd[2] & (1<<19)) { features |= SkCpu::SSE41; } in read_cpu_features()
|
/third_party/flutter/skia/src/core/ |
D | SkCpu.h | 19 SSE41 = 1 << 4, enumerator 75 features |= SSE41; in Supports() 92 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41); in Supports()
|
D | SkOpts.cpp | 122 if (SkCpu::Supports(SkCpu::SSE41)) { Init_sse41(); } in init()
|
D | SkCpu.cpp | 57 if (abcd[2] & (1<<19)) { features |= SkCpu::SSE41; } in read_cpu_features()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator 588 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41()
|
D | X86.td | 74 def FeatureSSE41 : SubtargetFeature<"sse4.1", "X86SSELevel", "SSE41",
|
D | X86InstrSSE.td | 5733 /// SS48I_binop_rm - Simple SSE41 binary operator. 6308 // With SSE41 we can use blends for these patterns.
|
/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")
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2-dispatch.c | 29 SSE41 = 3, enumerator 115 feature = SSE41; in get_cpu_features()
|
/third_party/skia/third_party/externals/libwebp/cmake/ |
D | cpu.cmake | 39 set(WEBP_SIMD_FLAGS "SSE41;SSE2;MIPS32;MIPS_DSP_R2;NEON;MSA")
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86util.asm | 992 ; SSE41 blendv instruction is hard coded to use xmm0 as mask 1011 ; SSE41 blendv instruction is hard coded to use xmm0 as mask
|
/third_party/flutter/skia/ |
D | public.bzl | 80 SKIA_OPTS_SSE41 = "SSE41"
|
/third_party/skia/ |
D | public.bzl | 68 SKIA_OPTS_SSE41 = "SSE41"
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 449 807b53c4 Implement the upsampling/yuv functions in SSE41 1556 0ae2c2e4 SSE2/SSE41: optimize SSE_16xN loops
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 244 807b53c4 Implement the upsampling/yuv functions in SSE41 1351 0ae2c2e4 SSE2/SSE41: optimize SSE_16xN loops
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23189 if (Bits[X86::FeatureSSE41] && X86SSELevel < SSE41) X86SSELevel = SSE41;
|