Searched refs:al (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/arch-x86/generic/string/
H A Dstrcat.S37 L1: movb (%edx),%al /* unroll loop, but not too much */
38 movb %al,(%ecx)
39 testb %al,%al
41 movb 1(%edx),%al
42 movb %al,1(%ecx)
43 testb %al,%al
45 movb 2(%edx),%al
46 movb %al,
[all...]
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strchr-atom.S187 test %al, %al
190 mov %al, %cl
198 test $0x10, %al
202 test $0x20, %al
206 test $0x40, %al
215 test $0x01, %al
219 test $0x02, %al
223 test $0x04, %al
277 test %al,
[all...]
H A Dsse2-memrchr-atom.S231 mov %al, %dl
234 test $0x08, %al
236 test $0x04, %al
238 test $0x02, %al
298 mov %al, %dl
301 test $0x08, %al
303 test $0x04, %al
305 test $0x02, %al
315 mov %al, %dl
318 test $0x08, %al
[all...]
H A Dssse3-strcat-atom.S177 test %al, %al
179 test $0x01, %al
181 test $0x02, %al
183 test $0x04, %al
185 test $0x08, %al
187 test $0x10, %al
189 test $0x20, %al
191 test $0x40, %al
225 movb (%ecx), %al
[all...]
H A Dsse2-wcschr-atom.S135 test %al, %al
137 test $15, %al
205 test %al, %al
207 test $15, %al
237 test %al, %al
240 test $0x01, %al
H A Dssse3-strlcpy-atom.S43 test %al, %al
47 mov %al, %ah
51 test $0x01, %al
53 test $0x02, %al
55 test $0x04, %al
67 test $0x10, %al
69 test $0x20, %al
71 test $0x40, %al
83 mov %ah, %al
[all...]
H A Dssse3-strlcat-atom.S177 test %al, %al
181 mov %al, %ah
185 test $0x01, %al
187 test $0x02, %al
189 test $0x04, %al
201 test $0x10, %al
203 test $0x20, %al
205 test $0x40, %al
217 mov %ah, %al
[all...]
H A Dsse2-memchr-atom.S257 test %al, %al
259 mov %al, %cl
262 test $0x01, %al
264 test $0x02, %al
266 test $0x04, %al
273 test $0x10, %al
275 test $0x20, %al
277 test $0x40, %al
413 test %al,
[all...]
H A Dsse2-wcsrchr-atom.S239 test $15 << 4, %al
288 test $15 << 4, %al
306 test $15 << 4, %al
320 test $15 << 4, %al
374 test $15 << 4, %al
388 test $15 << 4, %al
397 test $15 << 4, %al
H A Dssse3-wcscpy-atom.S359 test %al, %al
361 test $0x01, %al
468 test %al, %al
470 test $0x01, %al
582 test %al, %al
584 test $0x01, %al
H A Dsse2-memset-atom.S108 movb %al, %ah
193 movb %al, -1(%edx)
234 movb %al, -1(%edx)
541 movb %al, -1(%edx)
582 movb %al, -1(%edx)
623 movb %al, -1(%edx)
666 movb %al, -1(%edx)
707 movb %al, -1(%edx)
750 movb %al, -1(%edx)
793 movb %al,
[all...]
H A Dsse2-strrchr-atom.S492 mov %al, %dl
495 test $0x08, %al
497 test $0x04, %al
499 test $0x02, %al
506 test $0x80, %al
508 test $0x40, %al
510 test $0x20, %al
H A Dssse3-strcpy-atom.S2201 test %al, %al
2205 mov %al, %ah
2209 test $0x01, %al
2211 test $0x02, %al
2213 test $0x04, %al
2234 test $0x10, %al
2236 test $0x20, %al
2238 test $0x40, %al
2259 mov %ah, %al
[all...]
H A Dssse3-memcpy-atom.S159 cmp %dl, %al
2188 movb %al, -1(%edx)
2216 movb %al, -1(%edx)
2436 movb %al, -1(%edx)
2456 movb %al, -1(%edx)
2478 movb %al, -1(%edx)
2496 movb %al, -1(%edx)
2790 movb %al, (%edx)
2818 movb %al, (%edx)
3056 movb %al, (
[all...]
H A Dsse2-wcscmp-atom.S126 mov %al, %ch
H A Dssse3-memcmp-atom.S2445 cmpb -1(%edx), %al
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memset-slm.S114 movb %al, %ah
144 movb %al, (%edx)
460 movb %al, -1(%edx)
501 movb %al, -1(%edx)
542 movb %al, -1(%edx)
585 movb %al, -1(%edx)
626 movb %al, -1(%edx)
669 movb %al, -1(%edx)
712 movb %al, -1(%edx)
757 movb %al,
[all...]
H A Dsse2-memmove-slm.S242 movb %al, -1(%edi,%ecx)
300 movb %al, (%edx)
466 movb %al, (%edx)
H A Dsse4-memcmp-slm.S499 cmpb -1(%edx), %al
639 cmpb -1(%edx), %al
803 cmpb -1(%edx), %al
989 cmpb -1(%edx), %al
/bionic/libc/arch-x86_64/string/
H A Dsse4-memcmp-slm.S955 cmp %cl, %al
984 cmp %cl, %al
1601 cmp %cl, %al
/bionic/libc/dns/net/
H A Dgethnamaddr.c138 int32_t al; member in union:__anon38

Completed in 780 milliseconds