Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp246 Function vec_rl [type char] ===> OK
247 Function vec_rl [type unsigned char] ===> OK
248 Function vec_rl [type short] ===> OK
249 Function vec_rl [type unsigned short] ===> OK
250 Function vec_rl [type integer] ===> OK
251 Function vec_rl [type unsigned int] ===> OK
DtestVMX.c3839 Caux1.v = vec_rl( Ccons1, UCcons3 ); in part3()
3856 UCaux1.v = vec_rl( UCcons1, UCcons3 ); in part3()
3872 Saux1.v = vec_rl( Scons1, UScons3 ); in part3()
3889 USaux1.v = vec_rl( UScons1, UScons3 ); in part3()
3905 Iaux1.v = vec_rl( Icons1, UIcons3 ); in part3()
3922 UIaux1.v = vec_rl( UIcons1, UIcons3 ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1036 res_vsll = vec_rl(vsll, vull); in test1()
1041 res_vull = vec_rl(vull, vull); in test1()
Dbuiltins-systemz-zvector.c1659 vsc = vec_rl(vsc, vuc); in test_integer()
1661 vuc = vec_rl(vuc, vuc); in test_integer()
1663 vss = vec_rl(vss, vus); in test_integer()
1665 vus = vec_rl(vus, vus); in test_integer()
1667 vsi = vec_rl(vsi, vui); in test_integer()
1669 vui = vec_rl(vui, vui); in test_integer()
1671 vsl = vec_rl(vsl, vul); in test_integer()
1673 vul = vec_rl(vul, vul); in test_integer()
Dbuiltins-ppc-altivec.c2840 res_vsc = vec_rl(vsc, vuc); in test6()
2844 res_vuc = vec_rl(vuc, vuc); in test6()
2848 res_vs = vec_rl(vs, vus); in test6()
2852 res_vus = vec_rl(vus, vus); in test6()
2856 res_vi = vec_rl(vi, vui); in test6()
2860 res_vui = vec_rl(vui, vui); in test6()
/external/clang/lib/Headers/
Dvecintrin.h5175 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl() function
5181 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl() function
5186 vec_rl(vector signed short __a, vector unsigned short __b) { in vec_rl() function
5192 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl() function
5197 vec_rl(vector signed int __a, vector unsigned int __b) { in vec_rl() function
5203 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl() function
5208 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl() function
5214 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl() function
Daltivec.h6153 static vector signed char __ATTRS_o_ai vec_rl(vector signed char __a, in vec_rl() function
6158 static vector unsigned char __ATTRS_o_ai vec_rl(vector unsigned char __a, in vec_rl() function
6163 static vector short __ATTRS_o_ai vec_rl(vector short __a, in vec_rl() function
6168 static vector unsigned short __ATTRS_o_ai vec_rl(vector unsigned short __a, in vec_rl() function
6173 static vector int __ATTRS_o_ai vec_rl(vector int __a, vector unsigned int __b) { in vec_rl() function
6177 static vector unsigned int __ATTRS_o_ai vec_rl(vector unsigned int __a, in vec_rl() function
6184 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl() function
6189 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl() function