Searched defs:ebp (Results 1 - 25 of 36) sorted by last modified time

12

/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/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/valgrind/main/include/vki/
H A Dvki-arm-linux.h831 long ebp; member in struct:vki_vm86_regs
H A Dvki-x86-linux.h241 unsigned long ebp; member in struct:vki_sigcontext
605 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
843 long ebp; member in struct:vki_vm86_regs
H A Dvki-xen-x86.h37 vki_uint32_t ebp; member in struct:vki_xen_cpu_user_regs
/external/strace/
H A Dsyscall.c702 uint32_t ebp; member in struct:i386_user_regs_struct
1107 i386_regs.ebp = x86_64_regs.rbp;
1881 tcp->u_arg[5] = i386_regs.ebp;
1912 tcp->u_arg[5] = (long)(uint32_t)i386_regs.ebp;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c45 push ebp
46 mov ebp,esp local
97 push ebp
98 mov ebp,esp local
103 mov eax,dword ptr [ebp+10h]
104 mov edi,dword ptr [ebp+8]
108 mov eax,dword ptr [ebp+8]
112 mov dword ptr [ebp-18h],eax
113 mov edx,dword ptr [ebp+0Ch]
116 mov eax,dword ptr [ebp
407 xor ebp,ebp local
[all...]
/external/qemu/target-i386/
H A Dseg_helper.c1159 uint32_t esp_mask, esp, ebp; local
1163 ebp = EBP;
1170 ebp -= 4;
1172 cpu_ldl_data(env, ssp + (ebp & esp_mask)));
1181 ebp -= 2;
1183 cpu_lduw_data(env, ssp + (ebp & esp_mask)));
1194 target_ulong esp, ebp; local
1195 ebp = EBP;
1203 ebp -= 8;
1204 cpu_stq_data(env, esp, cpu_ldq_data(env, ebp));
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c797 Bit32u edi, esi, ebp, esp; member in struct:__anon30276::__anon30277::__anon30278
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c93 long ebp; member in struct:__anon30292
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp199 "pushl %ebp\n"
201 CFI(".cfi_offset %ebp, -8\n")
202 "movl %esp, %ebp\n" // Standard prologue
203 CFI(".cfi_def_cfa_register %ebp\n")
214 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
216 "movl %ebp, (%esp)\n"
218 "movl %ebp, %esp\n" // Restore ESP
231 "popl %ebp\n"
233 CFI(".cfi_restore %ebp\n")
248 "pushl %ebp\
309 mov ebp, esp local
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h95 uint32_t ebp; member in struct:RegisterContext_i386::GPR
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h71 uint32_t ebp; member in struct:RegisterContextDarwin_i386::GPR
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c859 lea ebp, [esi + ebx * 4] local
866 movdqa xmm2, [ebp]
867 movdqa xmm3, [ebp + 16]
868 movdqa xmm4, [ebp + ebx]
869 movdqa xmm5, [ebp + ebx + 16]
872 movdqa xmm4, [ebp + ebx * 2]
873 movdqa xmm5, [ebp + ebx * 2 + 16]
874 movdqa xmm6, [ebp + edx]
876 movdqa xmm6, [ebp + edx + 16]
1239 mov ebp, eb local
1252 sub ebp, 1 local
[all...]
/external/libyuv/files/source/
H A Drotate.cc69 push ebp
81 lea ebp, [eax + 8] local
102 mov eax, ebp
147 pop ebp
164 push ebp
170 mov ebp, [esp + 16 + 24] // dst_stride_b local
243 movhpd qword ptr [ebx + ebp], xmm4
244 lea ebx, [ebx + 2 * ebp]
252 movhpd qword ptr [ebx + ebp], xmm0
253 lea ebx, [ebx + 2 * ebp]
[all...]
H A Drow_win.cc2548 push ebp
2551 mov ebp, [esp + 12 + 12] // width local
2554 lea ecx, [ebp * 4]
2559 mov ecx, ebp
2565 pop ebp
3618 push ebp
3627 mov ebp, dword ptr [eax] // BGRA local
3628 mov esi, ebp
3629 and ebp, 255 local
3632 mov bl, [edi + ebp *
3634 mov ebp, dword ptr [eax] // BGRA local
3636 shr ebp, 16 local
3638 and ebp, 255 local
[all...]
H A Dscale.cc481 push ebp
501 lea ebp, [eax + esi * 4] local
508 movdqa xmm2, [ebp]
509 movdqa xmm3, [ebp + 16]
510 movdqa xmm4, [ebp + esi]
511 movdqa xmm5, [ebp + esi + 16]
514 movdqa xmm4, [ebp + esi * 2]
515 movdqa xmm5, [ebp + esi * 2 + 16]
516 movdqa xmm6, [ebp + edi]
518 movdqa xmm6, [ebp
896 mov ebp, ebx local
897 test ebp, ebp local
910 sub ebp, 1 local
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h23 long ebp; member in struct:pt_regs
H A Dsigcontext.h112 unsigned long ebp; member in struct:sigcontext
H A Dvm86.h71 long ebp; member in struct:vm86_regs
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h12 __u32 ebp; member in struct:v86_regs
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc710 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
724 __ lea(ebx, Operand(ebp, eax, times_2, 0));
763 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
794 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
1016 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
1315 // use ebp, which points exactly to one pointer size below the previous esp.
1316 // (Because creating a new stack frame pushes the previous ebp onto the stack
1318 __ mov(esi, Operand(ebp, kSubjectOffset + kPointerSize));
2136 __ mov(vector, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
2328 // ebp
2446 __ mov(Operand::StaticVariable(js_entry_sp), ebp); local
[all...]
H A Ddisasm-ia32.cc274 ebp = 5, enumerator in enum:disasm::DisassemblerIA32::__anon17306
374 if (rm == ebp) {
385 } else if (base == ebp) {
393 } else if (index != esp && base != ebp) {
1685 "eax", "ecx", "edx", "ebx", "esp", "ebp", "esi", "edi"
H A Dlithium-codegen-ia32.cc245 __ mov(Operand(ebp, offset), edx);
247 __ mov(Operand(ebp, offset), Immediate(kNoAlignmentPadding));
274 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax);
284 __ mov(eax, Operand(ebp, parameter_offset));
328 // Align ebp + 4 to a multiple of 2 * kPointerSize.
329 __ test(ebp, Immediate(kPointerSize));
348 __ sub(Operand(ebp), Immediate(kPointerSize));
353 Operand alignment_loc = MemOperand(ebp, -3 * kPointerSize);
397 __ push(MemOperand(ebp, StandardFrameConstants::kContextOffset));
410 // Push the continuation which was stashed were the ebp shoul
413 __ mov(MemOperand(esp, 4 * kPointerSize), ebp); local
[all...]
H A Dmacro-assembler-ia32.cc877 push(ebp); // Caller's frame pointer.
878 mov(ebp, esp);
893 push(ebp); // Caller's frame pointer.
894 mov(ebp, esp);
902 push(ebp);
903 mov(ebp, esp);
916 cmp(Operand(ebp, StandardFrameConstants::kMarkerOffset),
929 push(ebp);
930 mov(ebp, esp);
940 mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
[all...]

Completed in 799 milliseconds

12