Searched refs:DEST (Results 1 – 16 of 16) sorted by relevance
/sysdeps/i386/i686/ |
A D | memset.S | 25 # define DEST PARMS macro 26 # define LEN DEST+4 29 # define DEST RTN macro 30 # define CHR DEST+4 47 movl DEST(%esp), %edx 84 movl DEST(%esp), %eax /* start address of destination is result */
|
A D | memmove.S | 30 # define DEST SRC+4 macro 31 # define LEN DEST+4 33 # define DEST RTN macro 34 # define SRC DEST+4 52 movl DEST(%esp), %edi 75 movl DEST(%esp), %eax 107 movl DEST(%esp), %eax
|
A D | memcpy.S | 25 #define DEST RTN macro 26 #define SRC DEST+4 40 movl DEST(%esp), %edi 79 movl DEST(%esp), %eax
|
A D | mempcpy.S | 25 #define DEST RTN macro 26 #define SRC DEST+4 42 movl DEST(%esp), %edi
|
/sysdeps/i386/i586/ |
A D | memset.S | 25 #define DEST RTN macro 27 # define LEN DEST+4 29 # define CHR DEST+4 46 movl DEST(%esp), %edi 105 movl DEST(%esp), %eax /* start address of destination is result */
|
A D | memcpy.S | 24 #define DEST RTN macro 25 #define SRC DEST+4 43 movl DEST(%esp), %edi 103 movl DEST(%esp), %eax
|
A D | strcpy.S | 24 #define DEST RTN macro 25 #define SRC DEST+4 43 movl DEST(%esp), %edi 146 movl DEST(%esp), %eax
|
/sysdeps/i386/ |
A D | stpcpy.S | 28 #define DEST RTN macro 29 #define SRC DEST+4 34 movl DEST(%esp), %eax
|
A D | stpncpy.S | 26 #define DEST RTN macro 27 #define SRC DEST+4 36 movl DEST(%esp), %eax
|
A D | strcat.S | 25 #define DEST RTN macro 26 #define SRC DEST+4 34 movl DEST(%esp), %edx 256 L(8): movl DEST(%esp), %eax /* start address of destination is result */
|
/sysdeps/i386/i686/multiarch/ |
A D | memcpy-ssse3.S | 34 # define DEST SRC+4 macro 35 # define LEN DEST+4 37 # define DEST PARMS macro 38 # define SRC DEST+4 102 movl DEST(%esp), %edx 177 movl DEST+4(%esp), %edi 385 movl DEST+4(%esp), %edi 1986 movl DEST(%esp), %eax 2012 movl DEST(%esp), %eax 2027 movl DEST(%esp), %eax [all …]
|
A D | memcpy-ssse3-rep.S | 35 # define DEST SRC+4 macro 36 # define LEN DEST+4 38 # define DEST PARMS macro 39 # define SRC DEST+4 113 movl DEST(%esp), %edx 1104 movl DEST(%esp), %eax 1119 movl DEST(%esp), %eax 1164 movl DEST(%esp), %eax 1210 movl DEST(%esp), %eax 1258 movl DEST(%esp), %eax [all …]
|
A D | memcpy-sse2-unaligned.S | 34 # define DEST SRC+4 macro 35 # define LEN DEST+4 37 # define DEST PARMS macro 38 # define SRC DEST+4 71 movl DEST(%esp), %edx
|
A D | memset-sse2-rep.S | 36 # define DEST PARMS macro 37 # define LEN DEST+4 40 # define DEST PARMS macro 41 # define CHR DEST+4 43 # define SETRTNVAL movl DEST(%esp), %eax 102 movl DEST(%esp), %edx
|
A D | memset-sse2.S | 36 # define DEST PARMS macro 37 # define LEN DEST+4 40 # define DEST PARMS macro 41 # define CHR DEST+4 43 # define SETRTNVAL movl DEST(%esp), %eax 102 movl DEST(%esp), %edx
|
/sysdeps/arm/armv6/ |
A D | strcpy.S | 44 @ Signal strcpy with DEST in IP.
|
Completed in 17 milliseconds