Searched refs:ecx (Results 76 - 100 of 242) sorted by relevance

12345678910

/bionic/libc/arch-x86/atom/string/
H A Dssse3-strlcpy-atom.S40 add %esi, %ecx
58 movl (%ecx), %eax
61 lea 3(%ecx), %eax
74 movlpd (%ecx), %xmm0
77 lea 7(%ecx), %eax
94 movlpd (%ecx), %xmm0
96 movl 8(%ecx), %eax
99 lea 11(%ecx), %eax
112 movlpd (%ecx), %xmm0
113 movlpd 8(%ecx),
[all...]
H A Dssse3-wcscpy-atom.S93 mov STR2(%esp), %ecx
95 cmpl $0, (%ecx)
97 cmpl $0, 4(%ecx)
99 cmpl $0, 8(%ecx)
101 cmpl $0, 12(%ecx)
108 lea 16(%ecx), %esi
114 movdqu (%ecx), %xmm1
118 sub %ecx, %esi
128 sub %eax, %ecx
129 mov %ecx,
[all...]
H A Dssse3-strcat-atom.S113 mov STR2(%esp), %ecx
123 cmpb $0, (%ecx)
125 cmpb $0, 1(%ecx)
127 cmpb $0, 2(%ecx)
129 cmpb $0, 3(%ecx)
131 cmpb $0, 4(%ecx)
133 cmpb $0, 5(%ecx)
135 cmpb $0, 6(%ecx)
137 cmpb $0, 7(%ecx)
139 cmpb $0, 8(%ecx)
[all...]
H A Dssse3-memcpy-atom.S139 movl LEN(%esp), %ecx
147 cmp $32, %ecx
153 add %ecx, %eax
160 cmp $48, %ecx
168 add %ecx, %edx
169 add %ecx, %eax
170 BRANCH_TO_JMPTBL_ENTRY (L(table_48bytes_fwd), %ecx, 4)
174 BRANCH_TO_JMPTBL_ENTRY (L(table_48_bytes_bwd), %ecx, 4)
192 add %edi, %ecx
196 cmp $SHARED_CACHE_SIZE_HALF, %ecx
[all...]
H A Dsse2-wcschr-atom.S90 mov STR1(%esp), %ecx
93 mov %ecx, %eax
102 movdqu (%ecx), %xmm0
109 and $-16, %ecx
115 mov %ecx, %edi
116 mov %eax, %ecx
118 and $15, %ecx
130 add %edi, %ecx
141 lea 4(%ecx), %eax
148 mov %edi, %ecx
[all...]
H A Dssse3-memcmp-atom.S107 movl LEN(%esp), %ecx
110 shl $2, %ecx
113 shl $1, %ecx
118 cmp $48, %ecx
123 cmp $1, %ecx
128 add %ecx, %edx
129 add %ecx, %eax
174 add %edx, %ecx
244 cmp $80, %ecx
246 lea -48(%ecx),
[all...]
/bionic/libc/arch-x86/syscalls/
H A D___clock_nanosleep.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D___faccessat.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D___fchmod.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov 20(%esp), %ecx
31 popl %ecx
H A D___fchmodat.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D___fgetxattr.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D___flistxattr.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D___rt_sigqueueinfo.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__fcntl64.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__fstatfs64.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__getcpu.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__getdents64.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__ioctl.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx
H A D__openat.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__ptrace.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__reboot.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__rt_sigaction.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__rt_sigprocmask.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__rt_sigtimedwait.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
25 mov 28(%esp), %ecx
41 popl %ecx
H A D__sched_getaffinity.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
22 mov 24(%esp), %ecx
36 popl %ecx

Completed in 95 milliseconds

12345678910