HomeSort by relevance Sort by last modified time
    Searched refs:sse2 (Results 1 - 25 of 46) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 14 Complain sse2 pxor
16 No complain sse2 pxor
18 Complain sse2 xorpd
20 No complain sse2 xorpd
sse_memory.c 2 /* A program to test that SSE/SSE2 insns do not read memory they
226 //TEST_INSN( &AllMask, 0,pavgb) -- dup with sse2?
227 //TEST_INSN( &AllMask, 0,pavgw) -- dup with sse2?
230 //TEST_INSN( &AllMask, 0,pmaxsw) -- dup with sse2?
231 //TEST_INSN( &AllMask, 0,pmaxub) -- dup with sse2?
232 //TEST_INSN( &AllMask, 0,pminsw) -- dup with sse2?
233 //TEST_INSN( &AllMask, 0,pminub) -- dup with sse2?
235 //TEST_INSN( &AllMask, 0,pmulhuw) -- dup with sse2?
236 TEST_INSN( &AllMask, 16,psadbw) // -- XXXXXXXXXXXXXXXX sse2 (xmm variant) not implemented!
253 /* ------------------------ SSE2 ------------------------ *
391 Int sse1 = 0, sse2 = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 41 specialize vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2
46 specialize vp8_dequant_idct_add_uv_block mmx sse2 media neon dspr2
54 specialize vp8_loop_filter_mbv mmx sse2 media neon dspr2
59 specialize vp8_loop_filter_bv mmx sse2 media neon dspr2
64 specialize vp8_loop_filter_mbh mmx sse2 media neon dspr2
69 specialize vp8_loop_filter_bh mmx sse2 media neon dspr2
75 specialize vp8_loop_filter_simple_mbv mmx sse2 media neon
83 specialize vp8_loop_filter_simple_mbh mmx sse2 media neon
91 specialize vp8_loop_filter_simple_bv mmx sse2 media neon
99 specialize vp8_loop_filter_simple_bh mmx sse2 media neo
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.sh 25 sse2_x86inc=sse2 && ssse3_x86inc=ssse3 && avx_x86inc=avx && avx2_x86inc=avx2
28 [ $arch = "x86_64" ] && mmx_x86_64=mmx && sse2_x86_64=sse2 &&
194 specialize vp9_mb_lpf_vertical_edge_w sse2 neon dspr2
197 specialize vp9_mbloop_filter_vertical_edge sse2 neon dspr2
203 specialize vp9_mb_lpf_horizontal_edge_w sse2 avx2 neon dspr2
206 specialize vp9_mbloop_filter_horizontal_edge sse2 neon dspr2
216 specialize vp9_mbpost_proc_down mmx sse2
220 specialize vp9_mbpost_proc_across_ip sse2
224 specialize vp9_post_proc_down_and_across mmx sse2
228 specialize vp9_plane_add_noise mmx sse2
    [all...]
  /bionic/libc/arch-x86/
x86.mk 55 arch-x86/string/sse2-memset-atom.S \
56 arch-x86/string/sse2-bzero-atom.S \
57 arch-x86/string/sse2-memchr-atom.S \
58 arch-x86/string/sse2-memrchr-atom.S \
59 arch-x86/string/sse2-strchr-atom.S \
60 arch-x86/string/sse2-strrchr-atom.S \
61 arch-x86/string/sse2-index-atom.S \
62 arch-x86/string/sse2-strlen-atom.S \
63 arch-x86/string/sse2-strnlen-atom.S \
64 arch-x86/string/sse2-wcschr-atom.S
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 357 DECLS(sse2, sse);
375 unsigned int sse2; \
379 h, &sse2); \
381 sse += sse2; \
386 h, &sse2); \
388 sse += sse2; \
392 h, &sse2); \
394 sse += sse2; \
416 FNS(sse2, sse);
436 DECLS(sse2, sse)
    [all...]
vp9_variance_mmx.c 71 unsigned int sse0, sse1, sse2, sse3, var; local
80 ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2);
84 var = sse0 + sse1 + sse2 + sse3;
96 unsigned int sse0, sse1, sse2, sse3, var; local
104 ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2);
108 var = sse0 + sse1 + sse2 + sse3;
vp9_sad_sse2.asm 84 INIT_XMM sse2
127 INIT_XMM sse2
173 INIT_XMM sse2
217 INIT_XMM sse2
vp9_error_sse2.asm 18 INIT_XMM sse2
  /external/flac/libFLAC/
cpu.c 170 info->data.ia32.sse2 = false;
184 info->data.ia32.sse2 = (flags_edx & FLAC__CPUINFO_IA32_CPUID_SSE2 )? true : false;
205 fprintf(stderr, " SSE2 ....... %c\n", info->data.ia32.sse2 ? 'Y' : 'n');
214 * now have to check for OS support of SSE/SSE2
216 if(info->data.ia32.fxsr || info->data.ia32.sse || info->data.ia32.sse2) {
219 info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = info->data.ia32.sse3 = info->data.ia32.ssse3 = false;
229 info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = info->data.ia32.sse3 = info->data.ia32.ssse3 = false;
235 info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = info->data.ia32.sse3 = info->data.ia32.ssse3 = false;
236 else { /* double-check SSE2 */
    [all...]
  /external/flac/libFLAC/include/private/
