Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core()
312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core()
315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
324 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
[all …]
Dbuiltins-systemz-zvector.c435 vsc = vec_splat(vsc, 0); in test_core()
437 vsc = vec_splat(vsc, 15); in test_core()
439 vuc = vec_splat(vuc, 0); in test_core()
441 vuc = vec_splat(vuc, 15); in test_core()
443 vbc = vec_splat(vbc, 0); in test_core()
445 vbc = vec_splat(vbc, 15); in test_core()
447 vss = vec_splat(vss, 0); in test_core()
449 vss = vec_splat(vss, 7); in test_core()
451 vus = vec_splat(vus, 0); in test_core()
453 vus = vec_splat(vus, 7); in test_core()
[all …]
Dbuiltins-ppc-vsx.c233 res_vd = vec_splat(vd, 1); in test1()
242 res_vbll = vec_splat(vbll, 1); in test1()
251 res_vsll = vec_splat(vsll, 1); in test1()
260 res_vull = vec_splat(vull, 1); in test1()
Dbuiltins-ppc-altivec.c3950 res_vsc = vec_splat(vsc, 0); in test6()
3954 res_vuc = vec_splat(vuc, 0); in test6()
3958 res_vbc = vec_splat(vbc, 0); in test6()
3962 res_vs = vec_splat(vs, 0); in test6()
3966 res_vus = vec_splat(vus, 0); in test6()
3970 res_vbs = vec_splat(vbs, 0); in test6()
3974 res_vp = vec_splat(vp, 0); in test6()
3978 res_vi = vec_splat(vi, 0); in test6()
3982 res_vui = vec_splat(vui, 0); in test6()
3986 res_vbi = vec_splat(vbi, 0); in test6()
[all …]
/external/eigen/Eigen/src/Core/arch/AltiVec/
DComplex.h18 …uc p16uc_COMPLEX_RE = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc)
19 …uc p16uc_COMPLEX_IM = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1), (Packet16uc)
22 …PSET_HI = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet4ui)
23 …PSET_LO = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 2), (Packet4ui)
DPacketMath.h152 vc = vec_splat(vc, 0);
160 vc = vec_splat(vc, 0);
/external/fec/
Dviterbi615_av.c126 sym0v = vec_splat(symv,0); in update_viterbi615_blk_av()
127 sym1v = vec_splat(symv,1); in update_viterbi615_blk_av()
128 sym2v = vec_splat(symv,2); in update_viterbi615_blk_av()
129 sym3v = vec_splat(symv,3); in update_viterbi615_blk_av()
130 sym4v = vec_splat(symv,4); in update_viterbi615_blk_av()
131 sym5v = vec_splat(symv,5); in update_viterbi615_blk_av()
Dviterbi39_av.c126 sym0v = vec_splat(symv,0); in update_viterbi39_blk_av()
127 sym1v = vec_splat(symv,1); in update_viterbi39_blk_av()
128 sym2v = vec_splat(symv,2); in update_viterbi39_blk_av()
Dviterbi29_av.c129 sym2v = vec_splat(sym1v,1); /* Splat syms[1] across sym2v */ in update_viterbi29_blk_av()
130 sym1v = vec_splat(sym1v,0); /* Splat syms[0] across sym1v */ in update_viterbi29_blk_av()
Dviterbi27_av.c129 sym1v = vec_splat(sym0v,1); /* Splat syms[1] across sym1v */ in update_viterbi27_blk_av()
130 sym0v = vec_splat(sym0v,0); /* Splat syms[0] across sym0v */ in update_viterbi27_blk_av()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp294 Function vec_splat [type char] ===> OK
295 Function vec_splat [type unsigned char] ===> OK
296 Function vec_splat [type short] ===> OK
297 Function vec_splat [type unsigned short] ===> OK
298 Function vec_splat [type integer] ===> OK
299 Function vec_splat [type unsigned int] ===> OK
DtestVMX.c4681 Caux1.v = vec_splat( Ccons1, 3 ); in part3()
4693 UCaux1.v = vec_splat( UCcons1, 3 ); in part3()
4705 Saux1.v = vec_splat( Scons1, 3 ); in part3()
4717 USaux1.v = vec_splat( UScons1, 3 ); in part3()
4729 Iaux1.v = vec_splat( Icons1, 3 ); in part3()
4741 UIaux1.v = vec_splat( UIcons1, 3 ); in part3()
4754 Faux1.v = vec_splat( Fcons1, 3 ); in part3()
/external/clang/lib/Headers/
Dvecintrin.h1164 vec_splat(vector signed char __vec, int __index) in vec_splat() function
1170 vec_splat(vector bool char __vec, int __index) in vec_splat() function
1176 vec_splat(vector unsigned char __vec, int __index) in vec_splat() function
1182 vec_splat(vector signed short __vec, int __index) in vec_splat() function
1188 vec_splat(vector bool short __vec, int __index) in vec_splat() function
1194 vec_splat(vector unsigned short __vec, int __index) in vec_splat() function
1200 vec_splat(vector signed int __vec, int __index) in vec_splat() function
1206 vec_splat(vector bool int __vec, int __index) in vec_splat() function
1212 vec_splat(vector unsigned int __vec, int __index) in vec_splat() function
1218 vec_splat(vector signed long long __vec, int __index) in vec_splat() function
[all …]
Daltivec.h7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, in vec_splat() function
7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, in vec_splat() function
7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, in vec_splat() function
7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, in vec_splat() function
7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, in vec_splat() function
7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, in vec_splat() function
7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, in vec_splat() function
7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, in vec_splat() function
7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, in vec_splat() function
7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, in vec_splat() function
[all …]
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.