Searched refs:has_nul1 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrlen.S44 #define has_nul1 x4 define
111 string is 0x01) means we cannot use has_nul1/2 directly.
121 bics has_nul1, tmp1, tmp2
126 /* Enter with C = has_nul1 == 0. */
127 csel has_nul1, has_nul1, has_nul2, cc
129 rev has_nul1, has_nul1
130 clz tmp1, has_nul1
161 bics has_nul1, tmp
[all...]
H A Dstrcpy.S52 #define has_nul1 x6 define
143 bics has_nul1, tmp1, tmp2
151 bics has_nul1, tmp1, tmp2
181 rev has_nul1, has_nul1
182 clz pos, has_nul1
239 bic has_nul1, tmp1, tmp2
241 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */
247 cmp has_nul1, #0
257 bic has_nul1, tmp
[all...]
H A Dstrnlen.S44 #define has_nul1 x6 define
104 bic has_nul1, tmp1, tmp2
107 orr tmp1, has_nul1, has_nul2
112 orr tmp1, has_nul1, has_nul2
120 cbz has_nul1, .Lnul_in_data2
125 mov has_nul2, has_nul1

Completed in 32 milliseconds