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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c3355 /* vec_sll */
3356 res_vsc = vec_sll(vsc, vuc);
3360 res_vsc = vec_sll(vsc, vus);
3364 res_vsc = vec_sll(vsc, vui);
3368 res_vuc = vec_sll(vuc, vuc);
3372 res_vuc = vec_sll(vuc, vus);
3376 res_vuc = vec_sll(vuc, vui);
3380 res_vbc = vec_sll(vbc, vuc);
3384 res_vbc = vec_sll(vbc, vus);
3388 res_vbc = vec_sll(vb
[all...]
/external/valgrind/main/none/tests/ppc32/
H A 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
H A DtestVMX.c4348 /* Function vec_sll */
4351 Caux1.v = vec_sll( Ccons1, UCcons2 );
4375 printf("Function vec_sll [type char] ===> Error\n");
4377 printf("Function vec_sll [type char] ===> OK\n");
4380 UCaux1.v = vec_sll( UCcons1, UCcons2 );
4404 printf("Function vec_sll [type unsigned char] ===> Error\n");
4406 printf("Function vec_sll [type unsigned char] ===> OK\n");
4410 Saux1.v = vec_sll( Scons1, UCcons2 );
4434 printf("Function vec_sll [type short] ===> Error\n");
4436 printf("Function vec_sll [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h5450 /* vec_sll */
5453 vec_sll(vector signed char __a, vector unsigned char __b) function
5460 vec_sll(vector signed char __a, vector unsigned short __b) function
5467 vec_sll(vector signed char __a, vector unsigned int __b) function
5474 vec_sll(vector unsigned char __a, vector unsigned char __b) function
5481 vec_sll(vector unsigned char __a, vector unsigned short __b) function
5488 vec_sll(vector unsigned char __a, vector unsigned int __b) function
5495 vec_sll(vector bool char __a, vector unsigned char __b) function
5501 vec_sll(vector bool char __a, vector unsigned short __b) function
5507 vec_sll(vecto function
5513 vec_sll(vector short __a, vector unsigned char __b) function
5519 vec_sll(vector short __a, vector unsigned short __b) function
5525 vec_sll(vector short __a, vector unsigned int __b) function
5531 vec_sll(vector unsigned short __a, vector unsigned char __b) function
5538 vec_sll(vector unsigned short __a, vector unsigned short __b) function
5545 vec_sll(vector unsigned short __a, vector unsigned int __b) function
5552 vec_sll(vector bool short __a, vector unsigned char __b) function
5558 vec_sll(vector bool short __a, vector unsigned short __b) function
5564 vec_sll(vector bool short __a, vector unsigned int __b) function
5570 vec_sll(vector pixel __a, vector unsigned char __b) function
5576 vec_sll(vector pixel __a, vector unsigned short __b) function
5582 vec_sll(vector pixel __a, vector unsigned int __b) function
5588 vec_sll(vector int __a, vector unsigned char __b) function
5594 vec_sll(vector int __a, vector unsigned short __b) function
5600 vec_sll(vector int __a, vector unsigned int __b) function
5606 vec_sll(vector unsigned int __a, vector unsigned char __b) function
5613 vec_sll(vector unsigned int __a, vector unsigned short __b) function
5620 vec_sll(vector unsigned int __a, vector unsigned int __b) function
5627 vec_sll(vector bool int __a, vector unsigned char __b) function
5633 vec_sll(vector bool int __a, vector unsigned short __b) function
5639 vec_sll(vector bool int __a, vector unsigned int __b) function
[all...]

Completed in 164 milliseconds