cpu.h 54 FLAC__bool sse2; member in struct:__anon20131
  /external/libvpx/libvpx/vp8/common/x86/
variance_mmx.c 122 unsigned int sse0, sse1, sse2, sse3, var; local
128 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
131 var = sse0 + sse1 + sse2 + sse3;
144 unsigned int sse0, sse1, sse2, sse3, var; local
150 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
153 var = sse0 + sse1 + sse2 + sse3;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.pl 9 $sse2=0;
10 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
12 &external_label("OPENSSL_ia32cap_P") if ($sse2);
28 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
34 if ($sse2) {
214 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
220 if ($sse2) {
325 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
331 if ($sse2) {
x86-gf2m.pl 41 $sse2=0;
42 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
44 &external_label("OPENSSL_ia32cap_P") if ($sse2);
208 if ($sse2) {
x86-mont.pl 13 # First of all non-SSE2 path should be implemented (yes, for now it
14 # performs Montgomery multiplication/convolution only on SSE2-capable
25 # Modulo-scheduling SSE2 loops results in further 15-20% improvement.
35 $sse2=0;
36 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
38 &external_label("OPENSSL_ia32cap_P") if ($sse2);
107 if($sse2) {
  /external/openssl/crypto/bn/asm/
bn-586.pl 9 $sse2=0;
10 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
12 &external_label("OPENSSL_ia32cap_P") if ($sse2);
28 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
34 if ($sse2) {
214 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
220 if ($sse2) {
325 &function_begin_B($name,$sse2?"EXTRN\t_OPENSSL_ia32cap_P:DWORD":"");
331 if ($sse2) {
x86-gf2m.pl 41 $sse2=0;
42 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
44 &external_label("OPENSSL_ia32cap_P") if ($sse2);
208 if ($sse2) {
x86-mont.pl 13 # First of all non-SSE2 path should be implemented (yes, for now it
14 # performs Montgomery multiplication/convolution only on SSE2-capable
25 # Modulo-scheduling SSE2 loops results in further 15-20% improvement.
35 $sse2=0;
36 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
38 &external_label("OPENSSL_ia32cap_P") if ($sse2);
107 if($sse2) {
  /external/libvpx/libvpx/build/make/
rtcd.sh 330 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1 avx avx2)
334 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1 avx avx2)
335 REQUIRES=${REQUIRES:-mmx sse sse2}
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_sse2.asm 71 INIT_XMM sse2
103 INIT_XMM sse2
171 INIT_XMM sse2
187 INIT_XMM sse2
238 INIT_XMM sse2
270 INIT_XMM sse2
308 INIT_XMM sse2
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.pl 9 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
232 if ($sse2) {
233 &and ("ecx",1<<26|1<<24); # check SSE2 and FXSR bits
  /external/libvpx/libvpx/test/
variance_test.cc 142 unsigned int sse1, sse2; local
146 log2height_, &sse2);
147 EXPECT_EQ(sse1, sse2);
249 unsigned int sse1, sse2; local
254 log2height_, x, y, &sse2);
255 EXPECT_EQ(sse1, sse2) << "at position " << x << ", " << y;
272 unsigned int sse1, sse2; local
278 x, y, &sse2);
279 EXPECT_EQ(sse1, sse2) << "at position " << x << ", " << y;
334 SSE2, VP8VarianceTest
    [all...]
  /external/openssl/crypto/
x86cpuid.pl 9 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
232 if ($sse2) {
233 &and ("ecx",1<<26|1<<24); # check SSE2 and FXSR bits
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.pl 18 # SSE2 asm - - 38 24 20
27 # to 50%, but it's less important as they are expected to execute SSE2
29 # code]. SSE2 code-path is as fast as original sha512-sse2.pl, even
31 # SSE2-aware kernel is no longer required to execute the code. Another
41 $sse2=0;
42 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
44 &external_label("OPENSSL_ia32cap_P") if ($sse2);
285 if ($sse2) {
  /external/openssl/crypto/sha/asm/
sha512-586.pl 18 # SSE2 asm - - 38 24 20
27 # to 50%, but it's less important as they are expected to execute SSE2
29 # code]. SSE2 code-path is as fast as original sha512-sse2.pl, even
31 # SSE2-aware kernel is no longer required to execute the code. Another
41 $sse2=0;
42 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
44 &external_label("OPENSSL_ia32cap_P") if ($sse2);
285 if ($sse2) {

Completed in 1634 milliseconds

1 2