Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c555 res_vsll = vec_max(vsll, vsll); in test1()
560 res_vsll = vec_max(vbll, vsll); in test1()
565 res_vsll = vec_max(vsll, vbll); in test1()
570 res_vull = vec_max(vull, vull); in test1()
575 res_vull = vec_max(vbll, vull); in test1()
580 res_vull = vec_max(vull, vbll); in test1()
801 res_vsll = vec_max(vsll, vsll); in test1()
805 res_vsll = vec_max(vbll, vsll); in test1()
809 res_vsll = vec_max(vsll, vbll); in test1()
813 res_vull = vec_max(vull, vull); in test1()
[all …]
H A Dbuiltins-ppc-altivec.c1788 res_vsc = vec_max(vsc, vsc); in test6()
1792 res_vsc = vec_max(vbc, vsc); in test6()
1796 res_vsc = vec_max(vsc, vbc); in test6()
1800 res_vuc = vec_max(vuc, vuc); in test6()
1812 res_vs = vec_max(vs, vs); in test6()
1816 res_vs = vec_max(vbs, vs); in test6()
1820 res_vs = vec_max(vs, vbs); in test6()
1836 res_vi = vec_max(vi, vi); in test6()
1840 res_vi = vec_max(vbi, vi); in test6()
1844 res_vi = vec_max(vi, vbi); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c99 vec_max(vsll1, vsll2); in test()
H A Dbuiltins-ppc-vsx.c361 res_vf = vec_max(vf, vf); in test1()
365 res_vd = vec_max(vd, vd); in test1()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c3300 vsc = vec_max(vsc, vsc); in test_integer()
3302 vsc = vec_max(vsc, vbc); in test_integer()
3304 vsc = vec_max(vbc, vsc); in test_integer()
3306 vuc = vec_max(vuc, vuc); in test_integer()
3308 vuc = vec_max(vuc, vbc); in test_integer()
3310 vuc = vec_max(vbc, vuc); in test_integer()
3312 vss = vec_max(vss, vss); in test_integer()
3314 vss = vec_max(vss, vbs); in test_integer()
3316 vss = vec_max(vbs, vss); in test_integer()
3318 vus = vec_max(vus, vus); in test_integer()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c393 vf = vec_max(vf, vf); in test_float()
396 vd = vec_max(vd, vd); in test_float()
H A Dbuiltins-systemz-zvector2.c696 vf = vec_max(vf, vf); in test_float()
699 vd = vec_max(vd, vd); in test_float()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvsx-minmax.ll90 ; vf1 = vec_max(vf, vf);
91 ; vd1 = vec_max(vd, vd);
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h459 return (__m128i)vec_max((__v16qi)__X, (__v16qi)__Y); in _mm_max_epi8()
465 return (__m128i)vec_max((__v8hu)__X, (__v8hu)__Y); in _mm_max_epu16()
471 return (__m128i)vec_max((__v4si)__X, (__v4si)__Y); in _mm_max_epi32()
477 return (__m128i)vec_max((__v4su)__X, (__v4su)__Y); in _mm_max_epu32()
H A Demmintrin.h335 return (vec_max(__A, __B)); in _mm_max_pd()
344 __c = vec_max(__a, __b); in _mm_max_sd()
1933 return (__m128i)vec_max((__v8hi)__A, (__v8hi)__B); in _mm_max_epi16()
1939 return (__m128i)vec_max((__v16qu)__A, (__v16qu)__B); in _mm_max_epu8()
2128 __v16qu __vmax = vec_max(__a, __b); in _mm_sad_epu8()
H A Dxmmintrin.h429 __c = vec_max(__a, __b); in _mm_max_ss()
1717 __vmax = vec_max(__a, __b); in _mm_sad_pu8()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8020 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function
8026 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function
8033 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function
8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
8096 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function
8102 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function
8109 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function
8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function
8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function
8173 vec_max(__vector float __a, __vector float __b) { in vec_max() function
[all …]
H A Daltivec.h4826 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4831 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4836 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4841 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4846 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4851 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4876 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
4881 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
4901 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
4906 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
[all …]