Searched defs:vec_pack (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dvecintrin.h1509 /*-- vec_pack ---------------------------------------------------------------*/
1512 vec_pack(vector signed short __a, vector signed short __b) { function
1521 vec_pack(vector bool short __a, vector bool short __b) { function
1530 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
1539 vec_pack(vector signed int __a, vector signed int __b) { function
1548 vec_pack(vector bool int __a, vector bool int __b) { function
1557 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
1566 vec_pack(vector signed long long __a, vector signed long long __b) { function
1573 vec_pack(vector bool long long __a, vector bool long long __b) { function
1580 vec_pack(vecto function
[all...]
H A Daltivec.h5399 /* vec_pack */
5405 vec_pack(vector signed short __a, vector signed short __b) { function
5420 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
5435 vec_pack(vector bool short __a, vector bool short __b) { function
5449 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, function
5465 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
5479 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
5496 vec_pack(vector signed long long __a, vector signed long long __b) { function
5510 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
5525 vec_pack(vecto function
[all...]

Completed in 291 milliseconds