Searched refs:edi (Results 1 - 25 of 41) sorted by relevance
12
/bionic/libc/arch-x86/string/ |
H A 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
|
H A D | strlen.S | 10 pushl %edi 11 movl 8(%esp),%edi /* string address */ 19 popl %edi
|
H A 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 [all...] |
H A 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
|
H A D | bzero.S | 10 pushl %edi 11 movl 8(%esp),%edi 25 movl %edi,%ecx /* compute misalignment */ 42 popl %edi
|
H A 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
|
H A D | ssse3-memcpy5.S | 205 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 D | bcmp.S | 10 pushl %edi 12 movl 12(%esp),%edi 31 popl %edi
|
H A 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 [all...] |
/bionic/libc/arch-x86/bionic/ |
H A D | syscall.S | 9 * %edi: arg.. 25 push %edi 31 mov 36(%esp),%edi 43 pop %edi
|
/bionic/libc/arch-x86/syscalls/ |
H A D | __llseek.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | __mmap2.S | 14 pushl %edi 20 mov 44(%esp), %edi 33 popl %edi
|
H A D | __sys_clone.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | __waitid.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | fchownat.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | fsetxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | futex.S | 14 pushl %edi 20 mov 44(%esp), %edi 33 popl %edi
|
H A D | lsetxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | mount.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | perf_event_open.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | prctl.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | pread64.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | pwrite64.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | select.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
H A D | setxattr.S | 14 pushl %edi 19 mov 40(%esp), %edi 30 popl %edi
|
Completed in 76 milliseconds
12