Searched refs:cntin (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strnlen.S | 44 #define cntin x1 macro 69 cbz cntin, L(nomatch) 81 cmp cntin, result 82 csel result, cntin, result, ls 86 mov result, cntin 92 subs cntrem, cntin, tmp 124 cmp cntin, result 125 csel result, cntin, result, ls
|
D | memchr.S | 24 #define cntin x2 macro 58 cbz cntin, L(zero_length) 70 and cntrem, cntin, #31 81 adds cntin, cntin, tmp 100 subs cntin, cntin, #32
|
D | memrchr.S | 23 #define cntin x2 macro 51 add end, srcin, cntin 54 cbz cntin, L(nomatch) 66 cmp cntin, synd, lsr 2
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | memchr.S | 95 #define cntin r2 macro 142 cmp cntin, #7 147 subs cntin, cntin, #1 180 adds cntin, cntin, tmp 209 subs cntin, cntin, #32 242 neg cntin, cntin 243 lsl synd, synd, cntin 244 lsrs synd, synd, cntin
|