Lines Matching full:stp
75 * The count is not less than 16, we can use stp to store the start 16 bytes,
79 stp A_l, A_l, [dst] /*non-aligned store..*/
96 stp A_l, A_l, [dst], #16
98 stp A_l, A_l, [dst], #16
100 stp A_l, A_l, [dst], #16
102 * The last store length is less than 16,use stp to write last 16 bytes.
109 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
122 stp A_l, A_l, [dst, #16]
123 stp A_l, A_l, [dst, #32]
124 stp A_l, A_l, [dst, #48]
125 stp A_l, A_l, [dst, #64]!
185 stp A_l, A_l, [dst]
186 stp A_l, A_l, [dst, #16]
187 stp A_l, A_l, [dst, #32]
189 stp A_l, A_l, [dst, #48]