Searched refs:has_nul1 (Results 1 - 2 of 2) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
H A D | strcpy.S | 32 #define has_nul1 x6 define 117 bics has_nul1, tmp1, tmp2 125 bics has_nul1, tmp1, tmp2 155 rev has_nul1, has_nul1 156 clz pos, has_nul1 213 bic has_nul1, tmp1, tmp2 215 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */ 221 cmp has_nul1, #0 231 bic has_nul1, tmp [all...] |
H A D | strlen.S | 22 #define has_nul1 x4 define 88 string is 0x01) means we cannot use has_nul1/2 directly. 98 bics has_nul1, tmp1, tmp2 104 from the string start. Enter with C = has_nul1 == 0. */ 105 csel has_nul1, has_nul1, has_nul2, cc 107 rev has_nul1, has_nul1 109 clz tmp1, has_nul1 125 bics has_nul1, tmp [all...] |
Completed in 2 milliseconds