Home
last modified time | relevance | path

Searched refs:al (Results 1 – 23 of 23) sorted by relevance

/bionic/libc/arch-x86/generic/string/
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,2(%ecx)
47 testb %al,%al
49 movb 3(%edx),%al
[all …]
/bionic/libc/arch-x86/string/
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 …]
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, %al
280 test $0x01, %al
[all …]
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
84 and $15, %al
[all …]
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
226 movb %al, (%edx)
[all …]
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
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, %al
415 mov %al, %cl
[all …]
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
218 and $15, %al
[all …]
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
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
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
Dsse2-memset-slm.S106 movb %al, %ah
136 movb %al, (%edx)
452 movb %al, -1(%edx)
493 movb %al, -1(%edx)
534 movb %al, -1(%edx)
577 movb %al, -1(%edx)
618 movb %al, -1(%edx)
661 movb %al, -1(%edx)
704 movb %al, -1(%edx)
749 movb %al, -1(%edx)
Dsse2-memset-atom.S100 movb %al, %ah
185 movb %al, -1(%edx)
226 movb %al, -1(%edx)
533 movb %al, -1(%edx)
574 movb %al, -1(%edx)
615 movb %al, -1(%edx)
658 movb %al, -1(%edx)
699 movb %al, -1(%edx)
742 movb %al, -1(%edx)
785 movb %al, -1(%edx)
[all …]
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
2260 and $15, %al
[all …]
Dsse2-memmove-slm.S243 movb %al, -1(%edi,%ecx)
301 movb %al, (%edx)
467 movb %al, (%edx)
Dssse3-memcpy-atom.S160 cmp %dl, %al
2189 movb %al, -1(%edx)
2217 movb %al, -1(%edx)
2437 movb %al, -1(%edx)
2457 movb %al, -1(%edx)
2479 movb %al, -1(%edx)
2497 movb %al, -1(%edx)
2791 movb %al, (%edx)
2819 movb %al, (%edx)
3057 movb %al, (%edx)
Dsse4-memcmp-slm.S499 cmpb -1(%edx), %al
639 cmpb -1(%edx), %al
803 cmpb -1(%edx), %al
989 cmpb -1(%edx), %al
Dsse2-wcscmp-atom.S126 mov %al, %ch
Dssse3-memcmp-atom.S2445 cmpb -1(%edx), %al
/bionic/libc/arch-x86_64/string/
Dsse4-memcmp-slm.S955 cmp %cl, %al
984 cmp %cl, %al
1601 cmp %cl, %al
/bionic/libc/dns/net/
Dgethnamaddr.c137 int32_t al; member
/bionic/libm/
DNOTICE417 Copyright (c) 2005-2020 Rich Felker, et al.
/bionic/libc/
DNOTICE3565 Copyright (c) 2005-2020 Rich Felker, et al.