Home
last modified time | relevance | path

Searched refs:vec_sll (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c2665 vsc = vec_sll(vsc, vuc); in test_integer()
2668 vsc = vec_sll(vsc, vus); in test_integer()
2671 vsc = vec_sll(vsc, vui); in test_integer()
2674 vuc = vec_sll(vuc, vuc); in test_integer()
2677 vuc = vec_sll(vuc, vus); in test_integer()
2680 vuc = vec_sll(vuc, vui); in test_integer()
2683 vbc = vec_sll(vbc, vuc); in test_integer()
2686 vbc = vec_sll(vbc, vus); in test_integer()
2689 vbc = vec_sll(vbc, vui); in test_integer()
2692 vss = vec_sll(vss, vuc); in test_integer()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c3875 res_vsc = vec_sll(vsc, vuc); in test6()
3879 res_vsc = vec_sll(vsc, vus); in test6()
3911 res_vs = vec_sll(vs, vuc); in test6()
3915 res_vs = vec_sll(vs, vus); in test6()
3919 res_vs = vec_sll(vs, vui); in test6()
3947 res_vp = vec_sll(vp, vuc); in test6()
3951 res_vp = vec_sll(vp, vus); in test6()
3955 res_vp = vec_sll(vp, vui); in test6()
3959 res_vi = vec_sll(vi, vuc); in test6()
3963 res_vi = vec_sll(vi, vus); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c193 vec_sll(vsll1, vuc); in test()
H A Dbuiltins-ppc-vsx.c1896 res_vsll = vec_sll(vsll, vuc); in test1()
1900 res_vull = vec_sll(vull, vuc); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h6666 vec_sll(__vector signed char __a, __vector unsigned char __b) { in vec_sll() function
6680 vec_sll(__vector signed char __a, __vector unsigned int __b) { in vec_sll() function
6687 vec_sll(__vector __bool char __a, __vector unsigned char __b) { in vec_sll() function
6701 vec_sll(__vector __bool char __a, __vector unsigned int __b) { in vec_sll() function
6738 vec_sll(__vector signed short __a, __vector unsigned int __b) { in vec_sll() function
6759 vec_sll(__vector __bool short __a, __vector unsigned int __b) { in vec_sll() function
6785 vec_sll(__vector signed int __a, __vector unsigned char __b) { in vec_sll() function
6792 vec_sll(__vector signed int __a, __vector unsigned short __b) { in vec_sll() function
6799 vec_sll(__vector signed int __a, __vector unsigned int __b) { in vec_sll() function
6806 vec_sll(__vector __bool int __a, __vector unsigned char __b) { in vec_sll() function
[all …]
H A Daltivec.h9512 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll() function
9524 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll() function
9548 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll() function
9554 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll() function
9560 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll() function
9599 vec_sll(vector bool short __a, vector unsigned char __b) { in vec_sll() function
9605 vec_sll(vector bool short __a, vector unsigned short __b) { in vec_sll() function
9611 vec_sll(vector bool short __a, vector unsigned int __b) { in vec_sll() function
9665 vec_sll(vector bool int __a, vector unsigned char __b) { in vec_sll() function
9671 vec_sll(vector bool int __a, vector unsigned short __b) { in vec_sll() function
[all …]