Searched refs:has_nul1 (Results 1 - 3 of 3) sorted by relevance
/bionic/libc/arch-arm64/generic/bionic/ |
H A D | strlen.S | 46 #define has_nul1 x4 define 105 string is 0x01) means we cannot use has_nul1/2 directly. 115 bics has_nul1, tmp1, tmp2 120 /* Enter with C = has_nul1 == 0. */ 121 csel has_nul1, has_nul1, has_nul2, cc 123 rev has_nul1, has_nul1 124 clz tmp1, has_nul1 155 bics has_nul1, tmp [all...] |
H A D | strnlen.S | 45 #define has_nul1 x6 define 97 bic has_nul1, tmp1, tmp2 100 orr tmp1, has_nul1, has_nul2 105 orr tmp1, has_nul1, has_nul2 113 cbz has_nul1, .Lnul_in_data2 118 mov has_nul2, has_nul1
|
H A D | string_copy.S | 84 #define has_nul1 x5 define 121 bic has_nul1, tmp1, tmp2 122 cbnz has_nul1, .Lnul_in_data1 132 rev has_nul1, has_nul1 133 clz pos, has_nul1 237 bics has_nul1, tmp1, tmp2
|
Completed in 51 milliseconds