Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1717 vec_splat(__vector signed char __vec, int __index) vec_splat() function
1723 vec_splat(__vector __bool char __vec, int __index) vec_splat() function
1729 vec_splat(__vector unsigned char __vec, int __index) vec_splat() function
1735 vec_splat(__vector signed short __vec, int __index) vec_splat() function
1741 vec_splat(__vector __bool short __vec, int __index) vec_splat() function
1747 vec_splat(__vector unsigned short __vec, int __index) vec_splat() function
1753 vec_splat(__vector signed int __vec, int __index) vec_splat() function
1759 vec_splat(__vector __bool int __vec, int __index) vec_splat() function
1765 vec_splat(__vector unsigned int __vec, int __index) vec_splat() function
1771 vec_splat(__vector signed long long __vec, int __index) vec_splat() function
1777 vec_splat(__vector __bool long long __vec, int __index) vec_splat() function
1784 vec_splat(__vector unsigned long long __vec, int __index) vec_splat() function
1791 vec_splat(__vector float __vec, int __index) vec_splat() function
1798 vec_splat(__vector double __vec, int __index) vec_splat() function
[all...]
H A Daltivec.h10090 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat() function
10095 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat() function
10100 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat() function
10105 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat() function
10114 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat() function
10123 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat() function
10131 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, in vec_splat() function
10141 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat() function
10150 vec_splat(vecto function
10159 vec_splat(vector bool int __a, unsigned const int __b) { vec_splat() function
10167 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, vec_splat() function
10177 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, vec_splat() function
10187 vec_splat(vector bool long long __a, unsigned const int __b) { vec_splat() function
10196 vec_splat(vector signed long long __a, unsigned const int __b) { vec_splat() function
10205 vec_splat(vector unsigned long long __a, unsigned const int __b) { vec_splat() function
[all...]