Lines Matching refs:count
19 #define count x2 macro
38 #define G_l count
62 add srcend, src, count
63 add dstend, dstin, count
64 cmp count, 128
66 cmp count, 32
70 cmp count, 16
80 tbz count, 3, L(copy8)
90 tbz count, 2, L(copy4)
99 cbz count, L(copy0)
100 lsr tmp1, count, 1
117 cmp count, 64
130 cmp count, 96
149 cmp count, tmp2, LSL#10
154 cmp tmp1, count
163 add count, count, tmp1 /* Count is now 16 too large. */
169 subs count, count, 128 + 16 /* Test and readjust count. */
181 subs count, count, 64
208 sub count, count, tmp1
215 subs count, count, 128
227 subs count, count, 64
252 cmp tmp1, count
261 add count, count, tmp1 /* Count is now 16 too large. */
268 subs count, count, 128 + 16 /* Test and readjust count. */
282 subs count, count, 64
309 sub count, count, tmp1
317 subs count, count, 128
331 subs count, count, 64