Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 25 of 27) sorted by relevance

12

/bionic/libm/i387/
Ds_truncl.S10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 fldt 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
Ds_truncf.S10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 flds 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
Ds_trunc.S10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 fldl 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
Ds_floor.S41 pushl %ebp
42 movl %esp,%ebp
45 fstcw -4(%ebp) /* store fpu control word */
46 movw -4(%ebp),%dx
49 movw %dx,-8(%ebp)
50 fldcw -8(%ebp) /* load modfied control word */
52 fldl 8(%ebp); /* round */
55 fldcw -4(%ebp) /* restore original control word */
Ds_ceill.S10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
18 movw %dx,-8(%ebp)
19 fldcw -8(%ebp) /* load modfied control word */
21 fldt 8(%ebp) /* round */
24 fldcw -4(%ebp) /* restore original control word */
Ds_floorf.S12 pushl %ebp
13 movl %esp,%ebp
16 fstcw -4(%ebp) /* store fpu control word */
17 movw -4(%ebp),%dx
20 movw %dx,-8(%ebp)
21 fldcw -8(%ebp) /* load modfied control word */
23 flds 8(%ebp); /* round */
26 fldcw -4(%ebp) /* restore original control word */
Ds_ceil.S41 pushl %ebp
42 movl %esp,%ebp
45 fstcw -4(%ebp) /* store fpu control word */
46 movw -4(%ebp),%dx
49 movw %dx,-8(%ebp)
50 fldcw -8(%ebp) /* load modfied control word */
52 fldl 8(%ebp); /* round */
55 fldcw -4(%ebp) /* restore original control word */
Ds_floorl.S10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
18 movw %dx,-8(%ebp)
19 fldcw -8(%ebp) /* load modfied control word */
21 fldt 8(%ebp) /* round */
24 fldcw -4(%ebp) /* restore original control word */
Ds_ceilf.S12 pushl %ebp
13 movl %esp,%ebp
16 fstcw -4(%ebp) /* store fpu control word */
17 movw -4(%ebp),%dx
20 movw %dx,-8(%ebp)
21 fldcw -8(%ebp) /* load modfied control word */
23 flds 8(%ebp); /* round */
26 fldcw -4(%ebp) /* restore original control word */
/bionic/libc/arch-x86/string/
Dssse3-strcmp-latest.S99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
105 cmp %esi, %ebp; \
107 sub %esi, %ebp
113 PUSH (%ebp)
118 movl CNT(%esp), %ebp
119 cmp $16, %ebp
175 cmp $8, %ebp
176 lea -8(%ebp), %ebp
200 cmp $16, %ebp
201 lea -16(%ebp), %ebp
[all …]
Dsse2-strlen-atom.S213 PUSH (%ebp)
214 xor %ebp, %ebp
224 or %edx, %ebp
225 or %esi, %ebp
226 or %edi, %ebp
227 or %ebx, %ebp
251 POP (%ebp)
/bionic/libc/arch-x86/bionic/
Datexit.S34 pushl %ebp
35 movl %esp, %ebp
43 movl 8(%ebp), %eax
48 popl %ebp
Dcrtbegin_so.S53 pushl %ebp
54 movl %esp, %ebp
75 popl %ebp
81 pushl %ebp
82 movl %esp, %ebp
100 popl %ebp
D_setjmp.S52 movl %ebp,12(%eax)
64 movl 12(%edx),%ebp
Dsetjmp.S62 movl %ebp,12(%ecx)
86 movl 12(%edx),%ebp
Dsigsetjmp.S59 movl %ebp,12(%ecx)
85 movl 12(%edx),%ebp
Dcrtbegin_static.S94 pushl %ebp
95 movl %esp, %ebp
113 pushl %ebp
115 movl %esp, %ebp
Dcrtbegin_dynamic.S95 pushl %ebp
96 movl %esp, %ebp
114 pushl %ebp
116 movl %esp, %ebp
/bionic/libc/arch-x86/syscalls/
Dfutex.S15 pushl %ebp
21 mov 48(%esp), %ebp
32 popl %ebp
D__mmap2.S15 pushl %ebp
21 mov 48(%esp), %ebp
32 popl %ebp
/bionic/libc/arch-x86/include/machine/
Dasm.h108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
/bionic/libc/kernel/arch-x86/asm/
Dptrace.h28 long ebp; member
Duser_32.h45 long ebx, ecx, edx, esi, edi, ebp, eax; member
Duser32.h43 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member
Dvm86.h60 long ebp; member

12