Searched refs:vec_vsl (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c3476 res_vsc = vec_vsl(vsc, vuc);
3480 res_vsc = vec_vsl(vsc, vus);
3484 res_vsc = vec_vsl(vsc, vui);
3488 res_vuc = vec_vsl(vuc, vuc);
3492 res_vuc = vec_vsl(vuc, vus);
3496 res_vuc = vec_vsl(vuc, vui);
3500 res_vbc = vec_vsl(vbc, vuc);
3504 res_vbc = vec_vsl(vbc, vus);
3508 res_vbc = vec_vsl(vbc, vui);
3512 res_vs = vec_vsl(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h5644 /* vec_vsl */
5647 vec_vsl(vector signed char __a, vector unsigned char __b) function
5654 vec_vsl(vector signed char __a, vector unsigned short __b) function
5661 vec_vsl(vector signed char __a, vector unsigned int __b) function
5668 vec_vsl(vector unsigned char __a, vector unsigned char __b) function
5675 vec_vsl(vector unsigned char __a, vector unsigned short __b) function
5682 vec_vsl(vector unsigned char __a, vector unsigned int __b) function
5689 vec_vsl(vector bool char __a, vector unsigned char __b) function
5695 vec_vsl(vector bool char __a, vector unsigned short __b) function
5701 vec_vsl(vecto function
5707 vec_vsl(vector short __a, vector unsigned char __b) function
5713 vec_vsl(vector short __a, vector unsigned short __b) function
5719 vec_vsl(vector short __a, vector unsigned int __b) function
5725 vec_vsl(vector unsigned short __a, vector unsigned char __b) function
5732 vec_vsl(vector unsigned short __a, vector unsigned short __b) function
5739 vec_vsl(vector unsigned short __a, vector unsigned int __b) function
5746 vec_vsl(vector bool short __a, vector unsigned char __b) function
5752 vec_vsl(vector bool short __a, vector unsigned short __b) function
5758 vec_vsl(vector bool short __a, vector unsigned int __b) function
5764 vec_vsl(vector pixel __a, vector unsigned char __b) function
5770 vec_vsl(vector pixel __a, vector unsigned short __b) function
5776 vec_vsl(vector pixel __a, vector unsigned int __b) function
5782 vec_vsl(vector int __a, vector unsigned char __b) function
5788 vec_vsl(vector int __a, vector unsigned short __b) function
5794 vec_vsl(vector int __a, vector unsigned int __b) function
5800 vec_vsl(vector unsigned int __a, vector unsigned char __b) function
5807 vec_vsl(vector unsigned int __a, vector unsigned short __b) function
5814 vec_vsl(vector unsigned int __a, vector unsigned int __b) function
5821 vec_vsl(vector bool int __a, vector unsigned char __b) function
5827 vec_vsl(vector bool int __a, vector unsigned short __b) function
5833 vec_vsl(vector bool int __a, vector unsigned int __b) function
[all...]

Completed in 156 milliseconds