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

1234

/macosx-10.10/Libc-1044.1.2/i386/gen/
H A Dmcount.s28 pushl %ebp // setup mcount's frame
29 movl %esp,%ebp
31 movl (%ebp),%eax // load the frame pointer of mcount's caller
33 pushl 4(%ebp) // push the selfpc parameter for moncount()
37 movl %ebp,%esp // tear down mcount's frame
38 popl %ebp
/macosx-10.10/dtrace-147/test/tst/i386/pid/
H A Dtst.branch.s32 pushl %ebp
33 movl %esp, %ebp
34 movl 8(%ebp), %eax
36 popl %ebp
41 pushl %ebp
42 movl %esp, %ebp
44 movl $0x0, -4(%ebp)
47 leal -4(%ebp), %eax
68 popl %ebp
H A Dtst.embedded.s32 pushl %ebp
33 movl %esp, %ebp
34 movl 8(%ebp), %eax
36 popl %ebp
41 pushl %ebp
42 movl %esp, %ebp
44 movl $0x0, -4(%ebp)
46 leal -4(%ebp), %eax
63 popl %ebp
H A Dtst.retlist.s37 pushl %ebp
38 movl %esp, %ebp
39 movl 8(%ebp), %eax
41 popl %ebp
H A Dtst.ret.s61 pushl %ebp
62 movl %esp, %ebp
63 movl 8(%ebp), %eax
65 movl %ebp, %esp
66 popl %ebp
71 pushl %ebp
72 movl %esp, %ebp
74 movl $0x0, -4(%ebp)
77 leal -4(%ebp), %eax
102 movl %ebp,
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dheim-sym.i386.s7 pushl %ebp
8 movl %esp, %ebp
12 movl %ebp, %esp
13 popl %ebp
24 pushl %ebp
25 movl %esp, %ebp
29 movl %ebp, %esp
30 popl %ebp
41 pushl %ebp
42 movl %esp, %ebp
[all...]
H A Dheim-proxy.i386.s7 pushl %ebp
8 movl %esp, %ebp
12 movl %ebp, %esp
13 popl %ebp
24 pushl %ebp
25 movl %esp, %ebp
29 movl %ebp, %esp
30 popl %ebp
41 pushl %ebp
42 movl %esp, %ebp
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_i486.s57 pushl %ebp
59 movl %esp,%ebp
67 movl ARG_PROD_VECTOR(%ebp),%esi
70 /* 0 --> candDex in 0xf0(%ebp) */
74 movl ARG_CAND_VECTOR(%ebp),%ecx
77 movl $0, LOC_CAND_DEX(%ebp)
80 cmpl %ebx,ARG_CAND_LENGTH(%ebp)
93 movl ARG_PLIER_DIGIT(%ebp),%edx
123 incl LOC_CAND_DEX(%ebp)
126 movl ARG_CAND_LENGTH(%ebp),
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_i486.s57 pushl %ebp
59 movl %esp,%ebp
67 movl ARG_PROD_VECTOR(%ebp),%esi
70 /* 0 --> candDex in 0xf0(%ebp) */
74 movl ARG_CAND_VECTOR(%ebp),%ecx
77 movl $0, LOC_CAND_DEX(%ebp)
80 cmpl %ebx,ARG_CAND_LENGTH(%ebp)
93 movl ARG_PLIER_DIGIT(%ebp),%edx
123 incl LOC_CAND_DEX(%ebp)
126 movl ARG_CAND_LENGTH(%ebp),
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dmach_approximate_time.s38 pushl %ebp // push a frame
39 movl %esp, %ebp
55 popl %ebp
59 popl %ebp
H A Dmach_absolute_time.s52 pushl %ebp
53 movl %esp,%ebp
96 popl %ebp
H A D__commpage_gettimeofday.s40 push %ebp
41 mov %esp,%ebp
67 mov 8(%ebp),%ecx
74 pop %ebp
/macosx-10.10/xnu-2782.1.97/tools/tests/jitter/
H A Dcpu_number.s20 push %ebp
21 mov %esp,%ebp
28 mov %ebp,%esp
29 pop %ebp
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-darwin.S54 pushl %ebp
56 movl %esp,%ebp
61 movl 16(%ebp),%ecx
70 pushl 12(%ebp)
72 call *8(%ebp)
81 call *28(%ebp)
84 movl 16(%ebp),%ecx
89 movl 20(%ebp),%ecx
93 cmpl $0,24(%ebp)
108 movl 24(%ebp),
[all...]
/macosx-10.10/libffi-18.1/x86/
H A Dx86-darwin.S54 pushl %ebp
56 movl %esp,%ebp
60 movl 16(%ebp),%ecx
67 pushl 12(%ebp)
69 call *8(%ebp)
74 call *28(%ebp)
77 movl 16(%ebp),%ecx
81 movl 20(%ebp),%ecx
84 cmpl $0,24(%ebp)
99 movl 24(%ebp),
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-darwin.S54 pushl %ebp
56 movl %esp,%ebp
60 movl 16(%ebp),%ecx
67 pushl 12(%ebp)
69 call *8(%ebp)
74 call *28(%ebp)
77 movl 16(%ebp),%ecx
81 movl 20(%ebp),%ecx
84 cmpl $0,24(%ebp)
99 movl 24(%ebp),
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-darwin.S54 pushl %ebp
56 movl %esp,%ebp
60 movl 16(%ebp),%ecx
67 pushl 12(%ebp)
69 call *8(%ebp)
74 call *28(%ebp)
77 movl 16(%ebp),%ecx
81 movl 20(%ebp),%ecx
84 cmpl $0,24(%ebp)
99 movl 24(%ebp),
[all...]
/macosx-10.10/libunwind-35.3/testsuite/
H A Dunwind_test_x86_unusual.s22 pushl %ebp
24 movl %esp, %ebp
44 pushl %ebp
46 movl %esp, %ebp
50 movl %ebx, -8(%ebp)
57 movl -8(%ebp), %ebx
67 pushl %ebp
69 movl %esp, %ebp
73 movl %edi, -44(%ebp)
76 movl %ebx, -4(%ebp)
[all...]
H A Dunwind_test_x86.s10 pushl %ebp
12 movl %esp, %ebp
16 movl %ebx, -12(%ebp)
18 movl %esi, -8(%ebp)
20 movl %edi, -4(%ebp)
27 call *8(%ebp)
39 movl -12(%ebp), %ebx
40 movl -8(%ebp), %esi
41 movl -4(%ebp), %edi
H A Dunwind_test_x86_disable_compact_frame.s25 pushl %ebp
27 movl %esp, %ebp
44 pushl %ebp
46 movl %esp, %ebp
58 pushl %ebp
60 movl %esp, %ebp
77 pushl %ebp
79 movl %esp, %ebp
96 pushl %ebp
98 movl %esp, %ebp
[all...]
H A Dunwind_test_x86_frame.s29 pushl %ebp
31 movl %esp, %ebp
48 pushl %ebp
50 movl %esp, %ebp
62 pushl %ebp
64 movl %esp, %ebp
81 pushl %ebp
83 movl %esp, %ebp
100 pushl %ebp
102 movl %esp, %ebp
[all...]
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h65 pushl %ebp ;\
66 movl %esp, %ebp ;\
72 popl %ebp ;
86 pushl %ebp ;\
87 movl %esp, %ebp ;\
104 pushl %ebp ;\
105 movl %esp, %ebp ;\
122 movl %ebp, %esp ;\
123 popl %ebp ;\
/macosx-10.10/zlib-55/zlib/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...]
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-i386.s238 pushl %ebp
239 movl %esp,%ebp
241 // Current stack contents: ret, ebp, pad, pad
243 movl %ebp,%esp
244 popl %ebp
691 pushl %ebp
692 movl %esp, %ebp
694 movl (marg_list+4)(%ebp), %edx
696 movl (marg_size+4)(%ebp), %ecx
715 movl (selector+4)(%ebp),
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_asm.s84 push %ebp
85 mov %esp,%ebp
100 push %ebp
101 mov %esp,%ebp

Completed in 328 milliseconds

1234