/sysdeps/i386/i686/ |
A D | memset.S | 26 # define LEN DEST+4 macro 31 # define LEN CHR+4 macro 48 movl LEN(%esp), %ecx
|
A D | memmove.S | 31 # define LEN DEST+4 macro 35 # define LEN SRC+4 macro 51 movl LEN(%esp), %ecx
|
A D | mempcpy.S | 27 #define LEN SRC+4 macro 39 movl LEN(%esp), %ecx
|
A D | memcpy.S | 27 #define LEN SRC+4 macro 47 movl LEN(%esp), %ecx
|
A D | memcmp.S | 25 #define LEN BLK2+4 macro 50 movl LEN(%esp), %ecx
|
/sysdeps/i386/ |
A D | memcmp.S | 25 #define LEN BLK2+4 macro 39 movl LEN(%esp), %ecx
|
A D | stpncpy.S | 28 #define LEN SRC+4 macro 39 movl LEN(%esp), %ecx
|
A D | memchr.S | 27 #define LEN CHR+4 macro 42 movl LEN(%esp), %esi /* len: length of memory block. */
|
/sysdeps/i386/i586/ |
A D | memset.S | 27 # define LEN DEST+4 macro 30 # define LEN CHR+4 macro 48 movl LEN(%esp), %edx
|
A D | memcpy.S | 26 #define LEN SRC+4 macro 47 movl LEN(%esp), %ecx
|
/sysdeps/i386/i686/multiarch/ |
A D | memcpy-sse2-unaligned.S | 35 # define LEN DEST+4 macro 39 # define LEN SRC+4 macro 69 movl LEN(%esp), %ecx 271 movl LEN(%esp), %ecx 675 movl LEN(%esp), %ecx
|
A D | strlen-sse2.S | 31 # define LEN PARMS + 8 macro 55 movl LEN(%esp), %edi 381 movl LEN(%esp), %eax 525 movl LEN(%esp), %eax
|
A D | memrchr-sse2-bsf.S | 37 # define LEN STR2+4 macro 45 mov LEN(%esp), %edx
|
A D | memchr-sse2-bsf.S | 39 # define LEN STR2+4 macro 54 mov LEN(%esp), %edx
|
A D | memcpy-ssse3-rep.S | 36 # define LEN DEST+4 macro 40 # define LEN SRC+4 macro 111 movl LEN(%esp), %ecx 1363 movl LEN(%esp), %ecx 1407 movl LEN(%esp), %ecx 1453 movl LEN(%esp), %ecx 1499 movl LEN(%esp), %ecx 1547 movl LEN(%esp), %ecx
|
A D | memchr-sse2.S | 47 # define LEN STR2+4 macro 60 mov LEN(%esp), %edx
|
A D | strcat-ssse3.S | 44 # define LEN STR2+8 macro 63 mov LEN(%esp), %ebx
|
A D | memcpy-ssse3.S | 35 # define LEN DEST+4 macro 39 # define LEN SRC+4 macro 100 movl LEN(%esp), %ecx 2652 movl LEN(%esp), %ecx 2677 movl LEN(%esp), %ecx 2708 movl LEN(%esp), %ecx 2735 movl LEN(%esp), %ecx 2765 movl LEN(%esp), %ecx 2793 movl LEN(%esp), %ecx 2825 movl LEN(%esp), %ecx [all …]
|
A D | memrchr-sse2.S | 36 # define LEN STR2+4 macro 42 mov LEN(%esp), %edx
|
A D | memset-sse2-rep.S | 37 # define LEN DEST+4 macro 42 # define LEN CHR+4 macro 91 movl LEN(%esp), %ecx
|
A D | memset-sse2.S | 37 # define LEN DEST+4 macro 42 # define LEN CHR+4 macro 91 movl LEN(%esp), %ecx
|
A D | strcat-sse2.S | 73 # define LEN STR2+8 macro 93 movl LEN(%esp), %ebx
|
A D | wcscpy-ssse3.S | 37 # define LEN STR2+4 macro
|
A D | memcmp-sse4.S | 41 # define LEN BLK2 + 4 macro 82 movl LEN(%esp), %ecx
|
A D | memcmp-ssse3.S | 41 # define LEN BLK2+4 macro 52 movl LEN(%esp), %ecx
|