Searched refs:ebp (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Dhello.s8 pushl %ebp
9 movl %esp, %ebp
14 movl $0, -4(%ebp)
19 movl $0, -4(%ebp)
20 movl -4(%ebp), %eax
22 popl %ebp
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dhello.s8 pushl %ebp
9 movl %esp, %ebp
14 movl $0, -4(%ebp)
19 movl $0, -4(%ebp)
20 movl -4(%ebp), %eax
22 popl %ebp
/external/llvm/test/MC/ELF/
H A Dstrtab-suffix-opt.s8 pushl %ebp
9 movl %esp, %ebp
14 popl %ebp
/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s48 pushl %ebp
49 movl %esp,%ebp
51 movl 0x00000000(%ebp),%eax
52 movl %eax,0xfffffffc(%ebp)
53 movl 0xfffffffc(%ebp),%eax
59 pushl %ebp
60 movl %esp,%ebp
62 movl 0x00000004(%ebp),%eax
63 movl %eax,0xfffffffc(%ebp)
64 movl 0xfffffffc(%ebp),
[all...]
/external/syslinux/gpxe/src/arch/i386/core/
H A Dvirtaddr.S32 pushl %ebp
35 movl virt_offset, %ebp
36 addl %ebp, 12(%esp)
40 leal 1f(%ebp), %eax
51 addl %ebp, %esp
54 popl %ebp
79 pushl %ebp
92 movl virt_offset, %ebp
94 subl %ebp, %esp
97 subl %ebp, 1
[all...]
/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/boringssl/linux-x86/crypto/fipsmodule/
H A Dsha1-586.S9 pushl %ebp
15 popl %ebp
16 leal OPENSSL_ia32cap_P-.L000pic_point(%ebp),%esi
17 leal .LK_XX_XX-.L000pic_point(%ebp),%ebp
33 movl 20(%esp),%ebp
40 movl 16(%ebp),%edi
93 movl (%ebp),%eax
94 movl 4(%ebp),%ebx
95 movl 8(%ebp),
[all...]
H A Dmd5-586.S14 pushl %ebp
28 movl (%esi),%ebp
32 leal 3614090360(%eax,%ebp,1),%eax
37 movl 4(%esi),%ebp
42 leal 3905402710(%edx,%ebp,1),%edx
47 movl 8(%esi),%ebp
52 leal 606105819(%ecx,%ebp,1),%ecx
57 movl 12(%esi),%ebp
62 leal 3250441966(%ebx,%ebp,1),%ebx
67 movl 16(%esi),%ebp
[all...]
H A Dx86-mont.S9 pushl %ebp
21 leal -32(%esp,%edi,4),%ebp
23 movl %ebp,%eax
26 subl %eax,%ebp
27 xorl %ebp,%edx
30 subl %edx,%ebp
31 andl $-64,%ebp
33 subl %ebp,%eax
36 leal (%ebp,%eax,1),%esp
38 cmpl %ebp,
[all...]
H A Daes-586.S16 movl -128(%ebp),%edi
17 movl -96(%ebp),%esi
18 movl -64(%ebp),%edi
19 movl -32(%ebp),%esi
20 movl (%ebp),%edi
21 movl 32(%ebp),%esi
22 movl 64(%ebp),%edi
23 movl 96(%ebp),%esi
28 movzbl -128(%ebp,%esi,1),%esi
30 movzbl -128(%ebp,
[all...]
/external/boringssl/mac-x86/crypto/fipsmodule/
H A Dsha1-586.S8 pushl %ebp
14 popl %ebp
15 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L000pic_point(%ebp),%esi
16 leal LK_XX_XX-L000pic_point(%ebp),%ebp
32 movl 20(%esp),%ebp
39 movl 16(%ebp),%edi
92 movl (%ebp),%eax
93 movl 4(%ebp),%ebx
94 movl 8(%ebp),
[all...]
H A Dmd5-586.S13 pushl %ebp
27 movl (%esi),%ebp
31 leal 3614090360(%eax,%ebp,1),%eax
36 movl 4(%esi),%ebp
41 leal 3905402710(%edx,%ebp,1),%edx
46 movl 8(%esi),%ebp
51 leal 606105819(%ecx,%ebp,1),%ecx
56 movl 12(%esi),%ebp
61 leal 3250441966(%ebx,%ebp,1),%ebx
66 movl 16(%esi),%ebp
[all...]
H A Dx86-mont.S8 pushl %ebp
20 leal -32(%esp,%edi,4),%ebp
22 movl %ebp,%eax
25 subl %eax,%ebp
26 xorl %ebp,%edx
29 subl %edx,%ebp
30 andl $-64,%ebp
32 subl %ebp,%eax
35 leal (%ebp,%eax,1),%esp
37 cmpl %ebp,
[all...]
H A Daes-586.S15 movl -128(%ebp),%edi
16 movl -96(%ebp),%esi
17 movl -64(%ebp),%edi
18 movl -32(%ebp),%esi
19 movl (%ebp),%edi
20 movl 32(%ebp),%esi
21 movl 64(%ebp),%edi
22 movl 96(%ebp),%esi
27 movzbl -128(%ebp,%esi,1),%esi
29 movzbl -128(%ebp,
[all...]
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_cfi.s9 # CHECK: movl %ebp, %ebx
22 pushl %ebp
24 .cfi_offset %ebp, -8
25 movl %esp, %ebp
26 .cfi_def_cfa_register %ebp
27 movl 8(%ebp), %eax
28 popl %ebp
46 pushl %ebp
47 .cfi_offset %ebp, 0
48 movl %esp, %ebp
[all...]
/external/boringssl/win-x86/crypto/fipsmodule/
H A Dsha1-586.asm22 push ebp
28 pop ebp
30 lea ebp,[(L$K_XX_XX-L$000pic_point)+ebp]
46 mov ebp,DWORD [20+esp]
53 mov edi,DWORD [16+ebp]
106 mov eax,DWORD [ebp]
107 mov ebx,DWORD [4+ebp]
108 mov ecx,DWORD [8+ebp]
109 mov edx,DWORD [12+ebp]
[all...]
H A Dmd5-586.asm26 push ebp
40 mov ebp,DWORD [esi]
44 lea eax,[3614090360+ebp*1+eax]
49 mov ebp,DWORD [4+esi]
54 lea edx,[3905402710+ebp*1+edx]
59 mov ebp,DWORD [8+esi]
64 lea ecx,[606105819+ebp*1+ecx]
69 mov ebp,DWORD [12+esi]
74 lea ebx,[3250441966+ebp*1+ebx]
79 mov ebp,DWOR
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dtrivial.S7 pushl %ebp
8 movl %esp,%ebp
10 movl 12(%ebp),%eax # eax <- systab
17 movl -4(%ebp),%ebx # restore ebx
23 pushl %ebp
24 movl %esp,%ebp
30 movl 12(%ebp),%eax # eax <- systab
35 movl -4(%ebp),%ebx
/external/v8/src/ia32/
H A Dframes-ia32.cc17 Register JavaScriptFrame::fp_register() { return ebp; }
25 Register StubFailureTrampolineFrame::fp_register() { return ebp; }
/external/v8/src/x87/
H A Dframes-x87.cc17 Register JavaScriptFrame::fp_register() { return ebp; }
25 Register StubFailureTrampolineFrame::fp_register() { return ebp; }
/external/valgrind/coregrind/
H A Dm_cpuid.S40 pushl %ebp
41 movl %esp, %ebp
57 movl %ebp, %esp
58 popl %ebp
76 pushl %ebp
77 movl %esp, %ebp
83 movl 8(%ebp), %eax
84 movl 12(%ebp), %ecx
86 movl 16(%ebp), %esi
91 movl 20(%ebp),
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-x86-solaris.S43 Int syscallno, // %ebp+8
44 void *guest_state, // %ebp+12
45 const vki_sigset_t *sysmask, // %ebp+16
46 const vki_sigset_t *postmask, // %ebp+20
47 UChar *cflag) // %ebp+24
52 pushl %ebp
53 movl %esp, %ebp
56 /* We'll use %ebx instead of %ebp to address the stack frame after the
57 door syscall is finished because %ebp is cleared by the syscall. */
58 movl %esp, %ebx /* %ebx = %ebp
[all...]
/external/valgrind/memcheck/tests/x86/
H A Dtronical.S63 pushl %ebp
66 movl %esp, %ebp
67 popl %ebp
76 pushl %ebp
77 movl %esp, %ebp
93 pushl %ebp
94 movl %esp, %ebp
/external/boringssl/linux-x86_64/crypto/fipsmodule/
H A Dsha1-x86_64.S51 movl 4(%r9),%ebp
55 bswapl %ebp
66 movl %ebp,4(%rsp)
90 movl 16(%r9),%ebp
94 bswapl %ebp
105 movl %ebp,16(%rsp)
129 movl 28(%r9),%ebp
133 bswapl %ebp
144 movl %ebp,28(%rsp)
168 movl 40(%r9),%ebp
[all...]
/external/boringssl/mac-x86_64/crypto/fipsmodule/
H A Dsha1-x86_64.S50 movl 4(%r9),%ebp
54 bswapl %ebp
65 movl %ebp,4(%rsp)
89 movl 16(%r9),%ebp
93 bswapl %ebp
104 movl %ebp,16(%rsp)
128 movl 28(%r9),%ebp
132 bswapl %ebp
143 movl %ebp,28(%rsp)
167 movl 40(%r9),%ebp
[all...]

Completed in 5946 milliseconds

1234567891011>>