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

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c1642 vuc = vec_popcnt(vsc);
1644 vuc = vec_popcnt(vuc);
1646 vus = vec_popcnt(vss);
1648 vus = vec_popcnt(vus);
1650 vui = vec_popcnt(vsi);
1652 vui = vec_popcnt(vui);
1654 vul = vec_popcnt(vsl);
1656 vul = vec_popcnt(vul);
/external/clang/lib/Headers/
H A Dvecintrin.h5130 /*-- vec_popcnt -------------------------------------------------------------*/
5133 vec_popcnt(vector signed char __a) { function
5138 vec_popcnt(vector unsigned char __a) { function
5143 vec_popcnt(vector signed short __a) { function
5148 vec_popcnt(vector unsigned short __a) { function
5153 vec_popcnt(vector signed int __a) { function
5158 vec_popcnt(vector unsigned int __a) { function
5163 vec_popcnt(vector signed long long __a) { function
5168 vec_popcnt(vector unsigned long long __a) { function

Completed in 67 milliseconds