Searched refs:vtmp (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/ |
D | strcpy.h | 48 vec_uint4 nonzeroes, gathered_cmp, vtmp, vtmp2; in _strncpy() local 76 vtmp = spu_cmpgt(spu_promote(doffset, 0), spu_promote(soffset, 0)); in _strncpy() 77 adjust = spu_extract(vtmp, 0); in _strncpy() 100 vtmp = spu_add(curlen, 15); in _strncpy() 101 vtmp2 = spu_cmpgt(nonzeroes, vtmp); in _strncpy() 102 nonzeroes = spu_sel(nonzeroes, vtmp, vtmp2); in _strncpy() 105 vtmp = spu_cmpgt(nonzeroes, val31); in _strncpy() 111 vtmp = spu_sel(nonzeroes, val31, vtmp); in _strncpy() 117 curlen = spu_sub(vtmp, curlen); in _strncpy() 126 shift = spu_extract(spu_sub(val31, vtmp), 0); in _strncpy() [all …]
|