Home | History | Annotate | Download | only in opts

Lines Matching refs:vdst

118     uint8x8_t vda, visa, vsrc, vdst;
134 vdst = vshrn_n_u16(vdst_wide, 8);
136 vsrc += vdst;
148 uint8x8_t vsa, vida, vsrc, vdst;
164 vdst = vshrn_n_u16(vdst_wide, 8);
166 vsrc += vdst;
180 uint8x8_t vsrc, vdst, visa, vida;
186 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
189 vdst_wide = vmull_u8(vdst, visa);
198 vdst = vshrn_n_u16(vdst_wide, 8);
200 vsrc += vdst;
209 uint8x8_t vsrc, vdst;
211 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
212 vsrc = vqadd_u8(vsrc, vdst);
219 uint8x8_t vsrc, vdst, vres;
223 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
225 vres_wide = vmull_u8(vsrc, vdst);
766 uint8x8x4_t vsrc, vdst, vres;
770 "vld4.u8 %h[vdst], [%[dst]] \t\n"
771 : [vsrc] "=w" (vsrc), [vdst] "=w" (vdst), [src] "+&r" (src)
794 vsrc.val[0] = d0; vdst.val[0] = d4;
795 vsrc.val[1] = d1; vdst.val[1] = d5;
796 vsrc.val[2] = d2; vdst.val[2] = d6;
797 vsrc.val[3] = d3; vdst.val[3] = d7;
800 vres = procSIMD(vsrc, vdst);
861 uint16x8_t vdst, vres16;
864 vdst = vld1q_u16(dst);
894 vdst32 = SkPixel16ToPixel32_neon8(vdst);