/bionic/libc/arch-arm64/generic/bionic/ |
memmove.S | 42 #define dstin x0 define 74 cmp dstin, src 77 cmp dstin, tmp1 83 add dst, dstin, count 208 cmp dstin, tmp1 211 mov dst, dstin /* Preserve DSTIN for return value. */
|
string_copy.S | 72 #define dstin x0 define 106 mov dst, dstin
|
memcpy.S | 37 #define dstin x0 define 59 mov dst, dstin
|
memset.S | 47 #define dstin x0 define 73 mov dst, dstin /* Preserve return value. */
|
/bionic/libc/arch-arm64/generic-neon/bionic/ |
memcpy.S | 37 #define dstin x0 define 64 mov dst, dstin
|
/bionic/libc/arch-arm64/denver64/bionic/ |
memcpy.S | 38 #define dstin x0 define 65 mov dst, dstin
|
memset.S | 48 #define dstin x0 define 68 mov dst, dstin /* Preserve return value. */
|
/bionic/libc/arch-arm/bionic/ |
memcpy.a9.S | 85 #define dstin r0 define 153 mov dst, dstin /* Preserve dstin, we need to return it. */
|