Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c3324 res_vsc = vec_sll(vsc, vuc); in test6()
3328 res_vsc = vec_sll(vsc, vus); in test6()
3332 res_vsc = vec_sll(vsc, vui); in test6()
3336 res_vuc = vec_sll(vuc, vuc); in test6()
3340 res_vuc = vec_sll(vuc, vus); in test6()
3344 res_vuc = vec_sll(vuc, vui); in test6()
3348 res_vbc = vec_sll(vbc, vuc); in test6()
3352 res_vbc = vec_sll(vbc, vus); in test6()
3356 res_vbc = vec_sll(vbc, vui); in test6()
3360 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/
Daltivec.h5782 vec_sll(vector signed char __a, vector unsigned char __b) in vec_sll() function
5789 vec_sll(vector signed char __a, vector unsigned short __b) in vec_sll() function
5796 vec_sll(vector signed char __a, vector unsigned int __b) in vec_sll() function
5803 vec_sll(vector unsigned char __a, vector unsigned char __b) in vec_sll() function
5810 vec_sll(vector unsigned char __a, vector unsigned short __b) in vec_sll() function
5817 vec_sll(vector unsigned char __a, vector unsigned int __b) in vec_sll() function
5824 vec_sll(vector bool char __a, vector unsigned char __b) in vec_sll() function
5830 vec_sll(vector bool char __a, vector unsigned short __b) in vec_sll() function
5836 vec_sll(vector bool char __a, vector unsigned int __b) in vec_sll() function
5842 vec_sll(vector short __a, vector unsigned char __b) in vec_sll() function
[all …]