Lines Matching refs:limit
21 #define limit x2
60 cbz limit, L(ret0)
76 subs limit, limit, #8
89 add limit, limit, 8 /* Rewind limit to before last subs. */
92 is before the limit. */
98 cmp limit, pos, lsr #3
107 /* Not reached the limit, must have found the end or a diff. */
108 tbz limit, #63, L(not_limit)
109 add tmp1, limit, 8
110 cbz limit, L(not_limit)
112 lsl limit, tmp1, #3 /* Bits -> bytes. */
114 lsr mask, mask, limit
160 We also need to adjust the limit calculations, but without
161 overflowing if the limit is near ULONG_MAX. */
169 /* Adjust the limit and ensure it doesn't overflow. */
170 adds limit, limit, count
171 csinv limit, limit, xzr, lo
179 cmp limit, #16
186 subs limit, limit, #1
200 sub limit, limit, count
246 subs limit, limit, #8
251 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */
276 cmp limit, neg_offset, lsr #3
279 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
284 cmp limit, #8
289 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
293 sub limit, limit, #8
299 cmp pos, limit, lsl #3