Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A 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*/
A Dmemcmp.S52 endloop .req x7 label
79 csinv endloop, diff, xzr, cs /* Last Dword or differences. */
80 cbz endloop, .Lloop_aligned
182 csinv endloop, diff, xzr, ne
183 cbnz endloop, .Lunequal_proc
208 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
209 cbz endloop, .Lloopcmp_proc

Completed in 3 milliseconds