Searched refs:ebp (Results 151 - 175 of 245) sorted by relevance

12345678910

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delfcore.h79 #define BP ebp
82 uint32_t ebx, ecx, edx, esi, edi, ebp, eax;
128 "push %%ebp\n" \
135 "mov %%ebp,20(%%eax)\n" \
160 "pop %%ebp\n" \
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delfcore.h79 #define BP ebp
82 uint32_t ebx, ecx, edx, esi, edi, ebp, eax;
128 "push %%ebp\n" \
135 "mov %%ebp,20(%%eax)\n" \
160 "pop %%ebp\n" \
/external/chromium_org/v8/src/ia32/
H A Ddebug-ia32.cc301 // We do not know our frame height, but set esp based on ebp.
302 __ lea(esp, Operand(ebp, -1 * kPointerSize));
305 __ pop(ebp);
H A Ddeoptimizer-ia32.cc178 // spilled. Registers ebp and esp are set to the correct values though.
184 input_->SetRegister(ebp.code(), reinterpret_cast<intptr_t>(frame->fp()));
258 __ sub(edx, ebp);
263 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
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...]
/external/chromium_org/v8/src/x87/
H A Ddebug-x87.cc301 // We do not know our frame height, but set esp based on ebp.
302 __ lea(esp, Operand(ebp, -1 * kPointerSize));
305 __ pop(ebp);
H A Dcodegen-x87.cc287 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
327 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
396 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
448 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
564 patcher.masm()->push(ebp);
565 patcher.masm()->mov(ebp, esp);
H A Dmacro-assembler-x87.cc846 push(ebp); // Caller's frame pointer.
847 mov(ebp, esp);
862 push(ebp); // Caller's frame pointer.
863 mov(ebp, esp);
871 push(ebp);
872 mov(ebp, esp);
885 cmp(Operand(ebp, StandardFrameConstants::kMarkerOffset),
898 push(ebp);
899 mov(ebp, esp);
909 mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
[all...]
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S86 mov %al, text_buf(%ebp) # store also to text_buf[r]
87 inc %ebp # r++
110 pop %ebp # get out_buffer and keep in bp
111 mov %ebp,%ecx # move out_buffer to ecx
131 mov %ebp,%edi # point %edi to out_buffer
151 mov %ebp,%ecx # move out_buffer to ecx
237 mov %ebp,%edi # move output buffer to edi
344 mov %ebp,%ecx # point ecx to out_buffer
353 mov %ebp,%edi # point to output_buffer
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S54 mov $(N-F), %ebp # R
95 inc %ebp # r++
119 mov %ebp,%ecx # move out_buffer to ecx
139 mov %ebp,%edi # point %edi to out_buffer
159 mov %ebp,%ecx # move out_buffer to ecx
242 mov %ebp,%edi # move output buffer to edi
346 mov %ebp,%ecx # point ecx to out_buffer
355 mov %ebp,%edi # point to output_buffer
/external/valgrind/main/coregrind/
H A Dm_libcassert.c53 { UInt eip, esp, ebp; \
58 "movl %%ebp, %2;" \
59 : "=r" (eip), "=r" (esp), "=r" (ebp) \
65 (srP)->misc.X86.r_ebp = ebp; \
/external/valgrind/main/include/vki/
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
/external/libyuv/files/source/
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/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dread_rgba_span_x86.S184 pushl %ebp
199 movl %esp, %ebp
296 movl %ebp, %esp
329 popl %ebp
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp166 UPDATE_I386_GPR_INFO(ebp, rbp);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h71 uint32_t ebp; member in struct:RegisterContextDarwin_i386::GPR
/external/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S184 pushl %ebp
199 movl %esp, %ebp
296 movl %ebp, %esp
329 popl %ebp
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm272 mov ebp, strstart
291 sub ebp, eax
295 cmovng ebp,edi
324 cmp r8d, ebp
337 cmp r8d, ebp
350 cmp r8d, ebp
380 ;;; ebp = limit
386 cmp r8d, ebp
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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dx86id.asm6294 push ebp
6295 mov ebp, esp
6300 mov edx, DWORD [ebp+8]
6305 mov DWORD [ebp-60], eax
6306 mov edi, DWORD [ebp+32]
6307 mov DWORD [ebp-56], edi
6308 mov eax, DWORD [ebp+16]
6319 mov edx, DWORD [ebp+20]
6324 push DWORD [ebp+32]
6333 push DWORD [ebp
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-x86id.asm6294 push ebp
6295 mov ebp, esp
6300 mov edx, DWORD [ebp+8]
6305 mov DWORD [ebp-60], eax
6306 mov edi, DWORD [ebp+32]
6307 mov DWORD [ebp-56], edi
6308 mov eax, DWORD [ebp+16]
6319 mov edx, DWORD [ebp+20]
6324 push DWORD [ebp+32]
6333 push DWORD [ebp
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86_abi_support.asm39 %define rbp ebp
70 %elifidn %1,ebp
72 %elifidn %2,ebp
141 %define arg(x) [ebp+8+4*x]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm102 cvttss2si ebp, [0] ; F3 0F 2C 2D 00 00 00 00
/external/chromium_org/tools/traceline/traceline/
H A Dstubs.asm64 mov eax, [ebp+8]
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm39 %define rbp ebp
70 %elifidn %1,ebp
72 %elifidn %2,ebp
141 %define arg(x) [ebp+8+4*x]

Completed in 818 milliseconds

12345678910