Lines Matching refs:vd
162 vec_f vd;
173 vd = vec_ctf(v, 0);
174 vd = vec_madd(vd, vmul, vzero);
176 vec_st(vd, 0, &dest[i]);
197 vec_f vd;
208 vd = vec_ctf(v, 0);
209 vd = vec_madd(vd, vmul, vzero);
211 vd = (vec_f) vec_rl((vec_u32) vd, vswapbig);
212 vd = (vec_f) vec_rl((vec_u16) vd, vswapsmall);
214 vec_st(vd, 0, (float *) &dest[i]);