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.c388 res_vsc = vec_cntlz(vsc); in test1()
393 res_vuc = vec_cntlz(vuc); in test1()
397 res_vss = vec_cntlz(vss); in test1()
401 res_vus = vec_cntlz(vus); in test1()
405 res_vsi = vec_cntlz(vsi); in test1()
409 res_vui = vec_cntlz(vui); in test1()
413 res_vsll = vec_cntlz(vsll); in test1()
417 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.h1843 static vector signed char __ATTRS_o_ai vec_cntlz(vector signed char __a) { in vec_cntlz() function
1846 static vector unsigned char __ATTRS_o_ai vec_cntlz(vector unsigned char __a) { in vec_cntlz() function
1849 static vector signed short __ATTRS_o_ai vec_cntlz(vector signed short __a) { in vec_cntlz() function
1852 static vector unsigned short __ATTRS_o_ai vec_cntlz(vector unsigned short __a) { in vec_cntlz() function
1855 static vector signed int __ATTRS_o_ai vec_cntlz(vector signed int __a) { in vec_cntlz() function
1858 static vector unsigned int __ATTRS_o_ai vec_cntlz(vector unsigned int __a) { in vec_cntlz() function
1862 vec_cntlz(vector signed long long __a) { in vec_cntlz() function
1866 vec_cntlz(vector unsigned long long __a) { in vec_cntlz() function