Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p9vector.c677 return vec_popcnt (vsca); in test47()
684 return vec_popcnt (vuca); in test48()
691 return vec_popcnt (vsia); in test49()
698 return vec_popcnt (vuia); in test50()
705 return vec_popcnt (vsla); in test51()
712 return vec_popcnt (vula); in test52()
719 return vec_popcnt (vssa); in test53()
726 return vec_popcnt (vusa); in test54()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2.c579 vuc = vec_popcnt(vsc); in test_integer()
582 vuc = vec_popcnt(vuc); in test_integer()
585 vus = vec_popcnt(vss); in test_integer()
588 vus = vec_popcnt(vus); in test_integer()
591 vui = vec_popcnt(vsi); in test_integer()
594 vui = vec_popcnt(vui); in test_integer()
597 vul = vec_popcnt(vsl); in test_integer()
600 vul = vec_popcnt(vul); in test_integer()
Dbuiltins-systemz-zvector.c2541 vuc = vec_popcnt(vsc); in test_integer()
2544 vuc = vec_popcnt(vuc); in test_integer()
2547 vus = vec_popcnt(vss); in test_integer()
2550 vus = vec_popcnt(vus); in test_integer()
2553 vui = vec_popcnt(vsi); in test_integer()
2556 vui = vec_popcnt(vui); in test_integer()
2559 vul = vec_popcnt(vsl); in test_integer()
2562 vul = vec_popcnt(vul); in test_integer()
/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
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h6384 vec_popcnt(__vector signed char __a) { in vec_popcnt() function
6389 vec_popcnt(__vector unsigned char __a) { in vec_popcnt() function
6394 vec_popcnt(__vector signed short __a) { in vec_popcnt() function
6399 vec_popcnt(__vector unsigned short __a) { in vec_popcnt() function
6404 vec_popcnt(__vector signed int __a) { in vec_popcnt() function
6409 vec_popcnt(__vector unsigned int __a) { in vec_popcnt() function
6414 vec_popcnt(__vector signed long long __a) { in vec_popcnt() function
6419 vec_popcnt(__vector unsigned long long __a) { in vec_popcnt() function
Daltivec.h2329 vec_popcnt(vector signed char __a) { in vec_popcnt() function
2333 vec_popcnt(vector unsigned char __a) { in vec_popcnt() function
2337 vec_popcnt(vector signed short __a) { in vec_popcnt() function
2341 vec_popcnt(vector unsigned short __a) { in vec_popcnt() function
2345 vec_popcnt(vector signed int __a) { in vec_popcnt() function
2349 vec_popcnt(vector unsigned int __a) { in vec_popcnt() function
2353 vec_popcnt(vector signed long long __a) { in vec_popcnt() function
2357 vec_popcnt(vector unsigned long long __a) { in vec_popcnt() function