Searched refs:esp (Results 76 - 100 of 229) sorted by relevance

12345678910

/freebsd-10.0-release/lib/msun/i387/
H A De_logf.S13 flds 4(%esp)
H A De_sqrt.S40 fldl 4(%esp)
H A De_sqrtf.S12 flds 4(%esp)
H A Ds_logb.S40 fldl 4(%esp)
H A Ds_logbf.S12 flds 4(%esp)
H A Ds_logbl.S40 fldt 4(%esp)
H A Ds_rint.S40 fldl 4(%esp)
H A Ds_rintf.S12 flds 4(%esp)
H A Ds_significand.S40 fldl 4(%esp)
H A Ds_significandf.S12 flds 4(%esp)
H A Ds_trunc.S11 movl %esp,%ebp
12 subl $8,%esp
H A Ds_truncf.S11 movl %esp,%ebp
12 subl $8,%esp
H A Ds_truncl.S11 movl %esp,%ebp
12 subl $8,%esp
/freebsd-10.0-release/sys/i386/i386/
H A Dsupport.s52 movl 8(%esp),%edi
53 movl 12(%esp),%ecx
59 movl 12(%esp),%ecx
69 movl 8(%esp),%ecx
87 movl 12(%esp),%edi
137 movl 8(%esp),%eax
138 movl 12(%esp),%edi
139 movl 16(%esp),%ecx
150 movl 12(%esp),%esi
151 movl 16(%esp),
[all...]
H A Dbioscall.s51 movl 16(%esp),%ebp
53 movl 12(%esp),%ebp
55 movl 8(%esp),%ebp
92 movl %esp,%ebp
100 * tends to do a pushf, which only pushes %sp, not %esp. This value
101 * is then popped off (into %esp) which causes a page fault because
111 movl %esp,bioscall_stack /* save current stack location */
112 movl 8(%ebp),%esp /* switch to page 0 stack */
150 movl bioscall_stack,%esp /* return to normal stack */
157 movl (%esp),
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Desp.h2 /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */
40 struct esp { struct
/freebsd-10.0-release/secure/lib/libcrypto/i386/
H A Dcmll-x86.s13 movl 20(%esp),%eax
14 movl 24(%esp),%esi
15 movl 28(%esp),%edi
16 movl %esp,%ebx
17 subl $28,%esp
18 andl $-64,%esp
20 subl %esp,%ecx
23 subl %ecx,%esp
24 addl $4,%esp
27 movl %ebx,20(%esp)
[all...]
H A Daesni-x86.s9 movl 4(%esp),%eax
10 movl 12(%esp),%edx
13 movl 8(%esp),%eax
33 movl 4(%esp),%eax
34 movl 12(%esp),%edx
37 movl 8(%esp),%eax
309 movl 20(%esp),%esi
310 movl 24(%esp),%edi
311 movl 28(%esp),%eax
312 movl 32(%esp),
[all...]
/freebsd-10.0-release/lib/libc/i386/sys/
H A Dgetcontext.S42 movl (%esp),%ecx /* save getcontext return address */
46 addl $4,%esp /* remove stale (setcontext) return address */
H A Dbrk.S49 movl 4(%esp),%eax
57 movl %eax,4(%esp)
62 movl 4(%esp),%eax
69 movl 4(%esp),%eax
73 movl %eax,4(%esp)
78 movl 4(%esp),%eax
/freebsd-10.0-release/sys/amd64/ia32/
H A Dia32_sigtramp.S45 calll *IA32_SIGF_HANDLER(%esp)
46 leal IA32_SIGF_UC(%esp),%eax /* get ucontext */
58 calll *IA32_SIGF_HANDLER(%esp)
59 leal IA32_SIGF_UC4(%esp),%eax/* get ucontext */
72 calll *IA32_SIGF_HANDLER(%esp)/* call signal handler */
73 leal IA32_SIGF_SC(%esp),%eax /* get sigcontext */
118 movl %esp,%ebp
138 addl $8,%esp
/freebsd-10.0-release/sys/modules/esp/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/esp
5 KMOD= esp
/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dfloatundisf.S32 movl 8(%esp), %eax
33 movd 8(%esp), %xmm1
34 movd 4(%esp), %xmm0
39 movq %xmm0, 4(%esp)
40 fildll 4(%esp)
42 fstps 4(%esp)
43 flds 4(%esp)
72 movl 8(%esp), %eax
73 movd 8(%esp), %xmm1
74 movd 4(%esp),
[all...]
/freebsd-10.0-release/lib/libc/i386/string/
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-10.0-release/lib/libmd/i386/
H A Drmd160.S61 movl 16(%esp), %ecx
63 movl 16(%esp), %esi
68 subl $88, %esp
69 movl %ecx, (%esp)
70 movl 108(%esp), %edi
75 movl %eax, 4(%esp)
76 movl %ebx, 8(%esp)
79 movl %eax, 12(%esp)
80 movl %ebx, 16(%esp)
83 movl %eax, 20(%esp)
[all...]

Completed in 143 milliseconds

12345678910