Home
last modified time | relevance | path

Searched refs:vec_cmpeq (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp56 Function vec_cmpeq [type char] ===> OK
57 Function vec_cmpeq [type unsigned char] ===> OK
58 Function vec_cmpeq [type short] ===> OK
59 Function vec_cmpeq [type unsigned short] ===> OK
60 Function vec_cmpeq [type integer] ===> OK
61 Function vec_cmpeq [type unsigned int] ===> OK
DtestVMX.c1155 BCaux1.v = vec_cmpeq( Ccons1, Ccons2 ); in main()
1173 BCaux1.v = vec_cmpeq( UCcons1, UCcons2 ); in main()
1191 BSaux1.v = vec_cmpeq( Scons1, Scons2 ); in main()
1209 BSaux1.v = vec_cmpeq( UScons1, UScons2 ); in main()
1227 BIaux1.v = vec_cmpeq( Icons1, Icons2 ); in main()
1245 BIaux1.v = vec_cmpeq( UIcons1, UIcons2 ); in main()
1264 BIaux1.v = vec_cmpeq( Fcons1, Fcons2 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c703 vbc = vec_cmpeq(vsc, vsc); in test_compare()
705 vbc = vec_cmpeq(vuc, vuc); in test_compare()
707 vbc = vec_cmpeq(vbc, vbc); in test_compare()
709 vbs = vec_cmpeq(vss, vss); in test_compare()
711 vbs = vec_cmpeq(vus, vus); in test_compare()
713 vbs = vec_cmpeq(vbs, vbs); in test_compare()
715 vbi = vec_cmpeq(vsi, vsi); in test_compare()
717 vbi = vec_cmpeq(vui, vui); in test_compare()
719 vbi = vec_cmpeq(vbi, vbi); in test_compare()
721 vbl = vec_cmpeq(vsl, vsl); in test_compare()
[all …]
Dbuiltins-ppc-vsx.c103 res_vbll = vec_cmpeq(vd, vd); in test1()
107 res_vbi = vec_cmpeq(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c153 res_vbll = vec_cmpeq(vsll, vsll); in test1()
158 res_vbll = vec_cmpeq(vull, vull); in test1()
Dbuiltins-ppc-altivec.c914 res_vbc = vec_cmpeq(vsc, vsc); in test2()
918 res_vbc = vec_cmpeq(vuc, vuc); in test2()
922 res_vbs = vec_cmpeq(vs, vs); in test2()
926 res_vbs = vec_cmpeq(vus, vus); in test2()
930 res_vbi = vec_cmpeq(vi, vi); in test2()
934 res_vbi = vec_cmpeq(vui, vui); in test2()
938 res_vbi = vec_cmpeq(vf, vf); in test2()
/external/clang/lib/Headers/
Dvecintrin.h1810 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1815 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1825 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1830 vec_cmpeq(vector signed short __a, vector signed short __b) { in vec_cmpeq() function
1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1840 vec_cmpeq(vector bool int __a, vector bool int __b) { in vec_cmpeq() function
1845 vec_cmpeq(vector signed int __a, vector signed int __b) { in vec_cmpeq() function
1850 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq() function
[all …]
Daltivec.h1493 static vector bool char __ATTRS_o_ai vec_cmpeq(vector signed char __a, in vec_cmpeq() function
1499 static vector bool char __ATTRS_o_ai vec_cmpeq(vector unsigned char __a, in vec_cmpeq() function
1505 static vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1510 static vector bool short __ATTRS_o_ai vec_cmpeq(vector unsigned short __a, in vec_cmpeq() function
1516 static vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, vector int __b) { in vec_cmpeq() function
1520 static vector bool int __ATTRS_o_ai vec_cmpeq(vector unsigned int __a, in vec_cmpeq() function
1528 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
1533 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function
1539 static vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function
1550 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt91 vector float C = (vector float)vec_cmpeq(*A, *B);