Lines Matching refs:count
21 #define count x2 macro
40 #define G_l count
64 add srcend, src, count
65 add dstend, dstin, count
66 cmp count, 128
68 cmp count, 32
72 cmp count, 16
82 tbz count, 3, L(copy8)
92 tbz count, 2, L(copy4)
101 cbz count, L(copy0)
102 lsr tmp1, count, 1
119 cmp count, 64
132 cmp count, 96
153 cmp tmp1, count
162 add count, count, tmp1 /* Count is now 16 too large. */
168 subs count, count, 128 + 16 /* Test and readjust count. */
180 subs count, count, 64
207 sub count, count, tmp1
214 subs count, count, 128
226 subs count, count, 64