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.S155 movb %al, %ah
241 movb %al, -1(%edx)
282 movb %al, -1(%edx)
619 movb %al, -1(%edx)
660 movb %al, -1(%edx)
701 movb %al, -1(%edx)
744 movb %al, -1(%edx)
785 movb %al, -1(%edx)
828 movb %al, -1(%edx)
871 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.S165 cmp %dl, %al
2208 movb %al, -1(%edx)
2238 movb %al, -1(%edx)
2482 movb %al, -1(%edx)
2504 movb %al, -1(%edx)
2528 movb %al, -1(%edx)
2548 movb %al, -1(%edx)
2860 movb %al, (%edx)
2890 movb %al, (%edx)
3130 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.S161 movb %al, %ah
192 movb %al, (%edx)
540 movb %al, -1(%edx)
581 movb %al, -1(%edx)
622 movb %al, -1(%edx)
665 movb %al, -1(%edx)
706 movb %al, -1(%edx)
749 movb %al, -1(%edx)
792 movb %al, -1(%edx)
837 movb %al,
[all...]
H A Dsse2-memmove-slm.S248 movb %al, -1(%edi,%ecx)
306 movb %al, (%edx)
469 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/
H A Dgethnamaddr.c104 int32_t al; member in union:__anon12

Completed in 2133 milliseconds