Lines Matching refs:count
22 #define count x2 macro
41 #define G_l count
61 add srcend, src, count
62 add dstend, dstin, count
63 cmp count, 128
65 cmp count, 32
69 cmp count, 16
79 tbz count, 3, L(copy8)
89 tbz count, 2, L(copy4)
98 cbz count, L(copy0)
99 lsr tmp1, count, 1
116 cmp count, 64
129 cmp count, 96
150 cmp tmp1, count
159 add count, count, tmp1 /* Count is now 16 too large. */
165 subs count, count, 128 + 16 /* Test and readjust count. */
177 subs count, count, 64
204 sub count, count, tmp1
211 subs count, count, 128
223 subs count, count, 64
251 cpyp [dst]!, [src]!, count!
252 cpym [dst]!, [src]!, count!
253 cpye [dst]!, [src]!, count!