Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 22 of 22) sorted by relevance

/bionic/tests/
Ddl_test.cpp56 TEST(dl, main_preempts_global_default) { in TEST() argument
62 TEST(dl, main_does_not_preempt_global_protected) { in TEST() argument
67 TEST(dl, lib_preempts_global_default) { in TEST() argument
71 TEST(dl, lib_does_not_preempt_global_protected) { in TEST() argument
75 TEST(dl, exec_linker) { in TEST() argument
90 TEST(dl, preinit_system_calls) { in TEST() argument
101 TEST(dl, xfail_preinit_getauxval) { in TEST() argument
/bionic/libc/arch-x86_64/string/
Dsse4-memcmp-slm.S864 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 …]
Dsse2-memset-slm.S60 testb $8, %dl
62 testb $4, %dl
64 testb $2, %dl
66 testb $1, %dl
Dsse2-memmove-slm.S223 cmpb $8, %dl
225 cmpb $4, %dl
228 cmpb $2, %dl
277 testb $24, %dl
279 testb $4, %dl
285 testb $2, %dl
434 testb $24, %dl
436 testb $4, %dl
442 testb $2, %dl
Dsse2-memcpy-slm.S265 testb $24, %dl
267 testb $4, %dl
274 testb $2, %dl
Dsse2-strlcpy-slm.S681 mov (%rsi), %dl
682 mov %dl, (%rdi)
694 mov 2(%rsi), %dl
696 mov %dl, 2(%rdi)
708 mov 4(%rsi), %dl
710 mov %dl, 4(%rdi)
738 mov 8(%rsi), %dl
740 mov %dl, 8(%rdi)
833 mov 20(%rsi), %dl
836 mov %dl, 20(%rdi)
Dsse2-strcpy-slm.S1085 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/
Dsse2-strlen-atom.S338 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 …]
Dsse2-strchr-atom.S194 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
Dsse2-wcschr-atom.S139 test $15, %dl
209 test $15, %dl
221 test %dl, %dl
Dsse2-memrchr-atom.S231 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 …]
Dsse2-wcscmp-atom.S127 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
Dsse2-wcslen-atom.S238 test %dl, %dl
241 mov %dl, %cl
Dsse2-strrchr-atom.S272 mov %cl, %dl
273 and $15, %dl
492 mov %al, %dl
493 and $15 << 4, %dl
613 mov %cl, %dl
614 and $15, %dl
Dssse3-strlcat-atom.S1031 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
Dssse3-strlcpy-atom.S1208 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
Dssse3-memcmp-atom.S1597 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 …]
Dssse3-strcpy-atom.S2698 movb %dl, (%ecx)
2709 movb %dl, 2(%ecx)
2720 movb %dl, 4(%ecx)
2743 movb %dl, 8(%ecx)
Dssse3-memcpy-atom.S159 cmp %dl, %al
/bionic/libc/arch-x86/silvermont/string/
Dsse2-strcpy-slm.S1214 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/
Dlibm_sincos_huge.S192 testb $2, %dl
293 testb $2, %dl
397 testb $2, %dl
Dlibm_tancot_huge.S186 testb $2, %dl
325 testb $2, %dl
441 testb $2, %dl