Searched refs:edi (Results 1 – 25 of 42) sorted by relevance
12
/bionic/libc/arch-x86/string/ |
D | bcopy.S | 51 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
|
D | ssse3-memcmp3-new.S | 101 #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 216 lea (%ecx, %edi,1), %eax [all …]
|
D | memchr.S | 10 pushl %edi 11 movl 8(%esp),%edi /* string address */ 20 leal -1(%edi),%eax /* adjust result of scan */ 21 popl %edi 25 popl %edi
|
D | ssse3-memcpy5.S | 186 PUSH (%edi) 187 movl %edx, %edi 190 sub %edx, %edi 191 add %edi, %ecx 192 sub %edi, %eax 206 mov %eax, %edi 208 and $0xf, %edi 210 BRANCH_TO_JMPTBL_ENTRY (L(shl_table), %edi, 4) 215 movl DEST+4(%esp), %edi 216 movdqu %xmm0, (%edi) [all …]
|
D | memcmp.S | 10 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
|
D | strlen.S | 10 pushl %edi 11 movl 8(%esp),%edi /* string address */ 19 popl %edi
|
D | ssse3-strcmp-latest.S | 210 PUSH (%edi) 216 movl %edx, %edi 219 and $0xf, %edi 221 xor %edi, %edx 223 cmpl %edi, %ecx 228 xchg %ecx, %edi 230 lea 15(%edi), %edi 231 sub %ecx, %edi 232 cmpl $8, %edi 234 cmpl $14, %edi [all …]
|
D | bzero.S | 10 pushl %edi 11 movl 8(%esp),%edi 25 movl %edi,%ecx /* compute misalignment */ 42 popl %edi
|
D | memset.S | 10 pushl %edi 12 movl 12(%esp),%edi 15 pushl %edi /* push address of buffer */ 32 movl %edi,%edx /* compute misalignment */ 54 popl %edi
|
D | bcmp.S | 10 pushl %edi 12 movl 12(%esp),%edi 31 popl %edi
|
D | strcat.S | 23 pushl %edi /* save edi */ 24 movl 8(%esp),%edi /* dst address */ 26 pushl %edi /* push destination address */ 34 leal -1(%edi),%ecx /* correct dst address */ 72 popl %edi /* restore edi */
|
/bionic/libc/arch-x86/syscalls/ |
D | perf_event_open.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | prctl.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | __waitid.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | fsetxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | __sys_clone.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | mount.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | fchownat.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | pwrite64.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | pread64.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | setxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | lsetxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | select.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | __llseek.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
D | futex.S | 14 pushl %edi 20 mov 44(%esp), %edi 33 popl %edi
|
12