Home
last modified time | relevance | path

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

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