Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dstrcpy.h47 vec_uchar16 mask1, maskzero, cmp0; in _strncpy() local
93 cmp0 = spu_and(mask1, spu_cmpeq(sdata, 0)); in _strncpy()
94 nonzeroes = spu_cntlz(spu_gather(cmp0)); in _strncpy()
140 cmp0 = spu_cmpeq(sdata, 0); in _strncpy()
141 gathered_cmp = spu_gather(cmp0); in _strncpy()
153 cmp0 = spu_cmpeq(sdata, 0); in _strncpy()
154 gathered_cmp = spu_gather(cmp0); in _strncpy()