Searched refs:edi (Results 1 - 25 of 41) sorted by relevance

12

/bionic/libc/arch-x86/string/
H A Dmemchr.S10 pushl %edi
11 movl 8(%esp),%edi /* string address */
20 leal -1(%edi),%eax /* adjust result of scan */
21 popl %edi
25 popl %edi
H A Dstrlen.S10 pushl %edi
11 movl 8(%esp),%edi /* string address */
19 popl %edi
H A Dbcopy.S51 pushl %edi
53 movl 12(%esp),%edi
55 movl %edi, %eax
58 movl 16(%esp),%edi
62 cmpl %esi,%edi /* potentially overlapping? */
72 popl %edi
76 addl %ecx,%edi /* copy backwards. */
80 decl %edi
87 subl $3,%edi
90 popl %edi
[all...]
H A Dmemcmp.S10 pushl %edi
12 movl 12(%esp),%edi
30 popl %edi
34 subl %ecx,%edi /* four pairs of bytes do not */
38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
42 popl %edi
H A Dbzero.S10 pushl %edi
11 movl 8(%esp),%edi
25 movl %edi,%ecx /* compute misalignment */
42 popl %edi
H A Dmemset.S10 pushl %edi
12 movl 12(%esp),%edi
15 pushl %edi /* push address of buffer */
32 movl %edi,%edx /* compute misalignment */
54 popl %edi
H A Dssse3-memcpy5.S205 PUSH (%edi)
206 movl %edx, %edi
211 movl %edi, %esi
212 sub %edx, %edi
213 add %edi, %ecx
214 sub %edi, %eax
228 mov %eax, %edi
230 and $0xf, %edi
233 BRANCH_TO_JMPTBL_ENTRY (L(shl_table), %edi, 4)
240 xor %edi,
[all...]
H A Dbcmp.S10 pushl %edi
12 movl 12(%esp),%edi
31 popl %edi
H A Dssse3-memcmp3-new.S101 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
140 PUSH (%edi)
144 movl %eax, %edi
148 lea 16(%edi), %edi
153 mov %edi, %edx
155 xor %edx, %edi
206 pcmpeqb (%edi), %xmm1
208 pcmpeqb 16(%edi), %xmm2
211 add $32, %edi
[all...]
/bionic/libc/arch-x86/bionic/
H A Dsyscall.S9 * %edi: arg..
25 push %edi
31 mov 36(%esp),%edi
43 pop %edi
/bionic/libc/arch-x86/syscalls/
H A D__llseek.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A D__mmap2.S14 pushl %edi
20 mov 44(%esp), %edi
33 popl %edi
H A D__sys_clone.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A D__waitid.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dfchownat.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dfsetxattr.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dfutex.S14 pushl %edi
20 mov 44(%esp), %edi
33 popl %edi
H A Dlsetxattr.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dmount.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dperf_event_open.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dprctl.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dpread64.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dpwrite64.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dselect.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi
H A Dsetxattr.S14 pushl %edi
19 mov 40(%esp), %edi
30 popl %edi

Completed in 86 milliseconds

12