Searched refs:ecx (Results 1 - 25 of 201) sorted by relevance

123456789

/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-strlen-slm.S88 mov %edx, %ecx
89 and $0x3f, %ecx
91 cmp $0x30, %ecx
95 pmovmskb %xmm0, %ecx
96 test %ecx, %ecx
107 sub %eax, %ecx
109 pmovmskb %xmm0, %ecx
110 and %edi, %ecx
119 pmovmskb %xmm0, %ecx
[all...]
H A Dsse2-memcpy-slm.S99 movl LEN(%esp), %ecx
106 cmp $16, %ecx
109 cmp $SHARED_CACHE_SIZE_HALF, %ecx
113 movdqu -16(%eax, %ecx), %xmm1
114 cmpl $32, %ecx
116 movdqu %xmm1, -16(%edx, %ecx)
120 movdqu -32(%eax, %ecx), %xmm1
121 cmpl $64, %ecx
123 movdqu %xmm1, -32(%edx, %ecx)
128 movdqu -48(%eax, %ecx),
[all...]
H A Dsse2-memmove-slm.S105 movl LEN(%esp), %ecx
116 cmp $16, %ecx
119 cmpl $32, %ecx
124 movdqu -16(%eax, %ecx), %xmm1
126 movdqu %xmm1, -16(%edx, %ecx)
130 cmpl $64, %ecx
136 movdqu -16(%eax, %ecx), %xmm2
137 movdqu -32(%eax, %ecx), %xmm3
140 movdqu %xmm2, -16(%edx, %ecx)
141 movdqu %xmm3, -32(%edx, %ecx)
[all...]
/bionic/libc/arch-x86/bionic/
H A Dsigsetjmp.S37 movl 4(%esp),%ecx
39 movl %eax,28(%ecx)
49 movl 4(%esp),%ecx
50 movl %eax,24(%ecx)
52 movl %edx, 0(%ecx)
53 movl %ebx, 4(%ecx)
54 movl %esp, 8(%ecx)
55 movl %ebp,12(%ecx)
56 movl %esi,16(%ecx)
57 movl %edi,20(%ecx)
[all...]
H A Dsetjmp.S53 movl 4(%esp),%ecx
55 movl %edx, 0(%ecx)
56 movl %ebx, 4(%ecx)
57 movl %esp, 8(%ecx)
58 movl %ebp,12(%ecx)
59 movl %esi,16(%ecx)
60 movl %edi,20(%ecx)
61 movl %eax,24(%ecx)
76 movl 0(%edx),%ecx
85 1: movl %ecx,
[all...]
/bionic/libc/arch-x86/generic/string/
H A Dstrncmp.S18 movl 12(%esp),%ecx
25 incl %ecx
31 cmpb %bl,(%ecx)
35 incl %ecx
41 cmpb %bl,(%ecx)
45 incl %ecx
51 cmpb %bl,(%ecx)
55 incl %ecx
61 cmpb %bl,(%ecx)
65 incl %ecx
[all...]
H A Dmemcmp.S16 movl 20(%esp),%ecx /* compare by words */
17 shrl $2,%ecx
22 movl 20(%esp),%ecx /* compare remainder by bytes */
23 andl $3,%ecx
33 L5: movl $4,%ecx /* We know that one of the next */
34 subl %ecx,%edi /* four pairs of bytes do not */
35 subl %ecx,%esi /* match. */
H A Dbcopy.S58 movl 20(%esp),%ecx
59 movl %ecx,%edx
63 shrl $2,%ecx /* copy by words */
66 movl %edx,%ecx
67 andl $3,%ecx /* any bytes left? */
74 addl %ecx,%edi /* copy backwards. */
75 addl %ecx,%esi
77 andl $3,%ecx /* any fractional bytes? */
82 movl %edx,%ecx
83 shrl $2,%ecx
[all...]
/bionic/libc/arch-x86/syscalls/
H A D__accept4.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A D__connect.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A D__socket.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dbind.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dgetpeername.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dgetsockname.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dgetsockopt.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dlisten.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Drecvfrom.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Drecvmmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Drecvmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dsendmmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dsendmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dsendto.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dsetsockopt.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dshutdown.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
H A Dsocketpair.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx

Completed in 150 milliseconds

123456789