Searched refs:esp (Results 101 - 125 of 229) sorted by relevance

12345678910

/freebsd-10.0-release/secure/lib/libcrypto/i386/
H A Drmd-586.s9 movl 4(%esp),%edx
10 movl 8(%esp),%eax
18 subl $108,%esp
23 movl %ebx,(%esp)
24 movl %ebp,4(%esp)
27 movl %ebx,8(%esp)
28 movl %ebp,12(%esp)
31 movl %ebx,16(%esp)
32 movl %ebp,20(%esp)
35 movl %ebx,24(%esp)
[all...]
H A Dvpaes-x86.s64 addl (%esp),%ebp
237 addl (%esp),%ebp
242 movdqa %xmm2,4(%esp)
299 movdqa %xmm7,20(%esp)
302 movdqa 20(%esp),%xmm7
343 movdqa 8(%esp),%xmm2
350 movdqa %xmm2,8(%esp)
472 movl 20(%esp),%esi
473 leal -56(%esp),%ebx
474 movl 24(%esp),
[all...]
H A Daes-586.s7 movl %edi,20(%esp)
15 movl %esi,24(%esp)
44 movl %esi,4(%esp)
65 movl %esi,8(%esp)
93 movl 4(%esp),%eax
98 movl 8(%esp),%ebx
172 movl 20(%esp),%edi
173 movl 28(%esp),%ebp
179 cmpl 24(%esp),%edi
180 movl %edi,20(%esp)
[all...]
H A Ddes-586.s35 movl (%esp),%ecx
64 movl (%esp),%ecx
93 movl (%esp),%ecx
122 movl (%esp),%ecx
151 movl (%esp),%ecx
180 movl (%esp),%ecx
209 movl (%esp),%ecx
238 movl (%esp),%ecx
267 movl (%esp),%ecx
296 movl (%esp),
[all...]
H A Dwp-mmx.s13 movl 20(%esp),%esi
14 movl 24(%esp),%edi
15 movl 28(%esp),%ebp
16 movl %esp,%eax
17 subl $148,%esp
18 andl $-64,%esp
19 leal 128(%esp),%ebx
39 movq %mm0,(%esp)
40 movq %mm1,8(%esp)
41 movq %mm2,16(%esp)
[all...]
H A Dcrypt586.s19 movl 28(%esp),%ebp
24 movl 36(%esp),%eax
27 movl 40(%esp),%ecx
50 movl 4(%esp),%ebp
71 movl 32(%esp),%ebp
74 movl 36(%esp),%eax
77 movl 40(%esp),%ecx
100 movl 4(%esp),%ebp
121 movl 32(%esp),%ebp
124 movl 36(%esp),
[all...]
/freebsd-10.0-release/sys/i386/xen/
H A Dexception.s162 FAKE_MCOUNT(TF_EIP(%esp))
164 movl TF_EIP(%esp),%eax
170 10: pushl %esp
172 addl $4,%esp
201 FAKE_MCOUNT(TF_EIP(%esp))
204 push %esp
206 add $4, %esp
222 * final spot. It has to be done this way because esp can't be just
229 popl 8(%esp) /* shuffle into tf_eflags */
231 subl $4,%esp /* ski
[all...]
/freebsd-10.0-release/lib/csu/i386-elf/
H A Dcrt1_s.S40 movl %esp,%ebp
43 andl $0xfffffff0,%esp # align stack
45 subl $4,%esp
/freebsd-10.0-release/sys/i386/i386/
H A Datpic_vector.s54 FAKE_MCOUNT(TF_EIP(%esp)) ; \
55 pushl %esp ; \
58 addl $8, %esp ; /* discard the parameters */ \
/freebsd-10.0-release/lib/libc/i386/string/
H A Dstrchr.S50 movl 8(%esp),%eax
51 movb 12(%esp),%cl
H A Dstrrchr.S50 movl 8(%esp),%edx
51 movb 12(%esp),%cl
H A Dffs.S46 bsfl 4(%esp),%eax
H A Dbzero.S45 movl 12(%esp),%edi
46 movl 16(%esp),%ecx
/freebsd-10.0-release/lib/libc/i386/sys/
H A Dpipe.S42 movl 4(%esp),%ecx
H A Dsbrk.S52 movl 4(%esp),%ecx
59 addl %eax,4(%esp)
73 movl 4(%esp),%ecx
77 addl %eax,4(%esp)
/freebsd-10.0-release/lib/msun/i387/
H A Ds_ceil.S41 movl %esp,%ebp
42 subl $8,%esp
H A Ds_ceilf.S13 movl %esp,%ebp
14 subl $8,%esp
H A Ds_ceill.S11 movl %esp,%ebp
12 subl $8,%esp
H A Ds_floor.S41 movl %esp,%ebp
42 subl $8,%esp
H A Ds_floorf.S13 movl %esp,%ebp
14 subl $8,%esp
H A Ds_floorl.S11 movl %esp,%ebp
12 subl $8,%esp
H A Ds_finite.S40 movl 8(%esp),%eax
/freebsd-10.0-release/lib/libc/i386/gen/
H A D_ctx_start.S34 * 0(%esp) - func
35 * 4(%esp) - arg1
36 * 8(%esp) - arg2
38 * (4*n)(%esp) - argn
39 * (4*(n + 1))(%esp) - ucp, %ebp setup to point here (base of stack)
45 movl %esi, %esp /*
/freebsd-10.0-release/tools/KSE/ksetest/
H A Dkse_asm.S54 movl 4(%esp), %edx /* get address of kse_thr_mailbox */
64 2: movl 8(%esp), %ecx /* get address of curthreadp */
78 movl 72(%edx), %esp /* switch to context defined stack */
79 subl $4, %esp /* leave space for the return address */
81 movl %eax, (%esp)
110 movl 4(%esp), %eax /* get address of context */
130 movl (%esp), %eax /* get return address */
146 movl %esp, %eax /* setcontext pushes the return */
150 movl 8(%esp), %edx /* get address of mailbox */
153 movl %eax, %esp /* switc
[all...]
/freebsd-10.0-release/tools/KSE/rr/
H A Dkse_asm.S54 movl 4(%esp), %edx /* get address of kse_thr_mailbox */
64 2: movl 8(%esp), %ecx /* get address of curthreadp */
78 movl 72(%edx), %esp /* switch to context defined stack */
79 subl $4, %esp /* leave space for the return address */
81 movl %eax, (%esp)
110 movl 4(%esp), %eax /* get address of context */
130 movl (%esp), %eax /* get return address */
146 movl %esp, %eax /* setcontext pushes the return */
150 movl 8(%esp), %edx /* get address of mailbox */
153 movl %eax, %esp /* switc
[all...]

Completed in 147 milliseconds

12345678910