/bionic/tests/ |
D | dl_test.cpp | 64 TEST(dl, main_preempts_global_default) { in TEST() argument 70 TEST(dl, main_does_not_preempt_global_protected) { in TEST() argument 75 TEST(dl, lib_preempts_global_default) { in TEST() argument 79 TEST(dl, lib_does_not_preempt_global_protected) { in TEST() argument 113 TEST(dl, exec_linker) { in TEST() argument 124 TEST(dl, exec_linker_load_file) { in TEST() argument 140 TEST(dl, exec_linker_load_from_zip) { in TEST() argument 156 TEST(dl, exec_linker_load_self) { in TEST() argument 166 TEST(dl, preinit_system_calls) { in TEST() argument 178 TEST(dl, preinit_getauxval) { in TEST() argument [all …]
|
/bionic/libc/arch-x86_64/string/ |
D | sse4-memcmp-slm.S | 864 mov $-65, %dl 871 mov $-49, %dl 878 mov $-33, %dl 925 mov $-66, %dl 932 mov $-50, %dl 939 mov $-34, %dl 995 mov $-67, %dl 1002 mov $-51, %dl 1009 mov $-35, %dl 1073 mov $-68, %dl [all …]
|
D | sse2-memset-slm.S | 60 testb $8, %dl 62 testb $4, %dl 64 testb $2, %dl 66 testb $1, %dl
|
D | sse2-memmove-slm.S | 229 cmpb $8, %dl 231 cmpb $4, %dl 234 cmpb $2, %dl 283 testb $24, %dl 285 testb $4, %dl 291 testb $2, %dl 440 testb $24, %dl 442 testb $4, %dl 448 testb $2, %dl
|
D | sse2-strcpy-slm.S | 1085 mov (%rsi), %dl 1086 mov %dl, (%rdi) 1112 mov 2(%rsi), %dl 1114 mov %dl, 2(%rdi) 1140 mov 4(%rsi), %dl 1142 mov %dl, 4(%rdi) 1198 mov 8(%rsi), %dl 1200 mov %dl, 8(%rdi) 1377 mov 20(%rsi), %dl 1380 mov %dl, 20(%rdi) [all …]
|
/bionic/libc/arch-x86/atom/string/ |
D | sse2-strlen-atom.S | 338 test %dl, %dl 341 mov %dl, %cl 344 test $0x01, %dl 346 test $0x02, %dl 348 test $0x04, %dl 355 test $0x10, %dl 357 test $0x20, %dl 359 test $0x40, %dl 442 test %dl, %dl 444 mov %dl, %cl [all …]
|
D | sse2-strchr-atom.S | 194 mov %dl, %ch 200 test $0x10, %dl 204 test $0x20, %dl 208 test $0x40, %dl 217 test $0x01, %dl 221 test $0x02, %dl 225 test $0x04, %dl 232 test %dl, %dl
|
D | sse2-memrchr-atom.S | 231 mov %al, %dl 232 and $15 << 4, %dl 298 mov %al, %dl 299 and $15 << 4, %dl 315 mov %al, %dl 316 and $15 << 4, %dl 335 mov %al, %dl 336 and $15 << 4, %dl 668 mov %dl, %cl 700 add %dl, %dh [all …]
|
D | sse2-wcschr-atom.S | 139 test $15, %dl 209 test $15, %dl 221 test %dl, %dl
|
D | sse2-wcscmp-atom.S | 127 mov %dl, %cl 891 test %dl, %dl 893 and $15, %dl 926 test %dl, %dl 928 and $15, %dl 961 test %dl, %dl 963 and $15, %dl 996 test %dl, %dl 998 and $15, %dl
|
D | sse2-strrchr-atom.S | 272 mov %cl, %dl 273 and $15, %dl 492 mov %al, %dl 493 and $15 << 4, %dl 613 mov %cl, %dl 614 and $15, %dl
|
D | sse2-wcslen-atom.S | 238 test %dl, %dl 241 mov %dl, %cl
|
D | ssse3-strlcat-atom.S | 1031 test %dl, %dl 1034 mov %dl, %cl 1037 test $0x01, %dl 1039 test $0x02, %dl 1041 test $0x04, %dl 1048 test $0x10, %dl 1050 test $0x20, %dl 1052 test $0x40, %dl
|
D | ssse3-strlcpy-atom.S | 1208 test %dl, %dl 1211 mov %dl, %cl 1214 test $0x01, %dl 1216 test $0x02, %dl 1218 test $0x04, %dl 1225 test $0x10, %dl 1227 test $0x20, %dl 1229 test $0x40, %dl
|
D | ssse3-memcmp-atom.S | 1597 test %dl, %dl 1600 test $0x01, %dl 1603 test $0x02, %dl 1606 test $0x04, %dl 1609 test $0x08, %dl 1612 test $0x10, %dl 1615 test $0x20, %dl 1618 test $0x40, %dl 1709 test %dl, %dl 1711 and $15, %dl [all …]
|
D | ssse3-strcpy-atom.S | 2698 movb %dl, (%ecx) 2709 movb %dl, 2(%ecx) 2720 movb %dl, 4(%ecx) 2743 movb %dl, 8(%ecx)
|
D | ssse3-memcpy-atom.S | 159 cmp %dl, %al
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-strcpy-slm.S | 1214 xor %dl, %dl 1217 movb %dl, 20(%edi) 1417 movb (%esi), %dl 1418 movb %dl, (%edi) 1435 movb 2(%esi), %dl 1437 movb %dl, 2(%edi) 1455 movb 4(%esi), %dl 1457 movb %dl, 4(%edi) 1497 movb 8(%esi), %dl 1499 movb %dl, 8(%edi) [all …]
|
/bionic/libm/x86/ |
D | libm_sincos_huge.S | 192 testb $2, %dl 293 testb $2, %dl 397 testb $2, %dl
|
D | libm_tancot_huge.S | 186 testb $2, %dl 325 testb $2, %dl 441 testb $2, %dl
|