/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | match.S | 101 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 D | padlock.c | 52 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 D | inffas32.asm | 166 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 D | match686.asm | 44 ; 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 D | SDL_stdlib.c | 582 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 D | inffast.S | 231 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 D | inffas86.c | 806 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 D | gvmat64.S | 222 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 D | SDL_imageFilter.c | 133 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 D | gchelper_generic.c | 77 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 D | amd64-match.S | 16 #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 D | ax_gcc_x86_cpuid.m4 | 16 # 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 D | bn_mul.h | 765 __asm mov ebx, b 769 __asm mul ebx \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffasx64.asm | 54 mov ebx, [rsp+88] ; /* ebx = bits */ 370 mov [rsp+88], ebx ; /* bits */
|
A D | gvmat64.asm | 75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx 95 ; scanend ebx
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 248 __asm mov b, ebx \
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 3091 * Fixed the "PIC register ebx clobbered in asm" bug
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 1222 Save the ebx register in pnggccrd.c (Sami Farin)
|