Home
last modified time | relevance | path

Searched refs:nul_match (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr-mte.S25 #define nul_match x5 macro
57 ands nul_match, synd, 0xcccccccccccccccc
89 ands nul_match, synd, 0xcccccccccccccccc
92 sub nul_match, nul_match, 1
94 ands chr_match, chr_match, nul_match
124 and nul_match, synd, 0xcccccccccccccccc
125 sub nul_match, nul_match, 1
127 ands tmp, tmp, nul_match
H A Dstrrchr.S30 #define nul_match x10 macro
88 mov nul_match, vend1.d[0]
94 bic nul_match, nul_match, tmp3 // Mask padding bits.
96 cbnz nul_match, L(tail)
113 mov nul_match, vend1.d[0]
115 cbz nul_match, L(loop)
123 mov nul_match, vhas_nul1.d[0]
127 sub tmp4, nul_match, #1
128 eor tmp4, tmp4, nul_match