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

12345678910

/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Drmd-586.S11 movl 4(%esp),%edx
12 movl 8(%esp),%eax
20 subl $108,%esp
25 movl %ebx,(%esp)
26 movl %ebp,4(%esp)
29 movl %ebx,8(%esp)
30 movl %ebp,12(%esp)
33 movl %ebx,16(%esp)
34 movl %ebp,20(%esp)
37 movl %ebx,24(%esp)
[all...]
H A Daesni-x86.S11 movl 4(%esp),%eax
12 movl 12(%esp),%edx
15 movl 8(%esp),%eax
38 movl 4(%esp),%eax
39 movl 12(%esp),%edx
42 movl 8(%esp),%eax
371 movl 20(%esp),%esi
372 movl 24(%esp),%edi
373 movl 28(%esp),%eax
374 movl 32(%esp),
[all...]
H A Dvpaes-x86.S66 addl (%esp),%ebp
239 addl (%esp),%ebp
244 movdqa %xmm2,4(%esp)
301 movdqa %xmm7,20(%esp)
304 movdqa 20(%esp),%xmm7
345 movdqa 8(%esp),%xmm2
352 movdqa %xmm2,8(%esp)
474 movl 20(%esp),%esi
475 leal -56(%esp),%ebx
476 movl 24(%esp),
[all...]
H A Daes-586.S9 movl %edi,20(%esp)
17 movl %esi,24(%esp)
46 movl %esi,4(%esp)
67 movl %esi,8(%esp)
95 movl 4(%esp),%eax
100 movl 8(%esp),%ebx
178 movl 20(%esp),%edi
179 movl 28(%esp),%ebp
185 cmpl 24(%esp),%edi
186 movl %edi,20(%esp)
[all...]
H A Dwp-mmx.S15 movl 20(%esp),%esi
16 movl 24(%esp),%edi
17 movl 28(%esp),%ebp
18 movl %esp,%eax
19 subl $148,%esp
20 andl $-64,%esp
21 leal 128(%esp),%ebx
41 movq %mm0,(%esp)
42 movq %mm1,8(%esp)
43 movq %mm2,16(%esp)
[all...]
/freebsd-11-stable/lib/csu/i386/
H A Dcrt1_s.S40 movl %esp,%ebp
43 andl $0xfffffff0,%esp # align stack
45 subl $4,%esp
/freebsd-11-stable/sys/i386/i386/
H A Dapic_vector.s78 FAKE_MCOUNT(TF_EIP(%esp)) ; \
91 pushl %esp ; \
94 addl $8, %esp ; /* discard parameter */ \
132 FAKE_MCOUNT(TF_EIP(%esp))
133 pushl %esp
135 add $4, %esp
149 FAKE_MCOUNT(TF_EIP(%esp))
164 FAKE_MCOUNT(TF_EIP(%esp))
180 FAKE_MCOUNT(TF_EIP(%esp))
181 pushl %esp
[all...]
H A Datpic_vector.s55 FAKE_MCOUNT(TF_EIP(%esp)) ; \
56 pushl %esp ; \
59 addl $8, %esp ; /* discard the parameters */ \
H A Dsupport.s49 movl 8(%esp),%edi
50 movl 12(%esp),%ecx
55 movl 12(%esp),%ecx
65 movl 8(%esp),%ecx
83 movl 12(%esp),%edi
132 movl 8(%esp),%eax
133 movl 12(%esp),%edi
134 movl 16(%esp),%ecx
144 movl 12(%esp),%esi
145 movl 16(%esp),
[all...]
/freebsd-11-stable/lib/msun/i387/
H A Ds_finite.S40 movl 8(%esp),%eax
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
/freebsd-11-stable/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-11-stable/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 Dbcopy.S56 movl 12(%esp),%edi
57 movl 16(%esp),%esi
60 movl 12(%esp),%esi
61 movl 16(%esp),%edi
63 movl 20(%esp),%ecx
/freebsd-11-stable/lib/libc/i386/sys/
H A Dsbrk.S52 movl 4(%esp),%ecx
59 addl %eax,4(%esp)
73 movl 4(%esp),%ecx
77 addl %eax,4(%esp)
/freebsd-11-stable/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-11-stable/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...]
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_i686.S41 mov 8(%esp), %ecx
53 mov 16(%esp), %ecx
77 mov 8(%esp), %ecx
88 mov 8(%esp), %ecx
90 mov 12(%esp), %ecx
107 mov 8(%esp), %ecx
118 mov 24(%esp), %ecx
129 mov 24(%esp), %ecx
140 mov 16(%esp), %ecx
157 mov 20(%esp),
[all...]

Completed in 167 milliseconds

12345678910