Lines Matching refs:vSrc
51 vec_uchar16 *vSrc, *vDst; in memmove() local
87 vSrc = (vec_uchar16 *)(src); in memmove()
109 vSrc += adjust; in memmove()
111 sdata1 = *vSrc++; in memmove()
112 sdata2 = *vSrc++; in memmove()
138 sdata2 = *vSrc++; in memmove()
146 *vDst = spu_sel(*vDst, spu_shuffle(sdata2, *vSrc, shuffle), mask); in memmove()
155 vSrc = (vec_uchar16 *)((unsigned int)src + n-1); in memmove()
163 soffset2 = (unsigned int)(vSrc) & 15; in memmove()
177 vSrc -= adjust; in memmove()
179 sdata2 = *vSrc--; in memmove()
180 sdata1 = *vSrc--; in memmove()
206 sdata1 = *vSrc--; in memmove()
214 *vDst = spu_sel(*vDst, spu_shuffle(*vSrc, sdata1, shuffle), mask); in memmove()