Searched refs:esp (Results 1 - 25 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S22 movd 4(%esp), %xmm0
23 movd 8(%esp), %xmm1
25 movq %xmm0, 4(%esp)
27 fildll 4(%esp)
28 fstps 4(%esp)
29 flds 4(%esp)
H A Dfloatdixf.S22 movd 4(%esp), %xmm0
23 movd 8(%esp), %xmm1
25 movq %xmm0, 4(%esp)
27 fildll 4(%esp)
H A Dmuldi3.S15 movl 16(%esp), %eax // b.lo
16 movl 12(%esp), %ecx // a.hi
19 movl 8(%esp), %edx // a.lo
20 movl 20(%esp), %ebx // b.hi
H A Dashldi3.S22 movd 12(%esp), %xmm2 // Load count
24 movd 4(%esp), %xmm0
25 movd 8(%esp), %xmm1
28 movq 4(%esp), %xmm0 // Load input
42 movl 12(%esp), %ecx // Load count
43 movl 8(%esp), %edx // Load high
44 movl 4(%esp), %eax // Load low
H A Dlshrdi3.S22 movd 12(%esp), %xmm2 // Load count
24 movd 4(%esp), %xmm0
25 movd 8(%esp), %xmm1
28 movq 4(%esp), %xmm0 // Load input
42 movl 12(%esp), %ecx // Load count
43 movl 8(%esp), %edx // Load high
44 movl 4(%esp), %eax // Load low
H A Dumoddi3.S28 movl 20(%esp), %ebx // Find the index i of the leading bit in b.
34 movl 16(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
41 movl 12(%esp), %edx // Load the high and low words of a, and jump
42 movl 8(%esp), %eax // to [2] if the high word is larger than bhi
55 mull 20(%esp) // q*blo
56 movl 12(%esp), %ebx
57 movl 16(%esp), %ecx // ECX:EBX = a
60 movl 24(%esp), %eax
65 addl 20(%esp), %ebx // otherwise
66 adcl 24(%esp),
[all...]
H A Dmoddi3.S31 movl 20(%esp), %edx // high word of b
32 movl 16(%esp), %eax // low word of b
39 movl %edx, 20(%esp)
40 movl %eax, 16(%esp) // store abs(b) back to stack
42 movl 12(%esp), %edx // high word of b
43 movl 8(%esp), %eax // low word of b
50 movl %edx, 12(%esp)
51 movl %eax, 8(%esp) // store abs(a) back to stack
55 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
61 movl 20(%esp),
[all...]
/freebsd-11-stable/lib/msun/i387/
H A Ds_lrintl.S31 fldt 4(%esp)
32 subl $4,%esp
33 fistpl (%esp)
H A De_exp.S45 movl 8(%esp),%eax
50 fldl 4(%esp)
58 fstcw 4(%esp)
59 movl 4(%esp),%eax
63 movl $0x137f,8(%esp)
64 fldcw 8(%esp)
78 fldcw 4(%esp)
88 cmpl $0xfff00000,8(%esp)
90 cmpl $0,4(%esp)
96 fldl 4(%esp)
[all...]
H A Ds_llrint.S31 fldl 4(%esp)
32 subl $8,%esp
33 fistpll (%esp)
H A Ds_llrintf.S31 flds 4(%esp)
32 subl $8,%esp
33 fistpll (%esp)
H A Ds_llrintl.S31 fldt 4(%esp)
32 subl $8,%esp
33 fistpll (%esp)
H A Ds_lrint.S31 fldl 4(%esp)
32 subl $4,%esp
33 fistpl (%esp)
H A Ds_lrintf.S31 flds 4(%esp)
32 subl $4,%esp
33 fistpl (%esp)
H A Ds_copysign.S40 movl 16(%esp),%edx
42 movl 8(%esp),%eax
45 movl %eax,8(%esp)
46 fldl 4(%esp)
H A Ds_copysignf.S12 movl 8(%esp),%edx
14 movl 4(%esp),%eax
17 movl %eax,4(%esp)
18 flds 4(%esp)
H A Ds_copysignl.S10 movl 24(%esp),%edx
12 movl 12(%esp),%eax
15 movl %eax,12(%esp)
16 fldt 4(%esp)
H A Ds_scalbn.S40 fildl 12(%esp)
41 fldl 4(%esp)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S10 sub $12, %esp
12 mov 12(%esp), %ecx
14 add $16, %esp
24 // 12(%esp) return address
25 // 8(%esp) spill %ebx
26 // 4(%esp) spill REAL(vfork) return value
27 // (%esp) call frame (arg0) for __*_handle_vfork
28 sub $16, %esp
29 mov %ebx, 8(%esp)
30 mov %eax, 4(%esp)
[all...]
/freebsd-11-stable/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S45 FAKE_MCOUNT(TF_EIP(%esp))
46 pushl %esp
48 add $4, %esp
/freebsd-11-stable/stand/i386/libi386/
H A Dmultiboot_tramp.S48 movl 8(%esp), %ebx
49 movl 4(%esp), %ecx
/freebsd-11-stable/lib/csu/i386/
H A Dcrtn.S30 add $12,%esp
34 add $12,%esp
/freebsd-11-stable/lib/libc/i386/string/
H A Dmemchr.S44 movl 8(%esp),%edi /* string address */
45 movl 12(%esp),%eax /* set character to search for */
46 movl 16(%esp),%ecx /* set length of search */
47 testl %esp,%esp /* clear Z flag, for len == 0 */
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dx86-mont.S16 movl 40(%esp),%edi
19 leal 20(%esp),%esi
20 leal 24(%esp),%edx
23 leal -32(%esp,%edi,4),%ebp
34 movl %esp,%eax
37 movl %esp,%edx
38 leal (%ebp,%eax,1),%esp
39 movl (%esp),%eax
40 cmpl %ebp,%esp
45 leal -4096(%esp),
[all...]
/freebsd-11-stable/stand/libsa/i386/
H A D_setjmp.S51 movl 4(%esp),%eax
52 movl 0(%esp),%edx
55 movl %esp, 8(%eax)
64 movl 4(%esp),%edx
65 movl 8(%esp),%eax
68 movl 8(%edx),%esp
75 1: movl %ecx,0(%esp)

Completed in 200 milliseconds

12345678910