Home | History | Annotate | Download | only in AArch64

Lines Matching defs:count

64 #define count     x1

81 lsl count, count, #1
87 lsl count, count, #2
93 lsl count, count, #3
104 0: add dstend, dstin, count
107 cmp count, 96
109 cmp count, 16
113 tbz count, 3, 1f
118 1: tbz count, 2, 2f
122 2: cbz count, 3f
124 tbz count, 1, 3f
131 tbnz count, 6, L(set96)
133 tbz count, 5, 1f
152 cmp count, 256
156 sub count, dstend, dst // Count is 16 too large.
158 sub count, count, 64 + 16 // Adjust count and bias for loop.
162 subs count, count, 64
184 sub count, dstend, dst // Count is now 128 too large.
185 sub count, count, 128+64+64 // Adjust count and bias for loop.
190 subs count, count, 64
208 sub count, dstend, dst // Count is now 128 too large.
209 sub count, count, 128+128 // Adjust count and bias for loop.
213 subs count, count, 128
225 cmp count, tmp1
231 subs count, tmp1, dst // Actual alignment bytes to write.
236 subs count, count, 64
239 sub count, dstend, tmp1 // Remaining bytes to write.
240 subs count, count, zva_len
244 subs count, count, zva_len
246 4: add count, count, zva_len