Searched refs:nul_match (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strrchr.S | 58 #define nul_match x10 macro 117 mov nul_match, vend1.d[0] 123 bic nul_match, nul_match, tmp3 // Mask padding bits. 125 cbnz nul_match, L(tail) 142 mov nul_match, vend1.d[0] 144 cbz nul_match, L(loop) 152 mov nul_match, vhas_nul1.d[0] 156 sub tmp4, nul_match, #1 157 eor tmp4, tmp4, nul_match
|