Searched refs:chr_match (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strrchr.S | 59 #define chr_match x11 macro 121 mov chr_match, vend1.d[1] 124 bic chr_match, chr_match, tmp3 // Mask padding bits. 129 cmp chr_match, #0 131 csel src_offset, chr_match, src_offset, ne 143 mov chr_match, vend1.d[1] 158 ands chr_match, chr_match, tmp4 161 csel src_offset, chr_match, src_offset, ne
|