/bionic/libm/i387/ |
D | s_truncl.S | 10 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 */
|
D | s_truncf.S | 10 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 */
|
D | s_trunc.S | 10 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 */
|
D | s_floor.S | 41 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 */
|
D | s_ceill.S | 10 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 */
|
D | s_floorf.S | 12 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 */
|
D | s_ceil.S | 41 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 */
|
D | s_floorl.S | 10 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 */
|
D | s_ceilf.S | 12 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/ |
D | ssse3-strcmp-latest.S | 99 # 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 …]
|
D | sse2-strlen-atom.S | 213 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/ |
D | atexit.S | 34 pushl %ebp 35 movl %esp, %ebp 43 movl 8(%ebp), %eax 48 popl %ebp
|
D | crtbegin_so.S | 53 pushl %ebp 54 movl %esp, %ebp 75 popl %ebp 81 pushl %ebp 82 movl %esp, %ebp 100 popl %ebp
|
D | _setjmp.S | 52 movl %ebp,12(%eax) 64 movl 12(%edx),%ebp
|
D | setjmp.S | 62 movl %ebp,12(%ecx) 86 movl 12(%edx),%ebp
|
D | sigsetjmp.S | 59 movl %ebp,12(%ecx) 85 movl 12(%edx),%ebp
|
D | crtbegin_static.S | 94 pushl %ebp 95 movl %esp, %ebp 113 pushl %ebp 115 movl %esp, %ebp
|
D | crtbegin_dynamic.S | 95 pushl %ebp 96 movl %esp, %ebp 114 pushl %ebp 116 movl %esp, %ebp
|
/bionic/libc/arch-x86/syscalls/ |
D | futex.S | 15 pushl %ebp 21 mov 48(%esp), %ebp 32 popl %ebp
|
D | __mmap2.S | 15 pushl %ebp 21 mov 48(%esp), %ebp 32 popl %ebp
|
/bionic/libc/arch-x86/include/machine/ |
D | asm.h | 108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
|
/bionic/libc/kernel/arch-x86/asm/ |
D | ptrace.h | 28 long ebp; member
|
D | user_32.h | 45 long ebx, ecx, edx, esi, edi, ebp, eax; member
|
D | user32.h | 43 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member
|
D | vm86.h | 60 long ebp; member
|