Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dstrcpy.h48 vec_uint4 nonzeroes, gathered_cmp, vtmp, vtmp2; in _strncpy() local
141 gathered_cmp = spu_gather(cmp0); in _strncpy()
145 while ((spu_extract(gathered_cmp, 0) == 0) && in _strncpy()
154 gathered_cmp = spu_gather(cmp0); in _strncpy()
160 nonzeroes = spu_cntlz(gathered_cmp); in _strncpy()