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

12345678910

/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/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
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A D__connect.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A D__socket.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dbind.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dgetpeername.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dgetsockname.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dgetsockopt.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dlisten.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Drecvfrom.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Drecvmmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Drecvmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dsendmmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dsendmsg.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dsendto.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dsetsockopt.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dshutdown.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
H A Dsocketpair.S9 pushl %ecx
11 .cfi_rel_offset ecx, 0
19 mov %esp, %ecx
20 addl $16, %ecx
32 popl %ecx
/bionic/libc/arch-x86/bionic/
H A Dsetjmp.S81 movl 4(%esp),%ecx
87 movl 4(%esp),%ecx
93 movl 4(%esp),%ecx
104 movl %eax,(_JB_SIGFLAG * 4)(%ecx)
118 movl 4(%esp),%ecx
119 movl %eax,(_JB_SIGMASK * 4)(%ecx)
123 movl (_JB_SIGFLAG * 4)(%ecx),%eax
129 movl %edx,(_JB_EDX * 4)(%ecx)
130 movl %ebx,(_JB_EBX * 4)(%ecx)
131 movl %esp,(_JB_ESP * 4)(%ecx)
[all...]
H A Dvfork.S34 popl %ecx // Grab the return address.
36 .cfi_rel_offset ecx, 0
51 jmp *%ecx // Jump to the stored return address.

Completed in 140 milliseconds

12345678910