Lines Matching full:vres
1166 uint8x8_t vsrc, vdst, vres;
1188 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1191 vst1_u32(dst, vreinterpret_u32_u8(vres));
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres;
1210 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1213 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres;
1255 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1257 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
1270 uint8x8_t vsrc, vdst, vres, vsrc_alphas;
1299 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1301 vst1_u32(dst, vreinterpret_u32_u8(vres));