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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h219 vec_promote(signed char __scalar, int __index) { function
228 vec_promote(unsigned char __scalar, int __index) { function
237 vec_promote(signed short __scalar, int __index) { function
246 vec_promote(unsigned short __scalar, int __index) { function
255 vec_promote(signed int __scalar, int __index) { function
264 vec_promote(unsigned int __scalar, int __index) { function
273 vec_promote(signed long long __scalar, int __index) { function
282 vec_promote(unsigned long long __scalar, int __index) { function
292 vec_promote(floa function
301 vec_promote(double __scalar, int __index) { function
[all...]
H A Daltivec.h13606 static __inline__ vector signed char __ATTRS_o_ai vec_promote(signed char __a, function
13614 vec_promote(unsigned char __a, int __b) { function
13620 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { function
13627 vec_promote(unsigned short __a, int __b) { function
13633 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { function
13639 static __inline__ vector unsigned int __ATTRS_o_ai vec_promote(unsigned int __a, function
13646 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { function

Completed in 345 milliseconds