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

12

/bionic/libc/arch-x86/string/
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 Dsse2-wcsrchr-atom.S82 #define ENTRANCE PUSH(%edi);
83 #define RETURN POP(%edi); ret; CFI_PUSH(%edi);
95 mov %ecx, %edi
106 movdqu (%edi), %xmm0
113 add $16, %edi
121 and $-16, %edi
139 mov %edi, %esi
140 and $-16, %edi
149 and $-16, %edi
[all...]
H A Dsse2-memchr-atom.S81 #define ENTRANCE PUSH (%edi);
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
99 mov %ecx, %edi
107 movdqu (%edi), %xmm0
115 lea 16(%edi), %edi
117 and $-16, %edi
126 and $-16, %edi
127 movdqa (%edi),
[all...]
H A Dssse3-memcpy-atom.S189 PUSH (%edi)
190 movl %edx, %edi
193 sub %edx, %edi
194 add %edi, %ecx
195 sub %edi, %eax
209 mov %eax, %edi
211 and $0xf, %edi
213 BRANCH_TO_JMPTBL_ENTRY (L(shl_table), %edi, 4)
218 movl DEST+4(%esp), %edi
219 movdqu %xmm0, (%edi)
[all...]
H A Dsse2-wcscmp-atom.S81 #define ENTRANCE PUSH(%esi); PUSH(%edi)
82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
124 mov %edx, %edi
129 and $63, %edx /* edi alignment in cache line */
152 cmp %ecx, (%edi)
158 cmp %ecx, 4(%edi)
164 cmp %ecx, 8(%edi)
170 cmp %ecx, 12(%edi)
175 movdqu 16(%edi),
[all...]
H A Dsse2-strchr-atom.S82 #define ENTRANCE PUSH(%edi)
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
97 mov %ecx, %edi
106 and $-16, %edi
107 movdqa (%edi), %xmm0
119 add %ecx, %edi
130 add $16, %edi
135 movdqa (%edi), %xmm0
144 add $16, %edi
[all...]
/bionic/libc/arch-x86/syscalls/
H A D__llseek.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A D__mmap2.S11 pushl %edi
17 mov 44(%esp), %edi
30 popl %edi
H A D__sys_clone.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A D__waitid.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dfchownat.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dfsetxattr.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dfutex.S11 pushl %edi
17 mov 44(%esp), %edi
30 popl %edi
H A Dlsetxattr.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dmount.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dperf_event_open.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dprctl.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dpread64.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dpwrite64.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dselect.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
H A Dsetxattr.S11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi

Completed in 122 milliseconds

12