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.c3356 res_vsc = vec_sll(vsc, vuc); in test6()
3360 res_vsc = vec_sll(vsc, vus); in test6()
3364 res_vsc = vec_sll(vsc, vui); in test6()
3368 res_vuc = vec_sll(vuc, vuc); in test6()
3372 res_vuc = vec_sll(vuc, vus); in test6()
3376 res_vuc = vec_sll(vuc, vui); in test6()
3380 res_vbc = vec_sll(vbc, vuc); in test6()
3384 res_vbc = vec_sll(vbc, vus); in test6()
3388 res_vbc = vec_sll(vbc, vui); in test6()
3392 res_vs = vec_sll(vs, vuc); in test6()
[all …]
/external/valgrind/main/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.h5453 vec_sll(vector signed char __a, vector unsigned char __b) in vec_sll() function
5460 vec_sll(vector signed char __a, vector unsigned short __b) in vec_sll() function
5467 vec_sll(vector signed char __a, vector unsigned int __b) in vec_sll() function
5474 vec_sll(vector unsigned char __a, vector unsigned char __b) in vec_sll() function
5481 vec_sll(vector unsigned char __a, vector unsigned short __b) in vec_sll() function
5488 vec_sll(vector unsigned char __a, vector unsigned int __b) in vec_sll() function
5495 vec_sll(vector bool char __a, vector unsigned char __b) in vec_sll() function
5501 vec_sll(vector bool char __a, vector unsigned short __b) in vec_sll() function
5507 vec_sll(vector bool char __a, vector unsigned int __b) in vec_sll() function
5513 vec_sll(vector short __a, vector unsigned char __b) in vec_sll() function
[all …]