Home
last modified time | relevance | path

Searched refs:endloop (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/lib/
Dstrncmp.S65 endloop .req x15 label
96 csinv endloop, diff, xzr, pl /* Last Dword or differences.*/
98 ccmp endloop, #0, #0, eq
204 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
206 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/
228 csinv endloop, diff, xzr, eq
229 cbnz endloop, .Lunequal_proc
238 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
240 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/
Dmemcmp.S53 endloop .req x7 label
80 csinv endloop, diff, xzr, cs /* Last Dword or differences. */
81 cbz endloop, .Lloop_aligned
183 csinv endloop, diff, xzr, ne
184 cbnz endloop, .Lunequal_proc
209 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
210 cbz endloop, .Lloopcmp_proc