/hardware/intel/bootstub/ |
D | e820_bios.S | 76 movl $saved_esp, %eax 77 movl %esp, (%eax) 78 xorl %eax, %eax 79 sidtl SAVED_IDTR_ADDR(%eax) 80 sgdtl SAVED_GDTR_ADDR(%eax) 111 movl %eax, %cr0 116 movl $0, %eax 117 movl %eax, %ds 118 movl %eax, %es 119 movl %eax, %ss [all …]
|
D | head.S | 83 mov %eax, %ecx 84 mov mb_magic, %eax
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | iwalsh_sse2.asm | 56 movd xmm0, eax 78 movd eax, xmm5 84 shr eax, 16 88 movd eax, xmm5 94 shr eax, 16 99 movd eax, xmm5 105 shr eax, 16 109 movd eax, xmm5 113 shr eax, 16
|
D | iwalsh_mmx.asm | 98 movd eax, mm1 104 shr eax, 16 108 movd eax, mm1 112 shr eax, 16 117 movd eax, mm6 123 shr eax, 16 127 movd eax, mm6 131 shr eax, 16
|
D | postproc_sse2.asm | 211 mov eax, dword arg(3) ;dst_pixels_per_line 213 mov eax, dword arg(2) ;src_pixels_per_line 252 mov eax, dword ptr arg(4) ;flimit 253 mov [rsp+128], eax 254 mov [rsp+128+4], eax 255 mov [rsp+128+8], eax 256 mov [rsp+128+12], eax 482 mov eax, dword ptr arg(4) ;flimit 483 mov [rsp], eax 484 mov [rsp+4], eax [all …]
|
D | postproc_mmx.asm | 35 mov eax, dword ptr arg(4) ;flimit 36 mov [rsp+128], eax 37 mov [rsp+128+4], eax
|
D | sad_sse2.asm | 117 cmp eax, arg(4) 178 cmp eax, arg(4) 287 cmp eax, arg(4)
|
D | variance_impl_mmx.asm | 297 mov dword ptr [rsi], eax 412 mov dword ptr [rsi], eax
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
D | scaleopt.c | 160 lea eax, [esi+ecx*2] // in vertical_band_5_4_scale_mmx() 169 movd mm4, [eax+ecx] in vertical_band_5_4_scale_mmx() 178 movd mm6, [eax+ecx*2] in vertical_band_5_4_scale_mmx() 202 lea eax, [edi+edx*2] in vertical_band_5_4_scale_mmx() 209 movd DWORD PTR [eax+edx], mm5 in vertical_band_5_4_scale_mmx() 307 movd eax, mm1 in horizontal_line_5_3_scale_mmx() 309 mov edx, eax in horizontal_line_5_3_scale_mmx() 346 lea eax, [esi+ecx*2] // in vertical_band_5_3_scale_mmx() 354 movd mm3, DWORD ptr [eax+ecx] in vertical_band_5_3_scale_mmx() 355 movd mm4, DWORD ptr [eax+ecx*2] in vertical_band_5_3_scale_mmx() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 644 mov eax, [esp + 4] // src_ptr in ScaleRowDown2_SSE2() 652 movdqa xmm0, [eax] in ScaleRowDown2_SSE2() 653 movdqa xmm1, [eax + 16] in ScaleRowDown2_SSE2() 654 lea eax, [eax + 32] in ScaleRowDown2_SSE2() 673 mov eax, [esp + 4 + 4] // src_ptr in ScaleRowDown2Int_SSE2() 681 movdqa xmm0, [eax] in ScaleRowDown2Int_SSE2() 682 movdqa xmm1, [eax + 16] in ScaleRowDown2Int_SSE2() 683 movdqa xmm2, [eax + esi] in ScaleRowDown2Int_SSE2() 684 movdqa xmm3, [eax + esi + 16] in ScaleRowDown2Int_SSE2() 685 lea eax, [eax + 32] in ScaleRowDown2Int_SSE2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_error_sse2.asm | 68 mov eax, sszm 70 movq [eax], m6 71 movd eax, m4
|
D | vp9_sad_sse2.asm | 80 movd eax, m0 123 movd eax, m0 169 movd eax, m0 213 movd eax, m0 259 movd eax, m0
|
D | vp9_subpel_variance.asm | 166 GET_GOT eax 175 LOAD_IF_USED 0, 1 ; load eax, ecx back 183 GET_GOT eax 192 LOAD_IF_USED 0, 1 ; load eax, ecx back
|
D | vp9_variance_impl_mmx.asm | 297 mov dword ptr [rsi], eax 412 mov dword ptr [rsi], eax
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_ssse3.asm | 112 bsr eax, edx ;count 0 113 add eax, 1 116 cmove eax, edx
|
D | quantize_sse4.asm | 222 mov eax, -1 224 bsr eax, edx 227 add eax, 1 228 and eax, edi
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86.h | 97 __asm mov eax, func\ 100 __asm mov a, eax\
|
D | x86_abi_support.asm | 32 %define rax eax 42 %ifidn %1,eax 44 %elifidn %2,eax
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 406 DECLARE_REG 6, rax, eax, ax, al, 56 483 DECLARE_REG 6, rax, eax, ax, al, 8 518 DECLARE_REG 0, eax, eax, ax, al, 4
|