Home
last modified time | relevance | path

Searched refs:vec_rl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c170 vec_rl(vull1, vull2); in test()
H A Dbuiltins-ppc-p8vector.c670 res_vsll = vec_rl(vsll, vull); in test1()
674 res_vull = vec_rl(vull, vull); in test1()
H A Dbuiltins-ppc-p10vector.c2149 return vec_rl(vsi128a, vui128b); in test_vec_rl_s128()
2158 return vec_rl(vui128a, vui128b); in test_vec_rl_u128()
H A Dbuiltins-ppc-altivec.c3038 res_vsc = vec_rl(vsc, vuc); in test6()
3042 res_vuc = vec_rl(vuc, vuc); in test6()
3046 res_vs = vec_rl(vs, vus); in test6()
3050 res_vus = vec_rl(vus, vus); in test6()
3054 res_vi = vec_rl(vi, vui); in test6()
3058 res_vui = vec_rl(vui, vui); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c2566 vsc = vec_rl(vsc, vuc); in test_integer()
2569 vuc = vec_rl(vuc, vuc); in test_integer()
2572 vss = vec_rl(vss, vus); in test_integer()
2575 vus = vec_rl(vus, vus); in test_integer()
2578 vsi = vec_rl(vsi, vui); in test_integer()
2581 vui = vec_rl(vui, vui); in test_integer()
2584 vsl = vec_rl(vsl, vul); in test_integer()
2587 vul = vec_rl(vul, vul); in test_integer()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h6520 vec_rl(__vector signed char __a, __vector unsigned char __b) { in vec_rl() function
6526 vec_rl(__vector unsigned char __a, __vector unsigned char __b) { in vec_rl() function
6531 vec_rl(__vector signed short __a, __vector unsigned short __b) { in vec_rl() function
6537 vec_rl(__vector unsigned short __a, __vector unsigned short __b) { in vec_rl() function
6542 vec_rl(__vector signed int __a, __vector unsigned int __b) { in vec_rl() function
6548 vec_rl(__vector unsigned int __a, __vector unsigned int __b) { in vec_rl() function
6553 vec_rl(__vector signed long long __a, __vector unsigned long long __b) { in vec_rl() function
6559 vec_rl(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_rl() function
H A Daltivec.h8275 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl() function
8280 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl() function
8284 static __inline__ vector short __ATTRS_o_ai vec_rl(vector short __a, in vec_rl() function
8290 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl() function
8294 static __inline__ vector int __ATTRS_o_ai vec_rl(vector int __a, in vec_rl() function
8300 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl() function
8306 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl() function
8311 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl() function
8319 vec_rl(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_rl() function
8329 vec_rl(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_rl() function