Searched defs:vec_popcnt (Results 1 – 5 of 5) sorted by relevance
250 #define vec_popcnt __builtin_s390_vec_popcnt macro
256 #define vec_popcnt __builtin_s390_vec_popcnt macro
409 #define vec_popcnt __builtin_vec_vpopcntu macro
6478 vec_popcnt(__vector signed char __a) { in vec_popcnt() function6483 vec_popcnt(__vector unsigned char __a) { in vec_popcnt() function6488 vec_popcnt(__vector signed short __a) { in vec_popcnt() function6493 vec_popcnt(__vector unsigned short __a) { in vec_popcnt() function6498 vec_popcnt(__vector signed int __a) { in vec_popcnt() function6503 vec_popcnt(__vector unsigned int __a) { in vec_popcnt() function6508 vec_popcnt(__vector signed long long __a) { in vec_popcnt() function6513 vec_popcnt(__vector unsigned long long __a) { in vec_popcnt() function
2471 vec_popcnt(vector signed char __a) { in vec_popcnt() function2475 vec_popcnt(vector unsigned char __a) { in vec_popcnt() function2479 vec_popcnt(vector signed short __a) { in vec_popcnt() function2483 vec_popcnt(vector unsigned short __a) { in vec_popcnt() function2487 vec_popcnt(vector signed int __a) { in vec_popcnt() function2491 vec_popcnt(vector unsigned int __a) { in vec_popcnt() function2495 vec_popcnt(vector signed long long __a) { in vec_popcnt() function2499 vec_popcnt(vector unsigned long long __a) { in vec_popcnt() function