Searched refs:vec_popcnt (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h2192 /* vec_popcnt */
2195 vec_popcnt(vector signed char __a) { function
2199 vec_popcnt(vector unsigned char __a) { function
2203 vec_popcnt(vector signed short __a) { function
2207 vec_popcnt(vector unsigned short __a) { function
2211 vec_popcnt(vector signed int __a) { function
2215 vec_popcnt(vector unsigned int __a) { function
2219 vec_popcnt(vector signed long long __a) { function
2223 vec_popcnt(vector unsigned long long __a) { function
H A Dvecintrin.h6313 /*-- vec_popcnt -------------------------------------------------------------*/
6316 vec_popcnt(vector signed char __a) { function
6321 vec_popcnt(vector unsigned char __a) { function
6326 vec_popcnt(vector signed short __a) { function
6331 vec_popcnt(vector unsigned short __a) { function
6336 vec_popcnt(vector signed int __a) { function
6341 vec_popcnt(vector unsigned int __a) { function
6346 vec_popcnt(vector signed long long __a) { function
6351 vec_popcnt(vector unsigned long long __a) { function

Completed in 268 milliseconds