Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/
A Dmatch.S101 pushl %ebx
122 cmpl %ebx, %eax
126 shrl $2, %ebx
134 decl %ebx
135 shll $16, %ebx
136 orl %eax, %ebx
143 cmpl %eax, %ebx
145 movl %eax, %ebx
229 cmpl %ebx, %eax
299 cmpl %ebx, %eax
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Dpadlock.c52 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local
67 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()
68 : "m" (ebx) in mbedtls_padlock_has_support()
85 int ebx = 0; in mbedtls_padlock_xcryptecb() local
108 : "=m" (ebx) in mbedtls_padlock_xcryptecb()
109 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
127 int ebx = 0; in mbedtls_padlock_xcryptcbc() local
158 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()
159 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dinffas32.asm166 push ebx
198 add ebp,ebx
201 add ecx,ebx
261 mov ecx,ebx
262 add ebx,8
276 push ebx
316 pop ebx
779 cmp ebx,1
1004 mov ebx,1
1006 dec ebx
[all …]
A Dmatch686.asm44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
132 ; saved ebx byte esp + 36
206 push ebx
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c582 push ebx in _allmul()
591 pop ebx in _allmul()
605 push ebx in _alldiv()
650 or ebx,ebx in _alldiv()
677 pop ebx in _alldiv()
691 push ebx in _aulldiv()
717 div ebx in _aulldiv()
796 or ebx,ebx in _allrem()
950 or ebx,ebx in _alldvrm()
970 xor ebx,ebx in _alldvrm()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/
A Dinffast.S231 pushl %ebx
345 addl $8, %ebx
370 pushl %ebx
410 popl %ebx
422 #define bitslong_r %ebx
981 #define dist_r %ebx
1290 movl $1, %ebx
1292 decl %ebx
1315 #define last_r %ebx
1333 #define end_r %ebx
[all …]
A Dinffas86.c806 mov ebx, [esp+44] /* ebx = bits */
1116 mov [esp+44], ebx /* save bits */
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/
A Dgvmat64.S222 mov ebx, max_chain_length
225 shr ebx, 2
233 dec ebx
234 shl ebx, 16
235 or ebx, eax
243 mov [chainlenwmask], ebx
290 movzx ebx, word ptr [r9 + r11 - 1]
528 movzx ebx, word ptr [r9 + rax - 1]
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_imageFilter.c133 add ebx, 8 /* register pointers by 8 */ in SDL_imageFilterAddMMX()
1349 por mm1, [ebx] /* mm1=Src1|Src2 */ in SDL_imageFilterBitOrMMX()
3995 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel3x3Divide()
4185 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel5x5Divide()
4488 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel7x7Divide()
4845 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel9x9Divide()
5393 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel3x3ShiftRight()
5570 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel5x5ShiftRight()
5871 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel7x7ShiftRight()
6234 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel9x9ShiftRight()
[all …]
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dgchelper_generic.c77 register long ebx asm ("ebx"); in gc_helper_get_regs()
88 asm ("" : "=r" (ebx)); in gc_helper_get_regs()
93 arr[0] = ebx; in gc_helper_get_regs()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/
A Damd64-match.S16 #define scanend ebx
165 movl dsGoodMatch, %ebx
166 cmpl %ebx, %eax
185 movl dsLookahead, %ebx
186 cmpl %eax, %ebx
188 movl %eax, %ebx
189 LookaheadLess: movl %ebx, %nicematch
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_x86_cpuid.m416 # On output, the values of the eax, ebx, ecx, and edx registers are stored
17 # as hexadecimal strings as "eax:ebx:ecx:edx" in the cache variable
65 int op = $1, eax, ebx, ecx, edx;
68 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
71 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dbn_mul.h765 __asm mov ebx, b
769 __asm mul ebx \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffasx64.asm54 mov ebx, [rsp+88] ; /* ebx = bits */
370 mov [rsp+88], ebx ; /* bits */
A Dgvmat64.asm75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
95 ; scanend ebx
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c248 __asm mov b, ebx \
/AliOS-Things-master/components/mbedtls/
A DChangeLog3091 * Fixed the "PIC register ebx clobbered in asm" bug
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES1222 Save the ebx register in pnggccrd.c (Sami Farin)

Completed in 45 milliseconds