Home
last modified time | relevance | path

Searched refs:vec_sel (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h237 return (vec_sel(__A, __c, __mask)); in _mm_add_ss()
259 return (vec_sel(__A, __c, __mask)); in _mm_sub_ss()
281 return (vec_sel(__A, __c, __mask)); in _mm_mul_ss()
303 return (vec_sel(__A, __c, __mask)); in _mm_div_ss()
323 return (vec_sel(__A, __c, __mask)); in _mm_sqrt_ss()
439 return vec_sel(__B, __A, __m); in _mm_min_ps()
446 return vec_sel(__B, __A, __m); in _mm_max_ps()
1399 __r = vec_sel(__b, __a, __c); in _mm_max_pi16()
1437 __r = vec_sel(__b, __a, __c); in _mm_max_pu8()
1473 __r = vec_sel(__b, __a, __c); in _mm_min_pi16()
[all …]
H A Dsmmintrin.h314 return (__m128i)vec_sel((__v8hu)__A, (__v8hu)__B, __shortmask); in _mm_blend_epi16()
326 return (__m128i)vec_sel((__v16qi)__A, (__v16qi)__B, __lmask); in _mm_blendv_epi8()
363 return (__m128)vec_sel((__v4su)__A, (__v4su)__B, (__v4su)__boolmask); in _mm_blendv_ps()
389 return (__m128d)vec_sel((__v2du)__A, (__v2du)__B, (__v2du)__boolmask); in _mm_blendv_pd()
H A Demmintrin.h1676 __result = vec_sel((__v8hu)__shmask, __result, __shmask); in _mm_sll_epi16()
1695 __result = vec_sel((__v4su)__shmask, __result, __shmask); in _mm_sll_epi32()
1712 __result = vec_sel((__v2du)__shmask, __result, __shmask); in _mm_sll_epi64()
1769 __result = vec_sel((__v8hu)__shmask, __result, __shmask); in _mm_srl_epi16()
1789 __result = vec_sel((__v4su)__shmask, __result, __shmask); in _mm_srl_epi32()
1806 __result = vec_sel((__v2du)__shmask, __result, __shmask); in _mm_srl_epi64()
2099 __tmp = vec_sel(__tmp, (__v16qu)__A, __mask); in _mm_maskmoveu_si128()
H A Dtmmintrin.h284 return (__m128i)vec_sel(__C, __zero, __select); in _mm_shuffle_epi8()
295 __C = vec_sel(__C, __zero, __select); in _mm_shuffle_pi8()
H A Dmmintrin.h215 __r = vec_sel(__r, (const __vector unsigned char)__zero, __packsel); in _mm_packs_pu16()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c355 vsc = vec_sel(vsc, vsc, vuc); in test_core()
357 vsc = vec_sel(vsc, vsc, vbc); in test_core()
359 vuc = vec_sel(vuc, vuc, vuc); in test_core()
361 vuc = vec_sel(vuc, vuc, vbc); in test_core()
363 vbc = vec_sel(vbc, vbc, vuc); in test_core()
365 vbc = vec_sel(vbc, vbc, vbc); in test_core()
367 vss = vec_sel(vss, vss, vus); in test_core()
369 vss = vec_sel(vss, vss, vbs); in test_core()
371 vus = vec_sel(vus, vus, vus); in test_core()
403 vd = vec_sel(vd, vd, vul); in test_core()
[all …]
H A Dbuiltins-systemz-zvector-constrained.c53 vd = vec_sel(vd, vd, vul); in test_core()
55 vd = vec_sel(vd, vd, vbl); in test_core()
H A Dbuiltins-systemz-zvector2.c139 vf = vec_sel(vf, vf, vui); in test_core()
141 vf = vec_sel(vf, vf, vbi); in test_core()
143 vd = vec_sel(vd, vd, vul); in test_core()
145 vd = vec_sel(vd, vd, vbl); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h840 vec_sel(__vector double __a, __vector double __b, in vec_sel() function
847 vec_sel(__vector double __a, __vector double __b, in vec_sel() function
8021 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8040 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8059 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8078 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8097 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8116 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8135 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
8154 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max()
[all …]
H A Daltivec.h8574 #define __builtin_altivec_vsel_4si vec_sel
8576 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function
8587 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function
8592 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function
8621 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
8627 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
8633 static __inline__ vector bool short __ATTRS_o_ai vec_sel( in vec_sel() function
8643 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, in vec_sel() function
8655 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( in vec_sel() function
8708 vec_sel(vector bool long long __a, vector bool long long __b, in vec_sel() function
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1039 res_vd = vec_sel(vd, vd, vbll); in test1()
1055 res_vd = vec_sel(vd, vd, vull); in test1()
1067 res_vbll = vec_sel(vbll, vbll, vbll); in test1()
1077 res_vbll = vec_sel(vbll, vbll, vull); in test1()
1087 res_vsll = vec_sel(vsll, vsll, vbll); in test1()
1097 res_vsll = vec_sel(vsll, vsll, vull); in test1()
1107 res_vull = vec_sel(vull, vull, vbll); in test1()
1117 res_vull = vec_sel(vull, vull, vull); in test1()
H A Dbuiltins-ppc-altivec.c3105 res_vsc = vec_sel(vsc, vsc, vuc); in test6()
3115 res_vsc = vec_sel(vsc, vsc, vbc); in test6()
3125 res_vuc = vec_sel(vuc, vuc, vuc); in test6()
3135 res_vuc = vec_sel(vuc, vuc, vbc); in test6()
3145 res_vbc = vec_sel(vbc, vbc, vuc); in test6()
3165 res_vs = vec_sel(vs, vs, vus); in test6()
3175 res_vs = vec_sel(vs, vs, vbs); in test6()
3225 res_vi = vec_sel(vi, vi, vui); in test6()
3235 res_vi = vec_sel(vi, vi, vbi); in test6()
3285 res_vf = vec_sel(vf, vf, vui); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c174 vec_sel(vsll1, vsll2, vbll); in test()