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

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h6478 vec_popcnt(__vector signed char __a) { function
6483 vec_popcnt(__vector unsigned char __a) { function
6488 vec_popcnt(__vector signed short __a) { function
6493 vec_popcnt(__vector unsigned short __a) { function
6498 vec_popcnt(__vector signed int __a) { function
6503 vec_popcnt(__vector unsigned int __a) { function
6508 vec_popcnt(__vector signed long long __a) { function
6513 vec_popcnt(__vector unsigned long long __a) { function
H A Daltivec.h2504 vec_popcnt(vector signed char __a) { function
2509 vec_popcnt(vector unsigned char __a) { function
2513 vec_popcnt(vector signed short __a) { function
2518 vec_popcnt(vector unsigned short __a) { function
2522 vec_popcnt(vector signed int __a) { function
2526 vec_popcnt(vector unsigned int __a) { function
2530 vec_popcnt(vector signed long long __a) { function
2534 vec_popcnt(vector unsigned long long __a) { function

Completed in 382 milliseconds