Searched refs:nul_match (Results 1 – 2 of 2) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
D | strrchr-mte.S | 26 #define nul_match x5 macro 67 ands nul_match, synd, 0xcccccccccccccccc 85 ands nul_match, synd, 0xcccccccccccccccc 89 sub nul_match, nul_match, 1 91 ands chr_match, chr_match, nul_match 115 and nul_match, synd, 0xcccccccccccccccc 116 sub nul_match, nul_match, 1 118 ands tmp, tmp, nul_match
|
D | strrchr.S | 30 #define nul_match x10 macro 89 mov nul_match, vend1.d[0] 95 bic nul_match, nul_match, tmp3 // Mask padding bits. 97 cbnz nul_match, L(tail) 114 mov nul_match, vend1.d[0] 116 cbz nul_match, L(loop) 124 mov nul_match, vhas_nul1.d[0] 128 sub tmp4, nul_match, #1 129 eor tmp4, tmp4, nul_match
|