Home
last modified time | relevance | path

Searched refs:vec_cntlz (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c389 res_vsc = vec_cntlz(vsc); in test1()
394 res_vuc = vec_cntlz(vuc); in test1()
398 res_vss = vec_cntlz(vss); in test1()
402 res_vus = vec_cntlz(vus); in test1()
406 res_vsi = vec_cntlz(vsi); in test1()
410 res_vui = vec_cntlz(vui); in test1()
414 res_vsll = vec_cntlz(vsll); in test1()
418 res_vull = vec_cntlz(vull); in test1()
Dbuiltins-systemz-zvector.c1608 vuc = vec_cntlz(vsc); in test_integer()
1610 vuc = vec_cntlz(vuc); in test_integer()
1612 vus = vec_cntlz(vss); in test_integer()
1614 vus = vec_cntlz(vus); in test_integer()
1616 vui = vec_cntlz(vsi); in test_integer()
1618 vui = vec_cntlz(vui); in test_integer()
1620 vul = vec_cntlz(vsl); in test_integer()
1622 vul = vec_cntlz(vul); in test_integer()
/external/clang/lib/Headers/
Dvecintrin.h5049 vec_cntlz(vector signed char __a) { in vec_cntlz() function
5054 vec_cntlz(vector unsigned char __a) { in vec_cntlz() function
5059 vec_cntlz(vector signed short __a) { in vec_cntlz() function
5064 vec_cntlz(vector unsigned short __a) { in vec_cntlz() function
5069 vec_cntlz(vector signed int __a) { in vec_cntlz() function
5074 vec_cntlz(vector unsigned int __a) { in vec_cntlz() function
5079 vec_cntlz(vector signed long long __a) { in vec_cntlz() function
5084 vec_cntlz(vector unsigned long long __a) { in vec_cntlz() function
Daltivec.h1888 vec_cntlz(vector signed char __a) { in vec_cntlz() function
1892 vec_cntlz(vector unsigned char __a) { in vec_cntlz() function
1896 vec_cntlz(vector signed short __a) { in vec_cntlz() function
1900 vec_cntlz(vector unsigned short __a) { in vec_cntlz() function
1904 vec_cntlz(vector signed int __a) { in vec_cntlz() function
1908 vec_cntlz(vector unsigned int __a) { in vec_cntlz() function
1912 vec_cntlz(vector signed long long __a) { in vec_cntlz() function
1916 vec_cntlz(vector unsigned long long __a) { in vec_cntlz() function