Searched refs:endloop (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A 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*/
|
H A 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
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | strncmp.S | 43 #define endloop x14 define 82 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 84 ccmp endloop, #0, #0, eq 253 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 255 orr tmp3, endloop, has_nul
|
Completed in 2 milliseconds