Lines Matching refs:count
30 #define count x2 macro
71 add srcend, src, count
72 add dstend, dstin, count
73 cmp count, 128
75 cmp count, 32
79 cmp count, 16
89 tbz count, 3, L(copy8)
98 tbz count, 2, L(copy4)
107 cbz count, L(copy0)
108 lsr tmp1, count, 1
123 cmp count, 64
133 cmp count, 96
153 add count, count, tmp1 /* Count is now 16 too large. */
157 subs count, count, 128 + 16 /* Test and readjust count. */
166 subs count, count, 64
188 add srcend, src, count
189 add dstend, dstin, count
190 cmp count, 128
192 cmp count, 32
196 cmp count, 16
208 cmp tmp1, count
217 sub count, count, tmp1
222 subs count, count, 128
233 subs count, count, 64