Searched refs:edx (Results 1 – 25 of 91) sorted by relevance
1234
/bionic/libc/arch-x86/string/ |
D | strcmp.S | 17 movl 0x08(%esp),%edx 22 incl %edx 26 cmpb %cl,(%edx) /* chars match??? */ 29 incl %edx 33 cmpb %cl,(%edx) 36 incl %edx 40 cmpb %cl,(%edx) 43 incl %edx 47 cmpb %cl,(%edx) 50 incl %edx [all …]
|
D | bzero.S | 12 movl 12(%esp),%edx 22 cmpl $16,%edx 28 subl %ecx,%edx 32 movl %edx,%ecx /* zero by words */ 34 andl $3,%edx 38 L1: movl %edx,%ecx /* zero remainder by bytes */
|
D | strcpy.S | 24 movl 8(%esp),%edx /* src address */ 28 L1: movb (%edx),%al /* unroll loop, but not too much */ 32 movb 1(%edx),%al 36 movb 2(%edx),%al 40 movb 3(%edx),%al 44 movb 4(%edx),%al 48 movb 5(%edx),%al 52 movb 6(%edx),%al 56 movb 7(%edx),%al 58 addl $8,%edx
|
D | memset.S | 28 movl %eax,%edx 30 orl %edx,%eax 32 movl %edi,%edx /* compute misalignment */ 33 negl %edx 34 andl $3,%edx 36 subl %edx,%ebx 38 movl %edx,%ecx /* set until word aligned */
|
D | strcat.S | 25 movl 12(%esp),%edx /* src address */ 37 L1: movb (%edx),%al /* unroll loop, but not too much */ 41 movb 1(%edx),%al 45 movb 2(%edx),%al 49 movb 3(%edx),%al 53 movb 4(%edx),%al 57 movb 5(%edx),%al 61 movb 6(%edx),%al 65 movb 7(%edx),%al 67 addl $8,%edx
|
D | rindex.S | 15 movl 8(%esp),%edx 20 movb (%edx),%bl 23 movl %edx,%eax 25 incl %edx
|
D | strncmp.S | 19 movl 16(%esp),%edx 20 testl %edx,%edx 26 decl %edx 36 decl %edx 46 decl %edx 56 decl %edx 66 decl %edx 76 decl %edx 86 decl %edx 96 decl %edx
|
/bionic/libc/arch-x86/bionic/ |
D | _setjmp.S | 48 movl 0(%esp),%edx 49 movl %edx, 0(%eax) /* rta */ 59 movl 4(%esp),%edx 61 movl 0(%edx),%ecx 62 movl 4(%edx),%ebx 63 movl 8(%edx),%esp 64 movl 12(%edx),%ebp 65 movl 16(%edx),%esi 66 movl 20(%edx),%edi
|
D | setjmp.S | 58 movl 0(%esp),%edx 59 movl %edx, 0(%ecx) 70 movl 4(%esp),%edx 72 pushl 24(%edx) 81 movl 4(%esp),%edx 83 movl 0(%edx),%ecx 84 movl 4(%edx),%ebx 85 movl 8(%edx),%esp 86 movl 12(%edx),%ebp 87 movl 16(%edx),%esi [all …]
|
D | atomics_x86.S | 19 mov 16(%esp), %edx /* val */ 38 mov 12(%esp), %edx /* count */ 54 mov 12(%esp), %edx /* addr */ 55 lock cmpxchg %ecx, (%edx) 73 mov 8(%esp), %edx /* addr */ 74 lock xchg %ecx, (%edx) 96 movl %esi, %edx 97 subl $1, %edx /* new = old - 1 */ 100 pushl %edx 125 movl %esi, %edx [all …]
|
/bionic/libm/i387/ |
D | s_copysign.S | 41 movl 16(%esp),%edx 42 andl $0x80000000,%edx 45 orl %edx,%eax
|
D | s_copysignl.S | 10 movl 24(%esp),%edx 11 andl $0x8000,%edx 14 orl %edx,%eax
|
D | s_copysignf.S | 12 movl 8(%esp),%edx 13 andl $0x80000000,%edx 16 orl %edx,%eax
|
/bionic/libc/arch-x86/syscalls/ |
D | setresgid.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | execve.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | readlink.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | __fcntl64.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | mincore.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | madvise.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | unlinkat.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | mknod.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | poll.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | __statfs64.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | lchown.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
D | __fcntl.S | 12 pushl %edx 15 mov 24(%esp), %edx 26 popl %edx
|
1234