/bionic/libc/arch-x86/generic/string/ |
D | strcat.S | 37 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/atom/string/ |
D | sse2-memrchr-atom.S | 231 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 …]
|
D | sse2-strchr-atom.S | 187 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 …]
|
D | ssse3-strcat-atom.S | 177 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 …]
|
D | ssse3-strlcpy-atom.S | 43 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 …]
|
D | sse2-wcschr-atom.S | 135 test %al, %al 137 test $15, %al 205 test %al, %al 207 test $15, %al 237 test %al, %al 240 test $0x01, %al
|
D | sse2-memchr-atom.S | 257 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 …]
|
D | ssse3-strlcat-atom.S | 177 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 …]
|
D | sse2-wcsrchr-atom.S | 239 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
|
D | ssse3-wcscpy-atom.S | 359 test %al, %al 361 test $0x01, %al 468 test %al, %al 470 test $0x01, %al 582 test %al, %al 584 test $0x01, %al
|
D | sse2-strrchr-atom.S | 492 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
|
D | sse2-memset-atom.S | 108 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, -1(%edx) [all …]
|
D | ssse3-strcpy-atom.S | 2201 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 …]
|
D | ssse3-memcpy-atom.S | 159 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, (%edx)
|
D | sse2-wcscmp-atom.S | 126 mov %al, %ch
|
D | ssse3-memcmp-atom.S | 2445 cmpb -1(%edx), %al
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-memset-slm.S | 114 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, -1(%edx)
|
D | sse2-memmove-slm.S | 242 movb %al, -1(%edi,%ecx) 300 movb %al, (%edx) 466 movb %al, (%edx)
|
D | sse4-memcmp-slm.S | 499 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/ |
D | sse4-memcmp-slm.S | 955 cmp %cl, %al 984 cmp %cl, %al 1601 cmp %cl, %al
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 138 int32_t al; member
|