Lines Matching defs:v_v2
21938 uint32x4_t v_v2 = {0};
21967 v_v2 = vdupq_n_u32(0);
21980 v_v2 = vaddq_u32(v_v2, v_v1);
22000 v_v2 = vshlq_n_u32(v_v2, 5);
22001 v_v2 = vmlal_u16(v_v2, vget_low_u16(v_col0), table_0);
22002 v_v2 = vmlal_u16(v_v2, vget_high_u16(v_col0), table_1);
22003 v_v2 = vmlal_u16(v_v2, vget_low_u16(v_col1), table_2);
22004 v_v2 = vmlal_u16(v_v2, vget_high_u16(v_col1), table_3);
22005 v_v2 = vmlal_u16(v_v2, vget_low_u16(v_col2), table_4);
22006 v_v2 = vmlal_u16(v_v2, vget_high_u16(v_col2), table_5);
22007 v_v2 = vmlal_u16(v_v2, vget_low_u16(v_col3), table_6);
22008 v_v2 = vmlal_u16(v_v2, vget_high_u16(v_col3), table_7);
22010 v_sum2 = vpadd_u32(vget_low_u32(v_v2), vget_high_u32(v_v2));
22059 __m128i v_v2 = {0};
22102 v_v2 = _mm_add_epi32(v_v2k, _mm_slli_epi32(v_v2j, (int32_t)(5)));
22103 v_v2 = _mm_add_epi32(v_v2, _mm_shuffle_epi32(v_v2, (int32_t)(177)));
22104 v_v2 = _mm_add_epi32(v_v2, _mm_shuffle_epi32(v_v2, (int32_t)(78)));
22105 v_s2 += ((uint32_t)(_mm_cvtsi128_si32(v_v2)));