Searched defs:ebp (Results 26 - 36 of 36) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_win.cc3885 push ebp
3888 mov ebp, [esp + 12 + 12] // width local
3891 lea ecx, [ebp * 4]
3896 mov ecx, ebp
3902 pop ebp
/external/chromium_org/third_party/libyuv/source/
H A Drow_win.cc3886 push ebp
3889 mov ebp, [esp + 12 + 12] // width local
3892 lea ecx, [ebp * 4]
3897 mov ecx, ebp
3903 pop ebp
/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 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...]
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...]
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc390 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
404 __ lea(ebx, Operand(ebp, eax, times_2, 0));
443 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
474 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
696 __ mov(edx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
995 // use ebp, which points exactly to one pointer size below the previous esp.
996 // (Because creating a new stack frame pushes the previous ebp onto the stack
998 __ mov(esi, Operand(ebp, kSubjectOffset + kPointerSize));
1822 __ mov(vector, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
2019 // ebp
2137 __ mov(Operand::StaticVariable(js_entry_sp), ebp); local
[all...]
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...]
H A Dlithium-codegen-x87.cc214 __ mov(Operand(ebp, offset), edx);
216 __ mov(Operand(ebp, offset), Immediate(kNoAlignmentPadding));
241 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax);
251 __ mov(eax, Operand(ebp, parameter_offset));
294 // Align ebp + 4 to a multiple of 2 * kPointerSize.
295 __ test(ebp, Immediate(kPointerSize));
314 __ sub(Operand(ebp), Immediate(kPointerSize));
319 Operand alignment_loc = MemOperand(ebp, -3 * kPointerSize);
394 __ push(MemOperand(ebp, StandardFrameConstants::kContextOffset));
407 // Push the continuation which was stashed were the ebp shoul
410 __ mov(MemOperand(esp, 4 * kPointerSize), ebp); local
[all...]
/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
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c797 Bit32u edi, esi, ebp, esp; member in struct:__anon30276::__anon30277::__anon30278

Completed in 1982 milliseconds

12