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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h226 #define vec_sel __builtin_vec_sel macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h4579 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4585 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) function
4591 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) function
4597 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) function
4603 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4609 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) function
4615 vec_sel(vector short __a, vector short __b, vector unsigned short __c) function
4621 vec_sel(vecto function
4627 vec_sel(vector unsigned short __a, function
4635 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) function
4641 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) function
4647 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) function
4653 vec_sel(vector int __a, vector int __b, vector unsigned int __c) function
4659 vec_sel(vector int __a, vector int __b, vector bool int __c) function
4665 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) function
4671 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) function
4677 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) function
4683 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) function
4689 vec_sel(vector float __a, vector float __b, vector unsigned int __c) function
4697 vec_sel(vector float __a, vector float __b, vector bool int __c) function
[all...]

Completed in 179 milliseconds