Home
last modified time | relevance | path

Searched refs:QWORD (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/vp8/encoder/x86/
Dsad_sse2.asm41 movq xmm0, QWORD PTR [rsi]
42 movq xmm2, QWORD PTR [rsi+8]
44 movq xmm1, QWORD PTR [rdi]
45 movq xmm3, QWORD PTR [rdi+8]
47 movq xmm4, QWORD PTR [rsi+rax]
48 movq xmm5, QWORD PTR [rdi+rdx]
55 movq xmm6, QWORD PTR [rsi+rax+8]
57 movq xmm3, QWORD PTR [rdi+rdx+8]
118 movq mm0, QWORD PTR [rsi]
119 movq mm1, QWORD PTR [rdi]
[all …]
Dsad_sse3.asm57 movq mm0, QWORD PTR [rsi]
58 movq mm5, QWORD PTR [rdi]
59 movq mm6, QWORD PTR [rdi+1]
60 movq mm7, QWORD PTR [rdi+2]
66 movq mm0, QWORD PTR [rsi]
67 movq mm1, QWORD PTR [rdi]
68 movq mm2, QWORD PTR [rdi+1]
69 movq mm3, QWORD PTR [rdi+2]
79 movq mm0, QWORD PTR [rsi+rax]
80 movq mm1, QWORD PTR [rdi+rdx]
[all …]
Dvariance_impl_sse2.asm335 movq xmm1, QWORD PTR [rsi]
336 movq xmm2, QWORD PTR [rdi]
346 movq xmm2, QWORD PTR[rsi + rax]
347 movq xmm3, QWORD PTR[rdi + rdx]
359 movq xmm2, QWORD PTR[rsi + rax * 2]
360 movq xmm3, QWORD PTR[rdi + rdx * 2]
374 movq xmm2, QWORD PTR[rsi + rax]
375 movq xmm3, QWORD PTR[rdi + rdx]
386 movq xmm2, QWORD PTR[rsi + rax *2]
387 movq xmm3, QWORD PTR[rdi + rdx *2]
[all …]
Dsad_mmx.asm48 movq mm0, QWORD PTR [rsi]
49 movq mm2, QWORD PTR [rsi+8]
51 movq mm1, QWORD PTR [rdi]
52 movq mm3, QWORD PTR [rdi+8]
140 movq mm0, QWORD PTR [rsi]
141 movq mm1, QWORD PTR [rdi]
210 movq mm0, QWORD PTR [rsi]
211 movq mm1, QWORD PTR [rdi]
Ddct_mmx.asm450 movq QWORD PTR[rdi ], xmm0
451 movq QWORD PTR[rdi+ 8], xmm1
452 movq QWORD PTR[rdi+16], xmm2
453 movq QWORD PTR[rdi+24], xmm3
460 movq QWORD PTR[rdi+32], xmm0
461 movq QWORD PTR[rdi+40], xmm1
462 movq QWORD PTR[rdi+48], xmm2
463 movq QWORD PTR[rdi+56], xmm3
Dpreproc_mmx.c113 movq xmm3, QWORD PTR [edi] in temp_filter_wmt()
115 movq QWORD PTR [esi+8*eax], xmm3 in temp_filter_wmt()
121 movq xmm4, QWORD PTR [esi] // get frame buffer values in temp_filter_wmt()
Dvariance_impl_mmx.asm48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
/external/libvpx/vpx_scale/win32/
Dscaleopt.c222 movq mm0, QWORD PTR [esi] // mm0 = 00 01 02 03 04 05 06 07 in horizontal_line_4_5_scale_mmx()
223 movq mm1, QWORD PTR [esi+1]; // mm1 = 01 02 03 04 05 06 07 08 in horizontal_line_4_5_scale_mmx()
354 movq mm0, QWORD ptr [esi] // src[0]; in vertical_band_4_5_scale_mmx()
355 movq mm1, QWORD ptr [esi+ecx] // src[1]; in vertical_band_4_5_scale_mmx()
389 movq QWORD ptr [esi+ecx], mm0 // write des[1] in vertical_band_4_5_scale_mmx()
424 movq QWORD ptr [esi+ecx*2], mm1 // write des[2] in vertical_band_4_5_scale_mmx()
457 movq QWORD ptr [edi], mm0 // write des[3] in vertical_band_4_5_scale_mmx()
488 movq QWORD ptr [edi+ecx], mm1 // write des[4] in vertical_band_4_5_scale_mmx()
538 movq mm0, QWORD ptr [esi] // src[0]; in last_vertical_band_4_5_scale_mmx()
539 movq mm1, QWORD ptr [esi+ecx] // src[1]; in last_vertical_band_4_5_scale_mmx()
[all …]
/external/libvpx/vpx_scale/x86_64/
Dscaleopt.c222 movq mm0, QWORD PTR [rsi] // mm0 = 00 01 02 03 04 05 06 07 in horizontal_line_4_5_scale_mmx()
223 movq mm1, QWORD PTR [rsi+1]; // mm1 = 01 02 03 04 05 06 07 08 in horizontal_line_4_5_scale_mmx()
354 movq mm0, QWORD ptr [rsi] // src[0]; in vertical_band_4_5_scale_mmx()
355 movq mm1, QWORD ptr [rsi+rcx] // src[1]; in vertical_band_4_5_scale_mmx()
389 movq QWORD ptr [rsi+rcx], mm0 // write des[1] in vertical_band_4_5_scale_mmx()
424 movq QWORD ptr [rsi+rcx*2], mm1 // write des[2] in vertical_band_4_5_scale_mmx()
457 movq QWORD ptr [rdi], mm0 // write des[3] in vertical_band_4_5_scale_mmx()
488 movq QWORD ptr [rdi+rcx], mm1 // write des[4] in vertical_band_4_5_scale_mmx()
538 movq mm0, QWORD ptr [rsi] // src[0]; in last_vertical_band_4_5_scale_mmx()
539 movq mm1, QWORD ptr [rsi+rcx] // src[1]; in last_vertical_band_4_5_scale_mmx()
[all …]
/external/libvpx/vpx_scale/intel_linux/
Dscaleopt.c270 movq mm0, QWORD PTR [esi] // mm0 = 00 01 02 03 04 05 06 07 in horizontal_line_4_5_scale_mmx()
271 movq mm1, QWORD PTR [esi+1]; // mm1 = 01 02 03 04 05 06 07 08 in horizontal_line_4_5_scale_mmx()
443 movq mm0, QWORD ptr [esi] // src[0]; in vertical_band_4_5_scale_mmx()
444 movq mm1, QWORD ptr [esi+ecx] // src[1]; in vertical_band_4_5_scale_mmx()
478 movq QWORD ptr [esi+ecx], mm0 // write des[1] in vertical_band_4_5_scale_mmx()
513 movq QWORD ptr [esi+ecx*2], mm1 // write des[2] in vertical_band_4_5_scale_mmx()
546 movq QWORD ptr [edi], mm0 // write des[3] in vertical_band_4_5_scale_mmx()
577 movq QWORD ptr [edi+ecx], mm1 // write des[4] in vertical_band_4_5_scale_mmx()
633 movq mm0, QWORD ptr [esi] // src[0]; in last_vertical_band_4_5_scale_mmx()
634 movq mm1, QWORD ptr [esi+ecx] // src[1]; in last_vertical_band_4_5_scale_mmx()
[all …]
/external/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm682 …movq xmm4, QWORD PTR [rsi] ; xx xx xx xx xx xx xx xx 07 06 05 04 03 02…
683 …movq xmm1, QWORD PTR [rdi] ; xx xx xx xx xx xx xx xx 17 16 15 14 13 12…
684 …movq xmm0, QWORD PTR [rsi+2*rax] ; xx xx xx xx xx xx xx xx 27 26 25 24 23 22…
685 …movq xmm7, QWORD PTR [rdi+2*rax] ; xx xx xx xx xx xx xx xx 37 36 35 34 33 32…
686 …movq xmm5, QWORD PTR [rsi+4*rax] ; xx xx xx xx xx xx xx xx 47 46 45 44 43 42…
687 …movq xmm2, QWORD PTR [rdi+4*rax] ; xx xx xx xx xx xx xx xx 57 56 55 54 53 52…
691 …movq xmm1, QWORD PTR [rdi+2*rcx] ; xx xx xx xx xx xx xx xx 77 76 75 74 73 72…
696 …movq xmm7, QWORD PTR [rsi+2*rcx] ; xx xx xx xx xx xx xx xx 67 66 65 64 63 62…
737 …movq xmm2, QWORD PTR [rsi] ; xx xx xx xx xx xx xx xx 87 86 85 84 83 82 …
738 …movq xmm6, QWORD PTR [rdi] ; xx xx xx xx xx xx xx xx 97 96 95 94 93 92 …
[all …]
Dpostproc_mmx.c440 movq xmm3, QWORD PTR [esi] ; in vp8_post_proc_down_and_across_xmm()
449 movq xmm5, QWORD PTR [esi + eax] ; in vp8_post_proc_down_and_across_xmm()
468 movq xmm5, QWORD PTR [esi + 2*eax] ; in vp8_post_proc_down_and_across_xmm()
491 movq xmm5, QWORD PTR [esi+2*eax] ; in vp8_post_proc_down_and_across_xmm()
512 movq xmm4, QWORD PTR [esi+eax] ; in vp8_post_proc_down_and_across_xmm()
548 movq QWORD PTR [edi], xmm1 ; in vp8_post_proc_down_and_across_xmm()
565 movq mm0, QWORD PTR [edi-8]; in vp8_post_proc_down_and_across_xmm()
568 movq xmm7, QWORD PTR [edi +edx -2] in vp8_post_proc_down_and_across_xmm()
680 movq QWORD PTR [edi+edx-8], mm0 ; in vp8_post_proc_down_and_across_xmm()
689 movq QWORD PTR [edi+edx-8], mm0 in vp8_post_proc_down_and_across_xmm()
[all …]
Dsubpixel_sse2.asm392 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
617 movq QWORD PTR [rdi], xmm4 ; store the results in the destination
732 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination
782 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination
879 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
/external/libpcap/
Dpcap-dos.h60 typedef unsigned long long QWORD; typedef
65 typedef unsigned __int64 QWORD; typedef
/external/openssl/crypto/rand/
Drand_os2.c90 QWORD qwTime; in RAND_poll()