Lines Matching refs:V2
1229 #define _mm256_permute2f128_pd(V1, V2, M) \ argument
1231 (__v4df)(__m256d)(V2), (int)(M)))
1270 #define _mm256_permute2f128_ps(V1, V2, M) \ argument
1272 (__v8sf)(__m256)(V2), (int)(M)))
1310 #define _mm256_permute2f128_si256(V1, V2, M) \ argument
1312 (__v8si)(__m256i)(V2), (int)(M)))
1339 #define _mm256_blend_pd(V1, V2, M) \ argument
1341 (__v4df)(__m256d)(V2), (int)(M)))
1367 #define _mm256_blend_ps(V1, V2, M) \ argument
1369 (__v8sf)(__m256)(V2), (int)(M)))
1465 #define _mm256_dp_ps(V1, V2, M) \ argument
1467 (__v8sf)(__m256)(V2), (M)))
4639 #define _mm256_insertf128_ps(V1, V2, M) \ argument
4641 (__v4sf)(__m128)(V2), (int)(M)))
4677 #define _mm256_insertf128_pd(V1, V2, M) \ argument
4679 (__v2df)(__m128d)(V2), (int)(M)))
4715 #define _mm256_insertf128_si256(V1, V2, M) \ argument
4717 (__v4si)(__m128i)(V2), (int)(M)))