Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h103 Packet4ui iszero_mask = reinterpret_cast<Packet4ui>(vec_cmpeq(x, p4f_ZERO));
194 Packet4ui isnumber_mask = reinterpret_cast<Packet4ui>(vec_cmpeq(_x, _x));
312 Packet2ul isnumber_mask = reinterpret_cast<Packet2ul>(vec_cmpeq(_x, _x));
DPacketMath.h743 …Packet4ui mask = reinterpret_cast<Packet4ui>(vec_cmpeq(reinterpret_cast<Packet4ui>(select), reinte…
749 …Packet4ui mask = reinterpret_cast<Packet4ui>(vec_cmpeq(reinterpret_cast<Packet4ui>(select), reinte…
1025 …Packet2bl mask = vec_cmpeq(reinterpret_cast<Packet2d>(select), reinterpret_cast<Packet2d>(p2l_ONE)…
/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.c147 res_vbll = vec_cmpeq(vd, vd); in test1()
151 res_vbi = vec_cmpeq(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c154 res_vbll = vec_cmpeq(vsll, vsll); in test1()
159 res_vbll = vec_cmpeq(vull, vull); in test1()
Dbuiltins-ppc-altivec.c933 res_vbc = vec_cmpeq(vsc, vsc); in test2()
937 res_vbc = vec_cmpeq(vuc, vuc); in test2()
941 res_vbs = vec_cmpeq(vs, vs); in test2()
945 res_vbs = vec_cmpeq(vus, vus); in test2()
949 res_vbi = vec_cmpeq(vi, vi); in test2()
953 res_vbi = vec_cmpeq(vui, vui); in test2()
957 res_vbi = vec_cmpeq(vf, vf); in test2()
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h90 Packet2ul isnumber_mask = reinterpret_cast<Packet2ul>(vec_cmpeq(_x, _x));
DPacketMath.h920 Packet4ui mask = vec_cmpeq(select, reinterpret_cast<Packet4ui>(p4i_ONE));
927 Packet2ul mask_hi = vec_cmpeq(select_hi, reinterpret_cast<Packet2ul>(p2l_ONE));
928 Packet2ul mask_lo = vec_cmpeq(select_lo, reinterpret_cast<Packet2ul>(p2l_ONE));
937 Packet2ul mask = vec_cmpeq(select, reinterpret_cast<Packet2ul>(p2l_ONE));
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h231 return (__m128i) vec_cmpeq ((vector signed int) a, (vector signed int) b); in vec_cmpeq_epi32()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME_ALTIVEC.txt91 vector float C = (vector float)vec_cmpeq(*A, *B);
/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.h1536 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1542 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1547 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1553 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1558 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1564 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1571 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
1576 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function
1582 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function
1593 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);