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

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h81 #define vec_vperm vec_perm macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h6075 static vector signed char __ATTRS_o_ai vec_vperm(vector signed char __a, function
6081 static vector unsigned char __ATTRS_o_ai vec_vperm(vector unsigned char __a, function
6087 static vector bool char __ATTRS_o_ai vec_vperm(vector bool char __a, function
6093 static vector short __ATTRS_o_ai vec_vperm(vector short __a, vector short __b, function
6098 static vector unsigned short __ATTRS_o_ai vec_vperm(vector unsigned short __a, function
6104 static vector bool short __ATTRS_o_ai vec_vperm(vector bool short __a, function
6110 static vector pixel __ATTRS_o_ai vec_vperm(vector pixel __a, vector pixel __b, function
6115 static vector int __ATTRS_o_ai vec_vperm(vector int __a, vector int __b, function
6120 static vector unsigned int __ATTRS_o_ai vec_vperm(vecto function
6126 static vector bool int __ATTRS_o_ai vec_vperm(vector bool int __a, function
6132 static vector float __ATTRS_o_ai vec_vperm(vector float __a, vector float __b, function
6138 static vector long long __ATTRS_o_ai vec_vperm(vector long long __a, function
6145 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, function
6150 static vector double __ATTRS_o_ai vec_vperm(vector double __a, function
[all...]

Completed in 184 milliseconds