Lines Matching refs:vtmp
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()
131 vtmp = spu_cmpgt(nonzeroes, val31); in _strncpy()
134 vtmp = spu_and(vtmp, vtmp2); in _strncpy()
136 if (spu_extract(vtmp, 0)) { in _strncpy()
162 vtmp = spu_add(curlen, 15); in _strncpy()
163 vtmp2 = spu_cmpgt(nonzeroes, vtmp); in _strncpy()
164 nonzeroes = spu_sel(nonzeroes, vtmp, vtmp2); in _strncpy()