Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c1726 vsc = vec_sll(vsc, vuc); in test_integer()
1728 vsc = vec_sll(vsc, vus); in test_integer()
1730 vsc = vec_sll(vsc, vui); in test_integer()
1732 vuc = vec_sll(vuc, vuc); in test_integer()
1734 vuc = vec_sll(vuc, vus); in test_integer()
1736 vuc = vec_sll(vuc, vui); in test_integer()
1738 vbc = vec_sll(vbc, vuc); in test_integer()
1740 vbc = vec_sll(vbc, vus); in test_integer()
1742 vbc = vec_sll(vbc, vui); in test_integer()
1744 vss = vec_sll(vss, vuc); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c3599 res_vsc = vec_sll(vsc, vuc); in test6()
3603 res_vsc = vec_sll(vsc, vus); in test6()
3607 res_vsc = vec_sll(vsc, vui); in test6()
3611 res_vuc = vec_sll(vuc, vuc); in test6()
3615 res_vuc = vec_sll(vuc, vus); in test6()
3619 res_vuc = vec_sll(vuc, vui); in test6()
3623 res_vbc = vec_sll(vbc, vuc); in test6()
3627 res_vbc = vec_sll(vbc, vus); in test6()
3631 res_vbc = vec_sll(vbc, vui); in test6()
3635 res_vs = vec_sll(vs, vuc); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp278 Function vec_sll [type char] ===> OK
279 Function vec_sll [type unsigned char] ===> OK
280 Function vec_sll [type short] ===> OK
281 Function vec_sll [type unsigned char] ===> OK
282 Function vec_sll [type integer] ===> OK
283 Function vec_sll [type unsigned int] ===> OK
DtestVMX.c4351 Caux1.v = vec_sll( Ccons1, UCcons2 ); in part3()
4380 UCaux1.v = vec_sll( UCcons1, UCcons2 ); in part3()
4410 Saux1.v = vec_sll( Scons1, UCcons2 ); in part3()
4439 USaux1.v = vec_sll( UScons1, UCcons2 ); in part3()
4469 Iaux1.v = vec_sll( Icons1, UCcons2 ); in part3()
4498 UIaux1.v = vec_sll( UIcons1, UCcons2 ); in part3()
/external/clang/lib/Headers/
Dvecintrin.h5321 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll() function
5327 vec_sll(vector signed char __a, vector unsigned short __b) { in vec_sll() function
5333 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll() function
5339 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll() function
5345 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll() function
5351 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll() function
5357 vec_sll(vector unsigned char __a, vector unsigned char __b) { in vec_sll() function
5362 vec_sll(vector unsigned char __a, vector unsigned short __b) { in vec_sll() function
5367 vec_sll(vector unsigned char __a, vector unsigned int __b) { in vec_sll() function
5372 vec_sll(vector signed short __a, vector unsigned char __b) { in vec_sll() function
[all …]
Daltivec.h7140 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll() function
7146 vec_sll(vector signed char __a, vector unsigned short __b) { in vec_sll() function
7152 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll() function
7158 vec_sll(vector unsigned char __a, vector unsigned char __b) { in vec_sll() function
7164 vec_sll(vector unsigned char __a, vector unsigned short __b) { in vec_sll() function
7170 vec_sll(vector unsigned char __a, vector unsigned int __b) { in vec_sll() function
7176 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll() function
7182 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll() function
7188 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll() function
7193 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, in vec_sll() function
[all …]