Lines Matching refs:count
19 #define count x2 macro
38 #define G_l count
58 add srcend1, src, count
59 add dstend1, dstin, count
60 cmp count, 128
62 cmp count, 32
66 cmp count, 16
76 tbz count, 3, L(copy8)
86 tbz count, 2, L(copy4)
95 cbz count, L(copy0)
96 lsr tmp1, count, 1
113 cmp count, 64
126 cmp count, 96
147 cmp tmp1, count
156 add count, count, tmp1 /* Count is now 16 too large. */
162 subs count, count, 128 + 16 /* Test and readjust count. */
173 subs count, count, 64
200 sub count, count, tmp1
207 subs count, count, 128
219 subs count, count, 64
249 #define count x2 macro
264 add dstend2, dstin, count
266 cmp count, 96
268 cmp count, 16
273 tbz count, 3, 1f
278 1: tbz count, 2, 2f
282 2: cbz count, 3f
284 tbz count, 1, 3f
291 tbnz count, 6, L(set96)
293 tbz count, 5, 1f
312 cmp count, 160
325 sub count, dstend2, dst /* Count is now 64 too large. */
326 sub count, count, 128 /* Adjust count and bias for loop. */
332 subs count, count, 64
339 sub count, dstend2, dst /* Count is 16 too large. */
341 sub count, count, 64 + 16 /* Adjust count and bias for loop. */
345 subs count, count, 64