Searched defs:ebp (Results 1 - 25 of 42) sorted by relevance

12

/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dwin32.c49 push ebp
50 mov ebp, esp local
57 mov ecx, [ebp+16]
63 push [ebp + 12] // ecif
65 call [ebp + 8] // prepfunc
71 call [ebp + 28]
74 mov ecx, [ebp + 12]
81 mov ecx, [ebp + 16]
89 mov ecx, [ebp + 20]
96 cmp DWORD PTR [ebp
[all...]
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dwin32.c49 push ebp
50 mov ebp, esp local
57 mov ecx, [ebp+16]
63 push [ebp + 12] // ecif
65 call [ebp + 8] // prepfunc
71 call [ebp + 28]
74 mov ecx, [ebp + 12]
81 mov ecx, [ebp + 16]
89 mov ecx, [ebp + 20]
96 cmp DWORD PTR [ebp
[all...]
/external/syslinux/com32/include/syslinux/
H A Dbootpm.h46 uint32_t ebp; /* Offset 20 */ member in struct:syslinux_pm_regs
H A Dbootrm.h59 reg32_t ebp; /* Offset 32 */ member in struct:syslinux_rm_regs
/external/syslinux/gpxe/src/arch/i386/include/
H A Dsetjmp.h14 uint32_t ebp; member in struct:__anon24467
H A Dcomboot.h52 com32_reg32_t ebp; /* Offset 16 */ member in struct:__anon24442
68 uint32_t ebp; /* Offset 20 */ member in struct:__anon24443
88 uint32_t ebp; /* Offset 32 */ member in struct:__anon24444
H A Dregisters.h39 * %edx, %esi, %edi, %ebp or %esp.
73 uint32_t ebp; member in union:i386_regs::__anon24457
/external/syslinux/com32/samples/
H A Dentrydump.c27 uint32_t edi, esi, ebp, esp; member in struct:stack_frame
61 sf->esp + 4, sf->ebp, sf->esi, sf->edi,
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c85 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h24 long ebp; member in struct:pt_regs
H A Dvm86.h72 long ebp; member in struct:vm86_regs
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_win.cc28 push ebp
40 lea ebp, [eax + 8] local
61 mov eax, ebp
106 pop ebp
122 push ebp
128 mov ebp, [esp + 16 + 24] // dst_stride_b local
201 movhpd qword ptr [ebx + ebp], xmm4
202 lea ebx, [ebx + 2 * ebp]
210 movhpd qword ptr [ebx + ebp], xmm0
211 lea ebx, [ebx + 2 * ebp]
[all...]
/external/libyuv/files/source/
H A Drotate_win.cc30 push ebp
42 lea ebp, [eax + 8] local
63 mov eax, ebp
108 pop ebp
126 push ebp
132 mov ebp, [esp + 16 + 24] // dst_stride_b local
206 movhpd qword ptr [ebx + ebp], xmm4
207 lea ebx, [ebx + 2 * ebp]
215 movhpd qword ptr [ebx + ebp], xmm0
216 lea ebx, [ebx + 2 * ebp]
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c115 unsigned long ebp = _Unwind_GetGR(ctx, 5); local
120 esi == 4 && edi == 5 && ebp == 6;
126 eax, ebx, ecx, edx, esi, edi, ebp);
/external/strace/linux/x86_64/
H A Darch_regs.c13 uint32_t ebp; member in struct:i386_user_regs_struct
/external/syslinux/core/include/
H A Dthread.h29 uint32_t edi, esi, ebp, ebx; member in struct:thread_stack
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c80 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
474 " movl %%ebp, 4(%%eax)\n"
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
571 " movl %%eax, %%ebp\n" /* dist = this */
572 " shrl $16, %%ebp\
807 mov ebp, [esp+32] /* ebp = lcode */ local
898 mov ebp, eax /* dist = this */ local
899 shr ebp, 16 /* dist = this.val */ local
929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ local
952 mov ebp, [esp+32] /* ebp = lcode */ local
958 mov ebp, [esp+32] /* ebp = lcode */ local
963 cmp ebp, 1 /* if dist 1, is a memset */ local
979 mov ebp, [esp+32] /* ebp = lcode */ local
1087 mov ebp, [esp+32] /* ebp = lcode */ local
1118 mov ebp, [esp+4] /* restore esp, ebp */ local
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_x86.h127 uint32_t ebp; member in struct:__anon7479
/external/google-breakpad/src/processor/
H A Dstackwalker_selftest.cc145 // GetEBP returns the current value of the %ebp register. Because it's
146 // implemented as a function, %ebp itself contains GetEBP's frame pointer
147 // and not the caller's frame pointer. Dereference %ebp to obtain the
154 uint32_t ebp; local
156 "movl (%%ebp), %0"
157 : "=a" (ebp)
159 return ebp;
163 // The caller's %esp is 8 higher than the value of %ebp in this function,
166 // the caller's %esp, and this function's prolog will save the caller's %ebp
167 // on the stack as well, for another 4 bytes, before storing %esp in %ebp
170 uint32_t ebp; local
[all...]
H A Dstackwalker_x86.cc71 { "$ebp", NULL, true,
72 StackFrameX86::CONTEXT_VALID_EBP, &MDRawContextX86::ebp },
203 // Set up the dictionary for the PostfixEvaluator. %ebp and %esp are used
208 dictionary["$ebp"] = last_frame->context.ebp;
282 // value of %ebp can be recovered from a location in its stack frame,
285 // Functions that fall into this category use the %ebp register for
287 // %ebp before returning. These functions create their stack frame
297 // saved return address. The saved value of %ebp to be restored for
305 // least, save %ebp
443 uint32_t ebp = dictionary["$ebp"]; local
[all...]
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h13 __u32 ebp; member in struct:v86_regs
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86JITInfo.cpp198 "pushl %ebp\n"
200 CFI(".cfi_offset %ebp, -8\n")
201 "movl %esp, %ebp\n" // Standard prologue
202 CFI(".cfi_def_cfa_register %ebp\n")
213 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
215 "movl %ebp, (%esp)\n"
217 "movl %ebp, %esp\n" // Restore ESP
230 "popl %ebp\n"
232 CFI(".cfi_restore %ebp\n")
247 "pushl %ebp\
308 mov ebp, esp local
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp214 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp); local
216 _push(ebp);
217 _mov(ebp, esp);
218 // Keep ebp live for late-stage liveness analysis (e.g. asm-verbose mode).
219 Context.insert<InstFakeUse>(ebp);
224 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp); local
226 // use of esp before the assignment of esp=ebp keeps previous esp
229 _mov(esp, ebp);
230 _pop(ebp);
/external/syslinux/com32/include/
H A Dcom32.h66 reg32_t ebp; /* Offset 16 */ member in struct:__anon23675
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc210 __ mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
223 __ sub(edx, ebp);
230 __ mov(edi, Operand(ebp, CommonFrameConstants::kContextOrFrameTypeOffset));
232 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));

Completed in 1161 milliseconds

12