Searched refs:vtmp2 (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | strcpy.h | 48 vec_uint4 nonzeroes, gathered_cmp, vtmp, vtmp2; in _strncpy() local 101 vtmp2 = spu_cmpgt(nonzeroes, vtmp); in _strncpy() 102 nonzeroes = spu_sel(nonzeroes, vtmp, vtmp2); in _strncpy() 133 vtmp2 = spu_cmpgt(curlen, 0); in _strncpy() 134 vtmp = spu_and(vtmp, vtmp2); in _strncpy() 163 vtmp2 = spu_cmpgt(nonzeroes, vtmp); in _strncpy() 164 nonzeroes = spu_sel(nonzeroes, vtmp, vtmp2); in _strncpy()
|