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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h213 #define vec_min __builtin_vec_min macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h3004 /* vec_min */
3007 vec_min(vector signed char __a, vector signed char __b) function
3013 vec_min(vector bool char __a, vector signed char __b) function
3019 vec_min(vector signed char __a, vector bool char __b) function
3025 vec_min(vector unsigned char __a, vector unsigned char __b) function
3031 vec_min(vector bool char __a, vector unsigned char __b) function
3037 vec_min(vector unsigned char __a, vector bool char __b) function
3043 vec_min(vector short __a, vector short __b) function
3049 vec_min(vector bool short __a, vector short __b) function
3055 vec_min(vecto function
3061 vec_min(vector unsigned short __a, vector unsigned short __b) function
3067 vec_min(vector bool short __a, vector unsigned short __b) function
3073 vec_min(vector unsigned short __a, vector bool short __b) function
3079 vec_min(vector int __a, vector int __b) function
3085 vec_min(vector bool int __a, vector int __b) function
3091 vec_min(vector int __a, vector bool int __b) function
3097 vec_min(vector unsigned int __a, vector unsigned int __b) function
3103 vec_min(vector bool int __a, vector unsigned int __b) function
3109 vec_min(vector unsigned int __a, vector bool int __b) function
3115 vec_min(vector float __a, vector float __b) function
[all...]

Completed in 52 milliseconds