Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1113 res_vsll = vec_unpackl(vsi); in test1()
1118 res_vbll = vec_unpackl(vbi); in test1()
Dbuiltins-systemz-zvector.c682 vss = vec_unpackl(vsc); in test_core()
684 vus = vec_unpackl(vuc); in test_core()
686 vbs = vec_unpackl(vbc); in test_core()
688 vsi = vec_unpackl(vss); in test_core()
690 vui = vec_unpackl(vus); in test_core()
692 vbi = vec_unpackl(vbs); in test_core()
694 vsl = vec_unpackl(vsi); in test_core()
696 vul = vec_unpackl(vui); in test_core()
698 vbl = vec_unpackl(vbi); in test_core()
Dbuiltins-ppc-altivec.c5473 res_vs = vec_unpackl(vsc); in test6()
5477 res_vbs = vec_unpackl(vbc); in test6()
5481 res_vi = vec_unpackl(vs); in test6()
5485 res_vbi = vec_unpackl(vbs); in test6()
5489 res_vui = vec_unpackl(vp); in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp402 Function vec_unpackl [type short-char] ===> OK
403 Function vec_unpackl [type int-short] ===> OK
DtestVMX.c6266 Saux1.v = vec_unpackl( Caux1.v ); in part4()
6281 Iaux1.v = vec_unpackl( Saux1.v ); in part4()
/external/clang/lib/Headers/
Dvecintrin.h1763 vec_unpackl(vector signed char __a) { in vec_unpackl() function
1768 vec_unpackl(vector bool char __a) { in vec_unpackl() function
1773 vec_unpackl(vector unsigned char __a) { in vec_unpackl() function
1778 vec_unpackl(vector signed short __a) { in vec_unpackl() function
1783 vec_unpackl(vector bool short __a) { in vec_unpackl() function
1788 vec_unpackl(vector unsigned short __a) { in vec_unpackl() function
1793 vec_unpackl(vector signed int __a) { in vec_unpackl() function
1798 vec_unpackl(vector bool int __a) { in vec_unpackl() function
1803 vec_unpackl(vector unsigned int __a) { in vec_unpackl() function
Daltivec.h9955 static vector short __ATTRS_o_ai vec_unpackl(vector signed char __a) { in vec_unpackl() function
9963 static vector bool short __ATTRS_o_ai vec_unpackl(vector bool char __a) { in vec_unpackl() function
9971 static vector int __ATTRS_o_ai vec_unpackl(vector short __a) { in vec_unpackl() function
9979 static vector bool int __ATTRS_o_ai vec_unpackl(vector bool short __a) { in vec_unpackl() function
9987 static vector unsigned int __ATTRS_o_ai vec_unpackl(vector pixel __a) { in vec_unpackl() function
9996 static vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { in vec_unpackl() function
10004 static vector bool long long __ATTRS_o_ai vec_unpackl(vector bool int __a) { in vec_unpackl() function