/external/eigen/Eigen/src/Core/arch/AltiVec/ |
Complex.h | 18 static Packet16uc p16uc_COMPLEX_RE = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 2), 8);//{ 0,1,2,3, 0,1,2,3, 8,9,10,11, 8,9,10,11 }; 19 static Packet16uc p16uc_COMPLEX_IM = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1), (Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 3), 8);//{ 4,5,6,7, 4,5,6,7, 12,13,14,15, 12,13,14,15 }; 22 static Packet16uc p16uc_PSET_HI = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 1));//{ 0,1,2,3, 4,5,6,7, 0,1,2,3, 4,5,6,7 }; 23 static Packet16uc p16uc_PSET_LO = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 2), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 3));//{ 8,9,10,11, 12,13,14,15, 8,9,10,11, 12,13,14,15 };
|
PacketMath.h | 152 vc = vec_splat(vc, 0); 160 vc = vec_splat(vc, 0);
|
/external/clang/test/CodeGen/ |
builtins-systemz-zvector-error.c | 297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} 300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} 303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} 306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} 309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} 312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} 315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} 318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} 321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} 324 vss = vec_splat(vss, idx); // expected-error {{no matching function} [all...] |
builtins-systemz-zvector.c | 435 vsc = vec_splat(vsc, 0); 437 vsc = vec_splat(vsc, 15); 439 vuc = vec_splat(vuc, 0); 441 vuc = vec_splat(vuc, 15); 443 vbc = vec_splat(vbc, 0); 445 vbc = vec_splat(vbc, 15); 447 vss = vec_splat(vss, 0); 449 vss = vec_splat(vss, 7); 451 vus = vec_splat(vus, 0); 453 vus = vec_splat(vus, 7) [all...] |
builtins-ppc-vsx.c | 233 res_vd = vec_splat(vd, 1); 242 res_vbll = vec_splat(vbll, 1); 251 res_vsll = vec_splat(vsll, 1); 260 res_vull = vec_splat(vull, 1);
|
/external/fec/ |
viterbi615_av.c | 126 sym0v = vec_splat(symv,0); 127 sym1v = vec_splat(symv,1); 128 sym2v = vec_splat(symv,2); 129 sym3v = vec_splat(symv,3); 130 sym4v = vec_splat(symv,4); 131 sym5v = vec_splat(symv,5);
|
viterbi29_av.c | 129 sym2v = vec_splat(sym1v,1); /* Splat syms[1] across sym2v */ 130 sym1v = vec_splat(sym1v,0); /* Splat syms[0] across sym1v */
|
viterbi39_av.c | 126 sym0v = vec_splat(symv,0); 127 sym1v = vec_splat(symv,1); 128 sym2v = vec_splat(symv,2);
|
viterbi27_av.c | 129 sym1v = vec_splat(sym0v,1); /* Splat syms[1] across sym1v */ 130 sym0v = vec_splat(sym0v,0); /* Splat syms[0] across sym0v */
|
/external/valgrind/none/tests/ppc32/ |
testVMX.stdout.exp | 294 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
|
testVMX.c | [all...] |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
altivec.h | 5655 vec_splat(vector signed char __a, unsigned char __b) function 5661 vec_splat(vector unsigned char __a, unsigned char __b) function 5667 vec_splat(vector bool char __a, unsigned char __b) function 5673 vec_splat(vector short __a, unsigned char __b) function 5682 vec_splat(vector unsigned short __a, unsigned char __b) function 5691 vec_splat(vector bool short __a, unsigned char __b) function 5700 vec_splat(vector pixel __a, unsigned char __b) function 5709 vec_splat(vector int __a, unsigned char __b) function 5718 vec_splat(vector unsigned int __a, unsigned char __b) function 5727 vec_splat(vector bool int __a, unsigned char __b) function 5736 vec_splat(vector float __a, unsigned char __b) function [all...] |
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
altivec.h | 5655 vec_splat(vector signed char __a, unsigned char __b) function 5661 vec_splat(vector unsigned char __a, unsigned char __b) function 5667 vec_splat(vector bool char __a, unsigned char __b) function 5673 vec_splat(vector short __a, unsigned char __b) function 5682 vec_splat(vector unsigned short __a, unsigned char __b) function 5691 vec_splat(vector bool short __a, unsigned char __b) function 5700 vec_splat(vector pixel __a, unsigned char __b) function 5709 vec_splat(vector int __a, unsigned char __b) function 5718 vec_splat(vector unsigned int __a, unsigned char __b) function 5727 vec_splat(vector bool int __a, unsigned char __b) function 5736 vec_splat(vector float __a, unsigned char __b) function [all...] |
/external/clang/lib/Headers/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
vecintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
altivec.h | 7465 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7470 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7475 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7480 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7489 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7498 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7507 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7516 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7525 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7534 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7543 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7553 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7562 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7572 vec_splat(vector signed long long __a, unsigned const int __b) { function 7581 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
altivec.h | 7465 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7470 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7475 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7480 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7489 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7498 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7507 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7516 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7525 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7534 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7543 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7553 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7562 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7572 vec_splat(vector signed long long __a, unsigned const int __b) { function 7581 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a, function 7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a, function 7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a, function 7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a, function 7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a, function 7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a, function 7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function 7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a, function 7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a, function 7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a, function 7641 static vector float __ATTRS_o_ai vec_splat(vector float __a, function 7651 static vector double __ATTRS_o_ai vec_splat(vector double __a, function 7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a, function 7670 vec_splat(vector signed long long __a, unsigned const int __b) { function 7679 vec_splat(vector unsigned long long __a, unsigned const int __b) { function [all...] |
/external/llvm/lib/Target/PowerPC/ |
README_ALTIVEC.txt | 71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.
|