Searched refs:has_nul1 (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strlen.S | 46 has_nul1 .req x5 label 82 bic has_nul1, tmp1, tmp2 84 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */ 88 cbz has_nul1, .Lnul_in_data2 91 mov has_nul2, has_nul1
|
A D | strnlen.S | 48 has_nul1 .req x6 label 90 bic has_nul1, tmp1, tmp2 93 orr tmp1, has_nul1, has_nul2 105 cbz has_nul1, .Lnul_in_data2 109 mov has_nul2, has_nul1
|
Completed in 2 milliseconds