/hardware/intel/bootstub/ |
D | e820_bios.S | 83 movl $relocated_end + 4, %ecx 84 subl $relocated_start, %ecx 85 shrl $2, %ecx 95 movl $16, %ecx 96 movl %ecx, %ds 97 movl %ecx, %es 98 movl %ecx, %fs 99 movl %ecx, %gs 100 movl %ecx, %ss 191 movl TOTAL_COUNT_ADDR(%eax), %ecx
|
D | head.S | 83 mov %eax, %ecx 87 jmpl *%ecx # Jump to the 32-bit entrypoint
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
D | scaleopt.c | 92 mov ecx, source_width; in horizontal_line_5_4_scale_mmx() local 99 lea edx, [esi+ecx]; in horizontal_line_5_4_scale_mmx() 146 mov ecx, src_pitch // Get the pitch size in vertical_band_5_4_scale_mmx() local 157 movd mm1, DWORD ptr [esi+ecx] // src[1]; in vertical_band_5_4_scale_mmx() 159 movd mm2, DWORD ptr [esi+ecx*2] in vertical_band_5_4_scale_mmx() 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() 240 mov ecx, source_width; in horizontal_line_5_3_scale_mmx() local 247 lea edx, [esi+ecx-5]; in horizontal_line_5_3_scale_mmx() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_sse2.asm | 144 movzx ecx, byte [rsi] 146 add ecx, edx 148 add ecx, edx 152 add ecx, edx 154 add ecx, edx 156 add ecx, edx 158 add ecx, edx 160 add ecx, edx 164 lea edx, [edx+ecx+8] 268 movzx ecx, byte [rsi] [all …]
|
D | iwalsh_sse2.asm | 79 movd ecx, xmm4 85 shr ecx, 16 89 movd ecx, xmm4 95 shr ecx, 16 100 movd ecx, xmm4 106 shr ecx, 16 110 movd ecx, xmm4 114 shr ecx, 16
|
D | iwalsh_mmx.asm | 99 movd ecx, mm0 105 shr ecx, 16 109 movd ecx, mm0 113 shr ecx, 16 118 movd ecx, mm5 124 shr ecx, 16 128 movd ecx, mm5 132 shr ecx, 16
|
D | postproc_sse2.asm | 522 add ecx, eax 536 movd xmm6, ecx
|
D | variance_impl_sse2.asm | 390 mov dword ptr [rax], ecx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 647 mov ecx, [esp + 16] // dst_width in ScaleRowDown2_SSE2() 660 sub ecx, 16 in ScaleRowDown2_SSE2() 676 mov ecx, [esp + 4 + 16] // dst_width in ScaleRowDown2Int_SSE2() 701 sub ecx, 16 in ScaleRowDown2Int_SSE2() 720 mov ecx, [esp + 32 + 16] // dst_width in ScaleRowDown4_SSE2() 734 sub ecx, 8 in ScaleRowDown4_SSE2() 752 mov ecx, [esp + 32 + 16] // dst_width in ScaleRowDown4Int_SSE2() 792 sub ecx, 8 in ScaleRowDown4Int_SSE2() 811 mov ecx, [esp + 32 + 16] // dst_width in ScaleRowDown8_SSE2() 826 sub ecx, 4 in ScaleRowDown8_SSE2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_subpel_variance.asm | 169 lea ecx, [GLOBAL(bilin_filter_m)] 170 mov g_bilin_filterm, ecx 172 lea ecx, [GLOBAL(pw_8)] 173 mov g_pw_8m, ecx 175 LOAD_IF_USED 0, 1 ; load eax, ecx back 186 lea ecx, [GLOBAL(bilin_filter_m)] 187 mov g_bilin_filterm, ecx 189 lea ecx, [GLOBAL(pw_8)] 190 mov g_pw_8m, ecx 192 LOAD_IF_USED 0, 1 ; load eax, ecx back
|
D | vp9_variance_impl_sse2.asm | 388 mov dword ptr [rax], ecx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86.h | 98 __asm mov ecx, func2\ 102 __asm mov c, ecx\
|
D | x86_abi_support.asm | 34 %define rcx ecx 50 %elifidn %1,ecx 52 %elifidn %2,ecx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.asm | 138 pextrw ecx, %4, %2 148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 400 DECLARE_REG 0, rcx, ecx, cx, cl 480 DECLARE_REG 3, rcx, ecx, cx, cl 519 DECLARE_REG 1, ecx, ecx, cx, cl, 8
|