Home
last modified time | relevance | path

Searched defs:vec_packs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dvecintrin.h1589 vec_packs(vector signed short __a, vector signed short __b) { in vec_packs() function
1594 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function
1599 vec_packs(vector signed int __a, vector signed int __b) { in vec_packs() function
1604 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function
1609 vec_packs(vector signed long long __a, vector signed long long __b) { in vec_packs() function
1614 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
Daltivec.h5714 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs() function
5724 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function
5732 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs() function
5742 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function
5751 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs() function
5761 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function