Searched refs:dstin (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dmemmove.S69 #define dstin x0 define
93 sub tmp1, dstin, src
99 add dstend, dstin, count
144 stp E_l, E_h, [dstin, 48]
145 stp A_l, A_h, [dstin, 32]
146 stp B_l, B_h, [dstin, 16]
147 stp C_l, C_h, [dstin]
H A Dmemcpy.S61 #define dstin x0 define
106 add dstend, dstin, count
120 stp B_l, B_h, [dstin, 16]
123 stp A_l, A_h, [dstin]
134 str A_l, [dstin]
142 str A_lw, [dstin]
154 strb A_lw, [dstin]
155 strb B_lw, [dstin, tmp1]
168 stp A_l, A_h, [dstin]
169 stp B_l, B_h, [dstin, 1
[all...]
H A Dmemset.S62 #define dstin x0 define
88 add dstend, dstin, count
98 str val, [dstin]
103 str valw, [dstin]
107 strb valw, [dstin]
114 str q0, [dstin]
118 str q0, [dstin, 16]
126 str q0, [dstin, 16]
127 stp q0, q0, [dstin, 32]
135 bic dst, dstin, 1
[all...]
H A Dstrcpy.S42 #define dstin x0 define
166 add dst, dstin, pos, lsr #3 /* Bits to bytes. */
174 str data1, [dstin]
176 add dstin, dst, #8
183 add dst, dstin, pos, lsr #3 /* Bits to bytes. */
196 str data1w, [dstin]
198 mov dstin, dst
207 strh data1w, [dstin]
213 mov dstin, dst
222 stp data1, data2, [dstin]
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dmemmove.S64 #define dstin x0 define
93 sub tmp1, dstin, src
99 add dstend, dstin, count
144 stp E_l, E_h, [dstin, 48]
145 stp A_l, A_h, [dstin, 32]
146 stp B_l, B_h, [dstin, 16]
147 stp C_l, C_h, [dstin]
H A Dmemcpy.S64 #define dstin x0 define
101 add dstend, dstin, count
115 stp B_l, B_h, [dstin, 16]
118 stp A_l, A_h, [dstin]
129 str A_l, [dstin]
137 str A_lw, [dstin]
149 strb A_lw, [dstin]
150 strb B_lw, [dstin, tmp1]
163 stp A_l, A_h, [dstin]
164 stp B_l, B_h, [dstin, 1
[all...]
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemcpy.S80 #define dstin r0 define
155 mov dst, dstin /* Preserve dstin, we need to return it. */

Completed in 84 milliseconds