Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6479 vec_popcnt(__vector signed char __a) { in vec_popcnt() function
6484 vec_popcnt(__vector unsigned char __a) { in vec_popcnt() function
6489 vec_popcnt(__vector signed short __a) { in vec_popcnt() function
6494 vec_popcnt(__vector unsigned short __a) { in vec_popcnt() function
6499 vec_popcnt(__vector signed int __a) { in vec_popcnt() function
6504 vec_popcnt(__vector unsigned int __a) { in vec_popcnt() function
6509 vec_popcnt(__vector signed long long __a) { in vec_popcnt() function
6514 vec_popcnt(__vector unsigned long long __a) { in vec_popcnt() function
H A Daltivec.h2504 vec_popcnt(vector signed char __a) { in vec_popcnt() function
2509 vec_popcnt(vector unsigned char __a) { in vec_popcnt() function
2513 vec_popcnt(vector signed short __a) { in vec_popcnt() function
2518 vec_popcnt(vector unsigned short __a) { in vec_popcnt() function
2522 vec_popcnt(vector signed int __a) { in vec_popcnt() function
2526 vec_popcnt(vector unsigned int __a) { in vec_popcnt() function
2530 vec_popcnt(vector signed long long __a) { in vec_popcnt() function
2534 vec_popcnt(vector unsigned long long __a) { in vec_popcnt() function