Home
last modified time | relevance | path

Searched refs:edi (Results 1 – 25 of 54) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dpthread_rwlock_unlock.S36 pushl %edi
41 movl 12(%esp), %edi
76 subl $1, (%edi)
78 subl $1, MUTEX(%edi)
95 popl %edi
97 cfi_restore(%edi)
109 subl $1, (%edi)
116 popl %edi
122 movl %edi, %edx
132 movl %edi, %eax
[all …]
A Dpthread_cond_signal.S41 pushl %edi
43 cfi_rel_offset(%edi, 0)
46 movl 12(%esp), %edi
53 cmpxchgl %edx, (%edi)
61 movl total_seq(%edi), %ecx
65 leal cond_lock(%edi), %edi
128 popl %edi
130 cfi_restore(%edi)
175 subl $1, (%edi)
179 5: movl %edi, %eax
[all …]
A Dpthread_cond_broadcast.S42 pushl %edi
44 cfi_rel_offset(%edi, 0)
83 movl dep_mutex-cond_futex(%ebx), %edi
91 8: cmpl $-1, %edi
95 testl $PS_BIT, MUTEX_KIND(%edi)
100 movl MUTEX_KIND(%edi), %eax
117 addl $MUTEX_FUTEX, %edi
133 popl %edi
135 cfi_restore(%edi)
152 addl $MUTEX_FUTEX, %edi
A Dpthread_rwlock_timedrdlock.S36 pushl %edi
43 cfi_offset(%edi, -12)
50 movl 32(%esp), %edi
72 3: cmpl $1000000000, 4(%edi)
98 movl (%edi), %ecx
99 movl 4(%edi), %edx
170 popl %edi
172 cfi_restore(%edi)
180 cfi_offset(%edi, -12)
A Dpthread_rwlock_timedwrlock.S36 pushl %edi
43 cfi_offset(%edi, -12)
50 movl 32(%esp), %edi
70 3: cmpl $1000000000, 4(%edi)
96 movl (%edi), %ecx
97 movl 4(%edi), %edx
168 popl %edi
170 cfi_restore(%edi)
178 cfi_offset(%edi, -12)
A Dlowlevelrobustlock.S119 pushl %edi
127 cfi_offset(%edi, -8)
137 movl %edx, %edi
151 movl (%edi), %ecx
152 movl 4(%edi), %edx
213 popl %edi
215 cfi_restore(%edi)
222 cfi_offset(%edi, -8)
A Dpthread_cond_wait.S50 pushl %edi
52 cfi_rel_offset(%edi, 0)
102 movl %edi, 4(%esp)
128 movl dep_mutex(%ebx), %edi
199 cmpl 4(%esp), %edi
204 cmp %eax, %edi
264 popl %edi
266 cfi_restore(%edi)
459 xorl %edi, %edi
485 movl $1, %edi
[all …]
A Dpthread_cond_timedwait.S51 pushl %edi
53 cfi_rel_offset(%edi, 0)
107 movl %edi, 12(%esp)
164 movl %edi, 28(%esp)
268 cmpl 12(%esp), %edi
273 cmp %eax, %edi
355 popl %edi
357 cfi_restore(%edi)
573 xorl %edi, %edi
599 movl $1, %edi
[all …]
A Dlowlevellock.S235 pushl %edi
244 movl %edx, %edi
263 movl (%edi), %ecx
264 movl 4(%edi), %edx
298 popl %edi
300 cfi_restore(%edi)
398 pushl %edi
404 movl %edx, %edi
417 movl (%edi), %ecx
418 movl 4(%edi), %edx
[all …]
A Dsem_timedwait.S54 pushl %edi
61 movl 32(%esp), %edi
64 cmpl $1000000000, 4(%edi)
81 movl (%edi), %ecx
82 movl 4(%edi), %edx
139 popl %edi
274 .byte 0x87 # DW_CFA_offset %edi
299 .byte 0xc7 # DW_CFA_restore %edi
311 .byte 0x87 # DW_CFA_offset %edi
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/i386/
A Dstring.h17 int ecx, edi; in inlined_memset_const_c_count4() local
62 : "=&D" (edi) \ in inlined_memset_const_c_count4()
148 return edi; \ in inlined_mempcpy_const_count4()
194 return edi; in inlined_mempcpy_const_count4()
223 int edi; in inlined_strlen() local
271 void *edi; in inlined_memchr() local
286 return edi; in inlined_memchr()
292 void *edi; in inlined_memchr_const_c() local
307 return edi; in inlined_memchr_const_c()
313 void *edi; in inlined_memchr_const_c()
[all …]
A Dmemchr.c39 void *edi; in memchr() local
49 : "=&D" (edi), "=&c" (ecx) in memchr()
53 return edi; in memchr()
A Dstrlen.c38 int eax, ecx, edi; in strlen() local
43 : "=&c" (ecx), "=&D" (edi), "=&a" (eax) in strlen()
A Drawmemchr.c15 int ecx, edi; in rawmemchr() local
19 : "=&c" (ecx), "=&D" (edi), "=&a" (eax) in rawmemchr()
A Dmemset.c42 int reg, edi; in memset() local
66 : "=&D" (edi), "=&r" (reg) in memset()
A Dstrncmp.c39 int esi, edi, ecx; in strncmp() local
54 : "=a" (eax), "=&S" (esi), "=&D" (edi), "=&c" (ecx) in strncmp()
A Dmemmove.c39 int eax, ecx, esi, edi; in memmove() local
51 : "=&c" (ecx), "=&S" (esi), "=&a" (eax), "=&D" (edi) in memmove()
A Dstrncpy.c39 int esi, edi, ecx, eax; in strncpy() local
49 : "=&S" (esi), "=&D" (edi), "=&c" (ecx), "=&a" (eax) in strncpy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/
A Dmmap64.S47 pushl %edi
62 movl FD(%esp), %edi
69 popl %edi
82 popl %edi
A Dposix_fadvise64.S32 pushl %edi
40 movl 36(%esp), %edi
47 popl %edi
A Dsyscall.S28 pushl %edi
33 movl 40(%esp),%edi
43 popl %edi
A Dsync_file_range.S32 pushl %edi
41 movl 36(%esp), %edi
49 popl %edi
A Dclone.S89 pushl %edi
93 movl CTID+12(%esp),%edi
100 popl %edi
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/
A Dgetcontext.S72 xorl %edi, %edi
74 movl $SIG_BLOCK, %edi
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/
A Dsysdep-cancel.h99 # define _PUSHCARGS_5 pushl %edi; cfi_adjust_cfa_offset (4); \
100 cfi_rel_offset (edi, 0); _PUSHCARGS_4
101 # define _POPCARGS_5 _POPCARGS_4; popl %edi; \
102 cfi_adjust_cfa_offset (-4); cfi_restore (edi);

Completed in 23 milliseconds

123