HomeSort by relevance Sort by last modified time
    Searched refs:movd (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/libvpx/vp8/encoder/x86/
sad_mmx.asm 273 movd mm0, DWORD PTR [rsi]
274 movd mm1, DWORD PTR [rdi]
276 movd mm2, DWORD PTR [rsi+rax]
277 movd mm3, DWORD PTR [rdi+rdx]
299 movd mm4, DWORD PTR [rsi]
300 movd mm5, DWORD PTR [rdi]
302 movd mm6, DWORD PTR [rsi+rax]
303 movd mm7, DWORD PTR [rdi+rdx]
sad_sse2.asm 222 movd mm0, DWORD PTR [rsi]
223 movd mm1, DWORD PTR [rdi]
225 movd mm2, DWORD PTR [rsi+rax]
226 movd mm3, DWORD PTR [rdi+rdx]
235 movd mm4, DWORD PTR [rsi]
237 movd mm5, DWORD PTR [rdi]
238 movd mm6, DWORD PTR [rsi+rax]
240 movd mm7, DWORD PTR [rdi+rdx]
subtract_mmx.asm 34 movd mm0, [rsi]
35 movd mm1, [rax]
42 movd mm0, [rsi+rdx]
43 movd mm1, [rax+rcx]
50 movd mm0, [rsi+rdx*2]
51 movd mm1, [rax+rcx*2]
62 movd mm0, [rsi+rdx]
63 movd mm1, [rax+rcx]
subtract_sse2.asm 34 movd mm0, [rsi]
35 movd mm1, [rax]
41 movd mm0, [rsi+rdx]
42 movd mm1, [rax+rcx]
48 movd mm0, [rsi+rdx*2]
49 movd mm1, [rax+rcx*2]
58 movd mm0, [rsi+rdx]
59 movd mm1, [rax+rcx]
sad_ssse3.asm 238 movd [rdi], xmm0
244 movd [rdi+4], xmm0
250 movd [rdi+8], xmm0
346 movd [rdi], xmm0
352 movd [rdi+4], xmm0
358 movd [rdi+8], xmm0
variance_impl_mmx.asm 455 movd mm0, [rax] ; Copy eight bytes to mm0
456 movd mm1, [rbx] ; Copy eight bytes to mm1
463 movd mm1, [rbx] ; Copy eight bytes to mm1
467 movd mm0, [rax] ; Copy eight bytes to mm0
474 movd mm1, [rbx] ; Copy eight bytes to mm1
478 movd mm0, [rax] ; Copy eight bytes to mm0
486 movd mm1, [rbx] ; Copy eight bytes to mm1
490 movd mm0, [rax] ; Copy eight bytes to mm0
549 movd mm1, [rsi] ;
550 movd mm3, [rsi+1]
    [all...]
variance_impl_sse2.asm 201 movd DWORD PTR [rax], xmm7
202 movd DWORD PTR [rdi], xmm1
309 movd DWORD PTR [rsp], xmm7 ;Sum
310 movd DWORD PTR [rsp+4], xmm1 ;SSE
502 movd DWORD PTR [rdi], xmm1
779 movd [rsi], mm2 ; xsum
780 movd [rdi], mm4 ; xxsum
901 movd [rsi], mm2 ;
902 movd [rdi], mm4 ;
    [all...]
temporal_filter_apply_sse2.asm 46 movd xmm6, arg(4)
53 movd xmm4, rdx ; can't use rdx w/ shift
64 movd xmm0, arg(5) ; filter_weight
encodeopt.asm 83 pxor mm1, mm1 ; from movd mm1, dc ; dc =0
145 movd mm1, dword ptr arg(2) ;dc
222 movd xmm1, dword ptr arg(2) ;dc
quantize_sse2.asm 59 movd xmm7, [rdi + vp8_block_zbin_extra] ; zbin_oq_value
221 movd eax, xmm2
335 movd rax, xmm1
sad_sse4.asm 128 movd xmm0, [rsi]
135 movd xmm0, [rsi]
144 movd xmm0, [rsi + rax]
  /external/zlib/contrib/masmx86/
inffas32.asm 640 movd mm0,ebp
643 movd mm4,dword ptr [esp+0]
645 movd mm5,dword ptr [esp+4]
658 movd mm6,ebp
659 movd mm7,dword ptr [esi]
667 movd eax,mm4
673 movd mm1,ecx
703 movd mm1,eax
704 movd ecx,mm0
715 movd mm6,ebp
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_MMX_VC.c 57 movd mm0, eax //%%eax,%%mm0
134 movd mm0, eax //%%eax,%%mm0
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 4 movd mm.sd[1234,5678] r64.sd[1111,2222] => 1.sd[1234,5678]
5 movd r64.sd[1234,5678] mm.sd[1111,2222] => 1.sd[1234,5678]
9 movd r32.sd[1234] mm.sd[1111,2222] => 1.sd[1234,0]
10 movd mm.sd[1234,2222] r32.sd[1111] => 1.sd[1234]
14 movd m32.sd[1234] mm.sd[1111,2222] => 1.sd[1234,0]
15 movd mm.sd[1234,2222] m32.sd[1111] => 1.sd[1234]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 50 movd mm2, dword ptr arg(6) ;flimit
140 movd [rdi], mm1 ;
236 movd eax, mm1
316 movd mm1, DWORD PTR [rdi];
336 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
337 movd mm2, DWORD PTR [rdi] ; [s+pitch*7]
396 movd mm1, DWORD PTR [rsi+rax*8]
426 movd DWORD PTR [rsp+rcx*4], mm1 ;d[rcx*4]
432 movd mm1, DWORD PTR [rsp+rcx*4] ;d[rcx*4]
434 movd [rsi], mm
    [all...]
postproc_mmx.c 71 movd mm2, flimit
221 movd [edi], mm1 ; local
373 movd eax, mm1
420 movd xmm2, flimit
569 movd xmm4, DWORD PTR [edi +edx +6]
749 movd mm1, DWORD PTR [edi];
769 movd mm1, DWORD PTR [esi] // [s-pitch*8]
770 movd mm2, DWORD PTR [edi] // [s+pitch*7]
829 movd mm1, DWORD PTR [esi+eax*8]
851 movd DWORD PTR d[ecx*4], mm
859 movd [esi], mm1 local
1274 movd [esi+ecx-8], mm0 local
    [all...]
postproc_sse2.asm 48 movd xmm2, dword ptr arg(6) ;flimit
147 movd xmm4, DWORD PTR [rdi +rdx +6]
500 ;movd xmm7, rax
501 movd xmm7, edx
504 ;movd xmm6, rax
505 movd xmm6, ecx
518 movd xmm1, DWORD PTR [rsi+rcx-8] ; -8 -7 -6 -5
519 movd xmm2, DWORD PTR [rsi+rcx+7] ; +7 +8 +9 +10
575 movd xmm1, DWORD PTR [rsi+rcx]
593 movd [rsi+rcx-8], mm
    [all...]
subpixel_ssse3.asm 399 movd DWORD PTR [rdi], xmm0
444 movd DWORD PTR [rdi], xmm1
828 movd mm1, DWORD PTR [rsi] ;A
829 movd mm2, DWORD PTR [rsi + rdx] ;B
830 movd mm3, DWORD PTR [rsi + rdx * 2] ;C
831 movd mm4, DWORD PTR [rax + rdx * 2] ;D
832 movd mm0, DWORD PTR [rsi + rdx * 4] ;E
837 movd mm0, DWORD PTR [rax + rdx * 4] ;F
855 movd DWORD PTR [rdi], mm2
884 movd mm2, DWORD PTR [rsi + rdx] ;
    [all...]
loopfilter_mmx.asm 567 movd [rsi+rax*4+2], mm2
570 movd [rdi+rax*4+2], mm2
571 movd [rsi+rax*2+2], mm6
574 movd [rsi+rax+2],mm6
576 movd [rsi+2], mm1
579 movd [rdi+2], mm1
582 movd [rdi+rax+2],mm5
585 movd [rdi+rax*2+2], mm5
    [all...]
loopfilter_sse2.asm     [all...]
idctllm_sse2.asm 38 movd xmm4, [rax]
39 movd xmm5, [rdx]
47 movd [rax], xmm7
48 movd [rax+32], xmm7
384 movd xmm4, [rdx]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 370 &movd ($rem[0],$Zlo);
388 &movd ($rem[1],$Zlo);
397 &movd ($Zhl,$Zhi);
399 &movd ($Zlh,$Zlo);
400 &movd ($Zhh,$Zhi);
518 &movd ($rem,$Zlo);
531 &movd ($rem,$Zlo);
546 &movd ($rem,$Zlo);
561 &movd ($rem,$Zlo);
572 &movd ($rem,$Zlo)
    [all...]
  /external/libffi/src/x86/
unix64.S 169 movd %xmm0, %r10
170 movd %xmm1, %r11
308 movd %rcx, %xmm0
darwin64.S 165 movd %xmm0, %r10
166 movd %xmm1, %r11
297 movd %rcx, %xmm0
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 116 &movd (@XX[0],"mm7") if ($i==0);
144 &movd ($i>0?"mm1":"mm2",&DWP(0,$dat,$ty,4));
196 &movd ("mm7",&wparam(3)) if ($alt);
216 &movd ($out,"mm7");

Completed in 336 milliseconds

12 3 4