Searched refs:dstin (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/arch-arm64/generic/bionic/ |
H A D | memcpy_base.S | 63 #define dstin x0 macro 99 add dstend, dstin, count 116 stp A_l, A_h, [dstin] 128 str A_l, [dstin] 136 str A_lw, [dstin] 148 strb A_lw, [dstin] 149 strb B_lw, [dstin, tmp1] 162 stp A_l, A_h, [dstin] 177 and tmp1, dstin, 15 178 bic dst, dstin, 15 [all …]
|
H A D | memset.S | 73 #define dstin x0 macro 104 add dstend, dstin, count 114 str val, [dstin] 119 str valw, [dstin] 123 strb valw, [dstin] 130 str q0, [dstin] 134 str q0, [dstin, 16] 142 str q0, [dstin, 16] 143 stp q0, q0, [dstin, 32] 151 bic dst, dstin, 15 [all …]
|
H A D | memmove.S | 63 #define dstin x0 macro 92 sub tmp1, dstin, src 98 add dstend, dstin, count 143 stp E_l, E_h, [dstin, 48] 144 stp A_l, A_h, [dstin, 32] 145 stp B_l, B_h, [dstin, 16] 146 stp C_l, C_h, [dstin]
|