Lines Matching refs:V1
9 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() argument
12 return _mm_blend_epi16(V1, V2, 42); in test_mm_blend_epi16()
15 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() argument
18 return _mm_blend_pd(V1, V2, 2); in test_mm_blend_pd()
21 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() argument
24 return _mm_blend_ps(V1, V2, 6); in test_mm_blend_ps()
27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() argument
30 return _mm_blendv_epi8(V1, V2, V3); in test_mm_blendv_epi8()
33 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() argument
36 return _mm_blendv_pd(V1, V2, V3); in test_mm_blendv_pd()
39 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps() argument
42 return _mm_blendv_ps(V1, V2, V3); in test_mm_blendv_ps()