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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h190 #define vec_add __builtin_vec_add macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h135 /* vec_add */
138 vec_add(vector signed char __a, vector signed char __b) function
144 vec_add(vector bool char __a, vector signed char __b) function
150 vec_add(vector signed char __a, vector bool char __b) function
156 vec_add(vector unsigned char __a, vector unsigned char __b) function
162 vec_add(vector bool char __a, vector unsigned char __b) function
168 vec_add(vector unsigned char __a, vector bool char __b) function
174 vec_add(vector short __a, vector short __b) function
180 vec_add(vector bool short __a, vector short __b) function
186 vec_add(vecto function
192 vec_add(vector unsigned short __a, vector unsigned short __b) function
198 vec_add(vector bool short __a, vector unsigned short __b) function
204 vec_add(vector unsigned short __a, vector bool short __b) function
210 vec_add(vector int __a, vector int __b) function
216 vec_add(vector bool int __a, vector int __b) function
222 vec_add(vector int __a, vector bool int __b) function
228 vec_add(vector unsigned int __a, vector unsigned int __b) function
234 vec_add(vector bool int __a, vector unsigned int __b) function
240 vec_add(vector unsigned int __a, vector bool int __b) function
246 vec_add(vector float __a, vector float __b) function
[all...]

Completed in 79 milliseconds