Lines Matching refs:count
23 #define count x2 macro
42 #define G_l count
66 add srcend, src, count
67 add dstend, dstin, count
68 cmp count, 128
70 cmp count, 32
74 cmp count, 16
84 tbz count, 3, L(copy8)
94 tbz count, 2, L(copy4)
103 cbz count, L(copy0)
104 lsr tmp1, count, 1
121 cmp count, 64
134 cmp count, 96
155 cmp tmp1, count
164 add count, count, tmp1 /* Count is now 16 too large. */
170 subs count, count, 128 + 16 /* Test and readjust count. */
182 subs count, count, 64
209 sub count, count, tmp1
216 subs count, count, 128
228 subs count, count, 64