/bionic/libc/arch-x86/generic/string/ |
D | strcmp.S | 23 L2: movb (%eax),%cl 24 testb %cl,%cl /* null terminator??? */ 26 cmpb %cl,(%edx) /* chars match??? */ 30 movb (%eax),%cl 31 testb %cl,%cl 33 cmpb %cl,(%edx) 37 movb (%eax),%cl 38 testb %cl,%cl 40 cmpb %cl,(%edx) 44 movb (%eax),%cl [all …]
|
/bionic/libc/arch-x86/atom/string/ |
D | ssse3-strcmp-atom.S | 130 cmpb %cl, (%edx) 136 cmpb %cl, 1(%edx) 142 cmpb %cl, 2(%edx) 148 cmpb %cl, 3(%edx) 154 cmpb %cl, 4(%edx) 160 cmpb %cl, 5(%edx) 166 cmpb %cl, 6(%edx) 172 cmpb %cl, 7(%edx) 281 shr %cl, %esi 282 shr %cl, %edi [all …]
|
D | sse2-strrchr-atom.S | 162 shr %cl, %edx 163 shr %cl, %eax 270 test %cl, %cl 272 mov %cl, %dl 275 test $0x01, %cl 277 test $0x02, %cl 279 test $0x04, %cl 293 test $0x10, %cl 295 test $0x20, %cl 297 test $0x40, %cl [all …]
|
D | sse2-wcsrchr-atom.S | 159 shr %cl, %edx 160 shr %cl, %eax 267 test %cl, %cl 269 test $15, %cl 359 test %cl, %cl 361 test $15, %cl
|
D | sse2-strchr-atom.S | 115 sarl %cl, %edx 116 sarl %cl, %eax 190 mov %al, %cl 191 and $15, %cl 235 mov %ah, %cl 236 and $15, %cl
|
D | sse2-memrchr-atom.S | 668 mov %dl, %cl 672 sal %cl, %edx 699 mov %cl, %dh 709 sar %cl, %edi 711 mov %dl, %cl 714 sal %cl, %edx 734 mov %cl, %ch 736 mov %dh, %cl 738 sal %cl, %edx 749 mov %ch, %cl [all …]
|
D | sse2-memchr-atom.S | 130 sar %cl, %eax 259 mov %al, %cl 260 and $15, %cl 415 mov %al, %cl 416 and $15, %cl
|
D | sse2-wcschr-atom.S | 125 sarl %cl, %edx 126 sarl %cl, %eax
|
D | sse2-wcslen-atom.S | 241 mov %dl, %cl 242 and $15, %cl
|
D | sse2-strlen-atom.S | 341 mov %dl, %cl 342 and $15, %cl 444 mov %dl, %cl 445 and $15, %cl
|
D | ssse3-strcat-atom.S | 438 xor %cl, %cl 439 movb %cl, (%eax)
|
/bionic/libm/x86_64/ |
D | s_cos.S | 370 shll %cl, %r9d 375 shrl %cl, %r9d 388 shlq %cl, %r9 390 shlq %cl, %r10 394 shrq %cl, %rax 395 shrq %cl, %r8 525 shrq %cl, %r10 527 shrq %cl, %r9 531 shlq %cl, %rax 538 shlq %cl, %r9 [all …]
|
D | s_sin.S | 377 shll %cl, %r9d 382 shrl %cl, %r9d 395 shlq %cl, %r9 397 shlq %cl, %r10 401 shrq %cl, %rax 402 shrq %cl, %r8 532 shrq %cl, %r10 534 shrq %cl, %r9 538 shlq %cl, %rax 545 shlq %cl, %r9 [all …]
|
D | s_tan.S | 359 shll %cl, %r9d 364 shrl %cl, %r9d 377 shlq %cl, %r9 379 shlq %cl, %r10 383 shrq %cl, %rax 384 shrq %cl, %r8 548 shrq %cl, %r10 550 shrq %cl, %r9 554 shlq %cl, %rax 561 shlq %cl, %r9 [all …]
|
/bionic/libc/arch-x86_64/string/ |
D | ssse3-strcmp-slm.S | 157 shr %cl, %edx /* adjust 0xffff for offset */ 158 shr %cl, %r9d /* adjust for 16-byte offset */ 222 shr %cl, %edx /* adjust 0xffff for offset */ 223 shr %cl, %r9d /* adjust for 16-byte offset */ 337 shr %cl, %edx 338 shr %cl, %r9d 446 shr %cl, %edx 447 shr %cl, %r9d 556 shr %cl, %edx 557 shr %cl, %r9d [all …]
|
D | sse2-strlcpy-slm.S | 184 shr %cl, %rdx 800 mov 16(%rsi), %cl 802 mov %cl, 16(%rdi) 867 mov 24(%rsi), %cl 870 mov %cl, 24(%rdi) 939 mov 32(%rsi), %cl 942 mov %cl, 32(%rdi) 949 mov 32(%rsi), %cl 952 mov %cl, 32(%rdi)
|
D | sse2-memset-slm.S | 68 movb %cl, (%rdi)
|
D | sse2-strcpy-slm.S | 101 shr %cl, %rdx 1316 mov 16(%rsi), %cl 1318 mov %cl, 16(%rdi) 1439 mov 24(%rsi), %cl 1442 mov %cl, 24(%rdi) 1567 mov 32(%rsi), %cl 1570 mov %cl, 32(%rdi)
|
/bionic/libc/bionic/ |
D | getentropy_linux.c | 307 static const int cl[] = { variable 379 for (ii = 0; ii < sizeof(cl)/sizeof(cl[0]); ii++) in getentropy_fallback() 380 HX(clock_gettime(cl[ii], &ts) == -1, ts); in getentropy_fallback() 448 for (ii = 0; ii < sizeof(cl)/sizeof(cl[0]); in getentropy_fallback() 450 HX((e = clock_gettime(cl[ii], in getentropy_fallback()
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-memmove-slm.S | 232 cmpb $8, %cl 234 cmpb $4, %cl 237 cmpb $2, %cl 286 testb $24, %cl 288 testb $4, %cl 294 testb $2, %cl 452 testb $24, %cl 454 testb $4, %cl 460 testb $2, %cl
|
D | sse2-memcpy-slm.S | 274 testb $24, %cl 276 testb $4, %cl 283 testb $2, %cl
|
D | sse4-memcmp-slm.S | 405 cmp -1(%edx), %cl 448 cmp %bl, %cl 493 cmpb %bl, %cl 565 cmp -1(%edx), %cl 599 cmp %bl, %cl 634 cmpb %bl, %cl 719 cmp -1(%edx), %cl 759 cmp %bl, %cl 798 cmpb %bl, %cl 899 cmp -1(%edx), %cl [all …]
|
D | sse2-strcpy-slm.S | 160 shr %cl, %edx 1149 xor %cl, %cl 1151 movb %cl, 16(%edi) 1280 xor %cl, %cl 1283 movb %cl, 24(%edi) 1583 movb 16(%esi), %cl 1585 movb %cl, 16(%edi) 1674 movb 24(%esi), %cl 1677 movb %cl, 24(%edi) 1770 movb 32(%esi), %cl [all …]
|
/bionic/libm/x86/ |
D | libm_sincos_huge.S | 101 shrl %cl, %edx 103 shll %cl, %eax 106 shrl %cl, %esi
|
D | libm_reduce_pi04l.S | 68 shrl %cl, %eax 256 shrl %cl, %eax 257 shll %cl, %eax 260 shrl %cl, %eax 267 shrl %cl, %edx 268 shll %cl, %edx 271 shll %cl, %eax 274 shrl %cl, %edx
|