Searched refs:endloop (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/lib/ |
D | strncmp.S | 53 endloop .req x15 label 84 csinv endloop, diff, xzr, pl /* Last Dword or differences.*/ 86 ccmp endloop, #0, #0, eq 192 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 194 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/ 216 csinv endloop, diff, xzr, eq 217 cbnz endloop, .Lunequal_proc 226 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 228 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/
|
D | memcmp.S | 41 endloop .req x7 label 68 csinv endloop, diff, xzr, cs /* Last Dword or differences. */ 69 cbz endloop, .Lloop_aligned 171 csinv endloop, diff, xzr, ne 172 cbnz endloop, .Lunequal_proc 197 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/ 198 cbz endloop, .Lloopcmp_proc
|