Searched refs:sse41 (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/opts/
H A DSkOpts_sse41.cpp10 #define SK_OPTS_NS sse41
15 blit_row_s32a_opaque = sse41::blit_row_s32a_opaque;
/external/skqp/src/opts/
H A DSkOpts_sse41.cpp10 #define SK_OPTS_NS sse41
15 blit_row_s32a_opaque = sse41::blit_row_s32a_opaque;
/external/skia/bench/
H A Dpack_int_uint16_t_Bench.cpp19 * SSE41 added an int -> uint16_t pack instruction. (sse41)
22 * - sse41 < ssse3 <<< sse2_b < sse2_a;
23 * - the ssse3 version is only slightly slower than the sse41 version, maybe not at all
25 * - the ssse3 and sse41 versions are about 3x faster than either sse2 version
26 * - the sse41 version seems to cause some code generation trouble.
86 __m128i sse41(__m128i x) { function in namespace:__anon20468
90 DEF_BENCH( return new pack_int_uint16_t_Bench<sse41>("sse41"); )
/external/skqp/bench/
H A Dpack_int_uint16_t_Bench.cpp19 * SSE41 added an int -> uint16_t pack instruction. (sse41)
22 * - sse41 < ssse3 <<< sse2_b < sse2_a;
23 * - the ssse3 version is only slightly slower than the sse41 version, maybe not at all
25 * - the ssse3 and sse41 versions are about 3x faster than either sse2 version
26 * - the sse41 version seems to cause some code generation trouble.
86 __m128i sse41(__m128i x) { function in namespace:__anon21137
90 DEF_BENCH( return new pack_int_uint16_t_Bench<sse41>("sse41"); )
/external/flac/libFLAC/include/private/
H A Dcpu.h151 FLAC__bool sse41; member in struct:__anon7265
163 FLAC__bool sse41; member in struct:__anon7266
/external/skia/src/jumper/
H A Dbuild_stages.py64 sse41 = ['-msse4.1'] variable
65 subprocess.check_call(clang + cflags + sse41 +
67 ['-o', 'sse41.o'])
68 subprocess.check_call(clang + cflags + sse41 + win +
72 subprocess.check_call(clang + cflags + sse41 +
75 subprocess.check_call(clang + cflags + sse41 + win +
110 'skx.o', 'hsw.o', 'avx.o', 'sse41.o', 'sse2.o',
H A DSkJumper.cpp85 ASM(start_pipeline, sse41),
94 ASM(just_return, sse41),
103 ASM(st,sse41), \
332 #define M(stage) ASM(stage, sse41),
/external/skqp/src/jumper/
H A Dbuild_stages.py64 sse41 = ['-msse4.1'] variable
65 subprocess.check_call(clang + cflags + sse41 +
67 ['-o', 'sse41.o'])
68 subprocess.check_call(clang + cflags + sse41 + win +
72 subprocess.check_call(clang + cflags + sse41 +
75 subprocess.check_call(clang + cflags + sse41 + win +
110 'skx.o', 'hsw.o', 'avx.o', 'sse41.o', 'sse2.o',
H A DSkJumper.cpp85 ASM(start_pipeline, sse41),
94 ASM(just_return, sse41),
103 ASM(st,sse41), \
330 #define M(stage) ASM(stage, sse41),
/external/flac/libFLAC/
H A Dcpu.c130 info->ia32.sse41 = (flags_ecx & FLAC__CPUINFO_IA32_CPUID_SSE41) ? true : false;
148 dfprintf(stderr, " SSE41 ...... %c\n", info->ia32.sse41 ? 'Y' : 'n');
191 info->x86.sse41 = (flags_ecx & FLAC__CPUINFO_IA32_CPUID_SSE41) ? true : false;
205 dfprintf(stderr, " SSE41 ...... %c\n", info->x86.sse41 ? 'Y' : 'n');
H A Dstream_encoder.c957 if(encoder->private_->cpuinfo.ia32.sse41) {
1013 if(encoder->private_->cpuinfo.x86.sse41) {
H A Dstream_decoder.c403 if(decoder->private_->cpuinfo.ia32.sse41) {
/external/skia/src/core/
H A DSkOpts.cpp26 #define SK_OPTS_NS sse41
/external/skqp/src/core/
H A DSkOpts.cpp26 #define SK_OPTS_NS sse41

Completed in 2119 milliseconds