Lines Matching full:src
10 * files/head:/src/aarch64/
15 * Copy a buffer from src to dest (alignment handled by the hardware)
19 * x1 - src
25 src .req x1 label
48 cpy1 dst, src, count
57 neg tmp2, src
62 * Copy the leading memory data from src to dst in an increasing
64 * memory data is eliminated when the distance between src and
68 ldrb1 tmp1w, src, #1
72 ldrh1 tmp1w, src, #2
76 ldr1 tmp1w, src, #4
80 ldr1 tmp1, src, #8
100 ldp1 A_l, A_h, src, #16
103 ldp1 A_l, A_h, src, #16
106 ldp1 A_l, A_h, src, #16
112 * bytes from (src-16) to (dst-16) and to backward the src to aligned
115 * precondition that src address is at least 16 bytes bigger than dst
121 ldr1 tmp1, src, #8
125 ldr1 tmp1w, src, #4
129 ldrh1 tmp1w, src, #2
133 ldrb1 tmp1w, src, #1
145 ldp1 A_l, A_h, src, #16
147 ldp1 B_l, B_h, src, #16
148 ldp1 C_l, C_h, src, #16
151 ldp1 D_l, D_h, src, #16
165 ldp1 A_l, A_h, src, #16
166 ldp1 B_l, B_h, src, #16
167 ldp1 C_l, C_h, src, #16
168 ldp1 D_l, D_h, src, #16
175 ldp1 A_l, A_h, src, #16
177 ldp1 B_l, B_h, src, #16
179 ldp1 C_l, C_h, src, #16
181 ldp1 D_l, D_h, src, #16