Searched refs:ebp (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffas86.c | 801 mov [eax+4], ebp 807 mov ebp, [esp+32] /* ebp = lcode */ 898 mov ebp, eax /* dist = this */ 936 cmp eax, ebp 952 mov ebp, [esp+32] /* ebp = lcode */ 958 mov ebp, [esp+32] /* ebp = lcode */ 979 mov ebp, [esp+32] /* ebp = lcode */ 1006 add eax, ebp /* eax += dist */ 1018 cmp eax, ebp 1087 mov ebp, [esp+32] /* ebp = lcode */ [all …]
|
A D | inffast.S | 230 pushl %ebp 257 movl start_sp(%esp), %ebp 269 movl %ebp, beg(%esp) 347 orl %eax, %ebp 420 #define hold_r %ebp 882 #define bitslong_r %ebp 884 movd %ebp, hold_mm 1246 movl %ebp, %ebx 1304 movd hold_mm, %ebp 1312 andl %ebx, %ebp [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 165 push ebp 196 sub ebp,ecx 197 neg ebp 264 or ebp,eax 331 or ebp,eax 348 shr ebp,cl 390 or ebp,eax 399 shr ebp,cl 416 or ebp,eax 430 shr ebp,cl [all …]
|
A D | match686.asm | 44 ; 5 dword on top (ret,ebp,esi,edi,ebx) 135 ; saved ebp byte esp + 48 203 push ebp
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | match.S | 94 pushl %ebp 96 .cfi_offset ebp, -8 152 movl dsStrStart(%edx), %ebp 153 lea (%esi,%ebp), %edi 169 subl %eax, %ebp 171 xorl %ebp, %ebp 224 cmpl %ebp, %ecx 354 popl %ebp
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/ |
A D | gvmat64.S | 253 mov ebp, strstart 272 sub ebp, eax 276 cmovng ebp,edi 307 cmp r8d, ebp 327 cmp r8d, ebp 346 cmp r8d, ebp 388 cmp r8d, ebp
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | gchelper_generic.c | 80 register long ebp asm ("ebp"); in gc_helper_get_regs() 91 asm ("" : "=r" (ebp)); in gc_helper_get_regs() 96 arr[3] = ebp; in gc_helper_get_regs()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 515 push ebp in _ftol() 516 mov ebp,esp in _ftol() 897 push ebp in _alldvrm() 899 xor ebp,ebp in _alldvrm() 904 inc ebp in _alldvrm() 974 dec ebp in _alldvrm() 991 pop ebp in _alldvrm()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffas8664.c | 85 /* 8 4 */ void *ebp; /* ebp save */ member
|
Completed in 32 milliseconds