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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h85 #define vec_vsel vec_sel macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h4704 /* vec_vsel */
4707 vec_vsel(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4713 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) function
4719 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) function
4725 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) function
4731 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4737 vec_vsel(vector bool char __a, vector bool char __b, vector bool char __c) function
4743 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) function
4749 vec_vsel(vector short __a, vector short __b, vector bool short __c) function
4755 vec_vsel(vecto function
4763 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) function
4769 vec_vsel(vector bool short __a, vector bool short __b, vector unsigned short __c) function
4775 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) function
4781 vec_vsel(vector int __a, vector int __b, vector unsigned int __c) function
4787 vec_vsel(vector int __a, vector int __b, vector bool int __c) function
4793 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) function
4799 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) function
4805 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) function
4811 vec_vsel(vector bool int __a, vector bool int __b, vector bool int __c) function
4817 vec_vsel(vector float __a, vector float __b, vector unsigned int __c) function
4825 vec_vsel(vector float __a, vector float __b, vector bool int __c) function
[all...]

Completed in 75 milliseconds