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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h81 #define vec_vperm vec_perm macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h7484 /* vec_vperm */
7486 static __inline__ vector signed char __ATTRS_o_ai vec_vperm( function
7492 vec_vperm(vector unsigned char __a, vector unsigned char __b, function
7497 static __inline__ vector bool char __ATTRS_o_ai vec_vperm( function
7503 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { function
7508 vec_vperm(vector unsigned short __a, vector unsigned short __b, function
7513 static __inline__ vector bool short __ATTRS_o_ai vec_vperm( function
7519 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { function
7523 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, function
7530 vec_vperm(vecto function
7536 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7541 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) { function
7546 static __inline__ vector long long __ATTRS_o_ai vec_vperm( function
7552 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, function
7558 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) { function
[all...]

Completed in 130 milliseconds