/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 463 res_vsll = vec_mergeh(vsll, vsll); in test1() 467 res_vsll = vec_mergeh(vsll, vbll); in test1() 471 res_vsll = vec_mergeh(vbll, vsll); in test1() 475 res_vull = vec_mergeh(vull, vull); in test1() 479 res_vull = vec_mergeh(vull, vbll); in test1() 483 res_vull = vec_mergeh(vbll, vull); in test1()
|
D | builtins-systemz-zvector.c | 544 vsc = vec_mergeh(vsc, vsc); in test_core() 546 vuc = vec_mergeh(vuc, vuc); in test_core() 548 vbc = vec_mergeh(vbc, vbc); in test_core() 550 vss = vec_mergeh(vss, vss); in test_core() 552 vus = vec_mergeh(vus, vus); in test_core() 554 vbs = vec_mergeh(vbs, vbs); in test_core() 556 vsi = vec_mergeh(vsi, vsi); in test_core() 558 vui = vec_mergeh(vui, vui); in test_core() 560 vbi = vec_mergeh(vbi, vbi); in test_core() 562 vsl = vec_mergeh(vsl, vsl); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 1743 res_vsc = vec_mergeh(vsc, vsc); in test6() 1747 res_vuc = vec_mergeh(vuc, vuc); in test6() 1751 res_vbc = vec_mergeh(vbc, vbc); in test6() 1755 res_vs = vec_mergeh(vs, vs); in test6() 1759 res_vp = vec_mergeh(vp, vp); in test6() 1763 res_vus = vec_mergeh(vus, vus); in test6() 1767 res_vbs = vec_mergeh(vbs, vbs); in test6() 1771 res_vi = vec_mergeh(vi, vi); in test6() 1775 res_vui = vec_mergeh(vui, vui); in test6() 1779 res_vbi = vec_mergeh(vbi, vbi); in test6() [all …]
|
D | builtins-ppc-p8vector.c | 952 res_vbll = vec_mergeh(vbll, vbll); in test1()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 370 v[0] = vec_mergeh(vecs[0], vecs[2]); 372 v[2] = vec_mergeh(vecs[1], vecs[3]); 375 sum[0] = vec_mergeh(v[0], v[2]); 377 sum[2] = vec_mergeh(v[1], v[3]); 406 v[0] = vec_mergeh(vecs[0], vecs[2]); 408 v[2] = vec_mergeh(vecs[1], vecs[3]); 411 sum[0] = vec_mergeh(v[0], v[2]); 413 sum[2] = vec_mergeh(v[1], v[3]);
|
D | Complex.h | 17 static Packet4ui p4ui_CONJ_XOR = vec_mergeh((Packet4ui)p4i_ZERO, (Packet4ui)p4f_ZERO_);//{ 0x00000… 22 static Packet16uc p16uc_PSET_HI = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FO… 23 static Packet16uc p16uc_PSET_LO = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FO…
|
/external/fec/ |
D | viterbi27_av.c | 164 d->v[0] = vec_mergeh(decision0,decision1); in update_viterbi27_blk_av() 166 vp->new_metrics->v[0] = vec_mergeh(survivor0,survivor1); in update_viterbi27_blk_av() 176 d->v[2] = vec_mergeh(decision0,decision1); in update_viterbi27_blk_av() 178 vp->new_metrics->v[2] = vec_mergeh(survivor0,survivor1); in update_viterbi27_blk_av()
|
D | viterbi39_av.c | 125 …symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word u… in update_viterbi39_blk_av() 166 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi39_blk_av() 168 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 125 …symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word u… in update_viterbi615_blk_av() 171 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi615_blk_av() 173 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1); in update_viterbi615_blk_av()
|
D | viterbi29_av.c | 155 d->v[2*i] = vec_mergeh(decision0,decision1); in update_viterbi29_blk_av() 157 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1); in update_viterbi29_blk_av()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 131 Function vec_mergeh [type char] ===> OK 132 Function vec_mergeh [type unsigned char] ===> OK 133 Function vec_mergeh [type short] ===> OK 134 Function vec_mergeh [type unsigned short] ===> OK 135 Function vec_mergeh [type integer] ===> OK 136 Function vec_mergeh [type unsigned int] ===> OK
|
D | testVMX.c | 2554 Caux1.v = vec_mergeh( Ccons1, Ccons2 ); in part2() 2566 UCaux1.v = vec_mergeh( UCcons1, UCcons2 ); in part2() 2578 Saux1.v = vec_mergeh( Scons1, Scons2 ); in part2() 2590 USaux1.v = vec_mergeh( UScons1, UScons2 ); in part2() 2602 Iaux1.v = vec_mergeh( Icons1, Icons2 ); in part2() 2614 UIaux1.v = vec_mergeh( UIcons1, UIcons2 ); in part2() 2627 Faux1.v = vec_mergeh( Fcons1, Fcons2 ); in part2()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, in vec_mergeh() function 3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, in vec_mergeh() function 3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, in vec_mergeh() function 3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, in vec_mergeh() function 3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { in vec_mergeh() function 3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, in vec_mergeh() function 3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, in vec_mergeh() function 3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { in vec_mergeh() function 3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, in vec_mergeh() function 3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, in vec_mergeh() function [all …]
|
D | vecintrin.h | 1360 vec_mergeh(vector signed char __a, vector signed char __b) { in vec_mergeh() function 1367 vec_mergeh(vector bool char __a, vector bool char __b) { in vec_mergeh() function 1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { in vec_mergeh() function 1381 vec_mergeh(vector signed short __a, vector signed short __b) { in vec_mergeh() function 1387 vec_mergeh(vector bool short __a, vector bool short __b) { in vec_mergeh() function 1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { in vec_mergeh() function 1399 vec_mergeh(vector signed int __a, vector signed int __b) { in vec_mergeh() function 1404 vec_mergeh(vector bool int __a, vector bool int __b) { in vec_mergeh() function 1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { in vec_mergeh() function 1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { in vec_mergeh() function [all …]
|