Lines Matching refs:count
29 #define count x2 macro
48 #define G_l count
80 add srcend, src, count
81 add dstend, dstin, count
82 cmp count, 128
84 cmp count, 32
88 cmp count, 16
98 tbz count, 3, L(copy8)
108 tbz count, 2, L(copy4)
117 cbz count, L(copy0)
118 lsr tmp1, count, 1
135 cmp count, 64
148 cmp count, 96
171 add count, count, tmp1 /* Count is now 16 too large. */
177 subs count, count, 128 + 16 /* Test and readjust count. */
189 subs count, count, 64
216 add srcend, src, count
217 add dstend, dstin, count
218 cmp count, 128
220 cmp count, 32
224 cmp count, 16
237 cmp tmp1, count
245 sub count, count, tmp1
252 subs count, count, 128
264 subs count, count, 64