Lines Matching full:stp
76 * The count is not less than 16, we can use stp to store the start 16 bytes,
80 stp A_l, A_l, [dst] /*non-aligned store..*/
97 stp A_l, A_l, [dst], #16
99 stp A_l, A_l, [dst], #16
101 stp A_l, A_l, [dst], #16
103 * The last store length is less than 16,use stp to write last 16 bytes.
110 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
123 stp A_l, A_l, [dst, #16]
124 stp A_l, A_l, [dst, #32]
125 stp A_l, A_l, [dst, #48]
126 stp A_l, A_l, [dst, #64]!
186 stp A_l, A_l, [dst]
187 stp A_l, A_l, [dst, #16]
188 stp A_l, A_l, [dst, #32]
190 stp A_l, A_l, [dst, #48]