Varvara Rainchik | 5a92284 | 2014-04-24 15:41:20 +0400 | [diff] [blame] | 1 | libc_bionic_src_files_x86 += \ |
| 2 | arch-x86/atom/string/sse2-bzero-atom.S \ |
| 3 | arch-x86/atom/string/sse2-index-atom.S \ |
| 4 | arch-x86/atom/string/sse2-memchr-atom.S \ |
| 5 | arch-x86/atom/string/sse2-memrchr-atom.S \ |
| 6 | arch-x86/atom/string/sse2-memset-atom.S \ |
| 7 | arch-x86/atom/string/sse2-strchr-atom.S \ |
| 8 | arch-x86/atom/string/sse2-strlen-atom.S \ |
| 9 | arch-x86/atom/string/sse2-strnlen-atom.S \ |
| 10 | arch-x86/atom/string/sse2-strrchr-atom.S \ |
| 11 | arch-x86/atom/string/sse2-wcschr-atom.S \ |
| 12 | arch-x86/atom/string/sse2-wcsrchr-atom.S \ |
| 13 | arch-x86/atom/string/sse2-wcslen-atom.S \ |
| 14 | arch-x86/atom/string/sse2-wcscmp-atom.S \ |
| 15 | arch-x86/atom/string/ssse3-bcopy-atom.S \ |
| 16 | arch-x86/atom/string/ssse3-memcmp-atom.S \ |
| 17 | arch-x86/atom/string/ssse3-memcmp16-atom.S \ |
| 18 | arch-x86/atom/string/ssse3-memcpy-atom.S \ |
| 19 | arch-x86/atom/string/ssse3-memmove-atom.S \ |
| 20 | arch-x86/atom/string/ssse3-strcat-atom.S \ |
| 21 | arch-x86/atom/string/ssse3-strcmp-atom.S \ |
| 22 | arch-x86/atom/string/ssse3-strcpy-atom.S \ |
| 23 | arch-x86/atom/string/ssse3-strlcat-atom.S \ |
| 24 | arch-x86/atom/string/ssse3-strlcpy-atom.S \ |
| 25 | arch-x86/atom/string/ssse3-strncat-atom.S \ |
| 26 | arch-x86/atom/string/ssse3-strncmp-atom.S \ |
| 27 | arch-x86/atom/string/ssse3-strncpy-atom.S \ |
| 28 | arch-x86/atom/string/ssse3-wcscat-atom.S \ |
| 29 | arch-x86/atom/string/ssse3-wcscpy-atom.S \ |
| 30 | arch-x86/atom/string/ssse3-wmemcmp-atom.S |
| 31 | |
| 32 | libc_bionic_src_files_x86 += \ |
| 33 | arch-x86/silvermont/string/sse2-stpcpy-slm.S \ |
| 34 | arch-x86/silvermont/string/sse2-stpncpy-slm.S |