Searched refs:cntin (Results 1 – 4 of 4) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
D | strnlen.S | 17 #define cntin x1 macro 49 cbz cntin, L(nomatch) 63 cmp cntin, result 64 csel result, cntin, result, ls 69 subs cntrem, cntin, tmp 103 cmp cntin, result 104 csel result, cntin, result, ls 108 mov result, cntin
|
D | memchr.S | 19 #define cntin x2 macro 53 cbz cntin, L(zero_length) 65 and cntrem, cntin, #31 76 adds cntin, cntin, tmp 95 subs cntin, cntin, #32
|
D | memchr-mte.S | 18 #define cntin x2 macro 50 cbz cntin, L(nomatch) 66 cmp cntin, synd, lsr 2 73 subs cntrem, cntin, tmp 100 add tmp, srcin, cntin
|
D | memrchr.S | 18 #define cntin x2 macro 50 add end, srcin, cntin 53 cbz cntin, L(nomatch) 68 cmp cntin, synd, lsr 2 74 subs cntrem, cntin, tmp
|