Searched refs:ebx (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/bootstub/ |
D | e820_bios.S | 130 xorl %ebx, %ebx 151 testl %ebx, %ebx /* ebx == 0: done, ebx != 0: continue */ 163 xorl %ebx, %ebx 164 lidtl SAVED_IDTR_ADDR(%ebx) 165 lgdtl SAVED_GDTR_ADDR(%ebx) 166 movl %cr0, %ebx 168 movl %ebx, %cr0 178 movl $__BOOT_DS, %ebx 179 movl %ebx, %ds 180 movl %ebx, %es [all …]
|
D | head.S | 71 movl $__BOOT_DS, %ebx 72 movl %ebx, %ds 73 movl %ebx, %es 74 movl %ebx, %fs 75 movl %ebx, %gs 76 movl %ebx, %ss 85 mov mb_info, %ebx
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
D | scaleopt.c | 143 push ebx in vertical_band_5_4_scale_mmx() 152 mov ebx, dest_width in vertical_band_5_4_scale_mmx() local 212 sub ebx, 4 in vertical_band_5_4_scale_mmx() 216 pop ebx in vertical_band_5_4_scale_mmx() 326 push ebx in vertical_band_5_3_scale_mmx() 338 mov ebx, dest_width; in vertical_band_5_3_scale_mmx() local 385 sub ebx, 4 in vertical_band_5_3_scale_mmx() 388 pop ebx in vertical_band_5_3_scale_mmx()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 750 mov ebx, [esp + 32 + 8] // src_stride in ScaleRowDown4Int_SSE2() 755 lea edx, [ebx + ebx * 2] // src_stride * 3 in ScaleRowDown4Int_SSE2() 760 movdqa xmm2, [esi + ebx] in ScaleRowDown4Int_SSE2() 761 movdqa xmm3, [esi + ebx + 16] in ScaleRowDown4Int_SSE2() 764 movdqa xmm2, [esi + ebx * 2] in ScaleRowDown4Int_SSE2() 765 movdqa xmm3, [esi + ebx * 2 + 16] in ScaleRowDown4Int_SSE2() 842 mov ebx, [esp + 32 + 8] // src_stride in ScaleRowDown8Int_SSE2() 845 lea edx, [ebx + ebx * 2] // src_stride * 3 in ScaleRowDown8Int_SSE2() 851 movdqa xmm2, [esi + ebx] in ScaleRowDown8Int_SSE2() 852 movdqa xmm3, [esi + ebx + 16] in ScaleRowDown8Int_SSE2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 33 %define rbx ebx 46 %elifidn %1,ebx 48 %elifidn %2,ebx
|
D | x86.h | 101 __asm mov b, ebx\
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 409 DECLARE_REG 9, rbx, ebx, bx, bl, 80 486 DECLARE_REG 9, rbx, ebx, bx, bl, 32 521 DECLARE_REG 3, ebx, ebx, bx, bl, 16
|