/external/syslinux/core/ |
pm.inc | 31 ; EAX = EBP in the called function points to the stack frame 59 call [ebp+4*2+9*4+2] ; Entrypoint on RM stack 77 ; EAX = EBP = on exit, points to the RM stack as a 32-bit value 94 movzx ebp,sp 96 add ebp,eax ; EBP -> top of real-mode stack 127 mov eax,ebp ; EAX -> top of real-mode stack 136 ; EBP reserved
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
setjmp_ia32.S | 69 movl %ebp, 12(%ecx) /* save frame pointer of caller */ 82 movl 12(%ecx), %ebp
|
/external/syslinux/gpxe/src/arch/i386/include/ |
registers.h | 39 * %edx, %esi, %edi, %ebp or %esp. 73 uint32_t ebp; member in union:i386_regs::__anon37778
|
/external/v8/src/debug/ia32/ |
debug-ia32.cc | 119 __ mov(ebp, ebx); 120 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
|
/external/valgrind/none/tests/x86-linux/ |
sigcontext.c | 62 //"movl $0x11111111, %%ebp\n" 77 //"movl $0x11111111, %%ebp\n"
|
/external/zlib/src/contrib/gcc_gvmat64/ |
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
381 ;;; ebp = limit
388 cmp r8d, ebp
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 272 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
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_386.go | 21 print("ebp ", hex(c.ebp()), "\n")
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_386.go | 21 print("ebp ", hex(c.ebp()), "\n")
|
/toolchain/binutils/binutils-2.27/zlib/contrib/gcc_gvmat64/ |
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
381 ;;; ebp = limit
388 cmp r8d, ebp
|
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/ |
gvmat64.asm | 272 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
|
/art/runtime/interpreter/mterp/x86/ |
entry.S | 38 PUSH %ebp
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
ptrace-abi.h | 27 #define EBP 5
|
vm86.h | 50 long ebp; member in struct:vm86_regs
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
IpfThunk.h | 71 UINT32 Ebp; // 20
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
SetJump.c | 67 mov [edx + 12], ebp
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/ |
xen-x86_32.h | 32 * Input: %ebx, %ecx, %edx, %esi, %edi, %ebp (arguments 1-6)
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmmProfileArch.h | 50 UINT32 Ebp;
|
/external/elfutils/backends/ |
i386_cfi.c | 45 DW_CFA_same_value, ULEB128_7 (5), /* %ebp */
|
i386_syscall.c | 48 args[5] = 5; /* %ebp */
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
ptrace-abi.h | 12 #define EBP 5
|
/external/libunwind/src/x86/ |
unwind_i.h | 41 #define EBP 5
|
/external/llvm/include/llvm/Support/ |
Solaris.h | 40 #undef EBP
|
/external/llvm/test/CodeGen/X86/ |
catchret-fallthrough.ll | 41 ; CHECK: addl $12, %ebp
|
sibcall-2.ll | 4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
|