Home
last modified time | relevance | path

Searched refs:SSE41 (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/core/
DSkCpu.h19 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()
DSkCpu.cpp47 if (abcd[2] & (1<<19)) { features |= SkCpu::SSE41; } in read_cpu_features()
/third_party/flutter/skia/src/core/
DSkCpu.h19 SSE41 = 1 << 4, enumerator
75 features |= SSE41; in Supports()
92 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41); in Supports()
DSkOpts.cpp122 if (SkCpu::Supports(SkCpu::SSE41)) { Init_sse41(); } in init()
DSkCpu.cpp57 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/
DX86Subtarget.h64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator
588 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41()
DX86.td74 def FeatureSSE41 : SubtargetFeature<"sse4.1", "X86SSELevel", "SSE41",
DX86InstrSSE.td5733 /// 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/
Dcpu.cmake31 set(WEBP_SIMD_FLAGS "SSE41;SSE2;MIPS32;MIPS_DSP_R2;NEON;MSA")
/third_party/python/Modules/_blake2/impl/
Dblake2-dispatch.c29 SSE41 = 3, enumerator
115 feature = SSE41; in get_cpu_features()
/third_party/skia/third_party/externals/libwebp/cmake/
Dcpu.cmake39 set(WEBP_SIMD_FLAGS "SSE41;SSE2;MIPS32;MIPS_DSP_R2;NEON;MSA")
/third_party/ffmpeg/libavutil/x86/
Dx86util.asm992 ; 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/
Dpublic.bzl80 SKIA_OPTS_SSE41 = "SSE41"
/third_party/skia/
Dpublic.bzl68 SKIA_OPTS_SSE41 = "SSE41"
/third_party/skia/third_party/externals/libwebp/
DChangeLog449 807b53c4 Implement the upsampling/yuv functions in SSE41
1556 0ae2c2e4 SSE2/SSE41: optimize SSE_16xN loops
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog244 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/
DX86GenSubtargetInfo.inc23189 if (Bits[X86::FeatureSSE41] && X86SSELevel < SSE41) X86SSELevel = SSE41;