Lines Matching refs:vdst
73 vdst = vec_perm(vdst_orig, zero_u8v, vdst_mask);
75 #define vdst_load(d) vdst = vec_vsx_ld(0, dst)
80 vdst_ss = (vec_s16) VEC_MERGEH(zero_u8v, vdst); \
95 vec_u8 vdst, vdst_orig;
710 vec_u8 vsrc, vdst;
734 vdst = vec_ld(0, dst);
737 v0 = (vec_s16)VEC_MERGEH(zero_u8v, vdst);
738 v1 = (vec_s16)VEC_MERGEL(zero_u8v, vdst);
765 vdst = vec_packsu(v0, v1);
766 vec_st(vdst, 0, dst);