/external/eigen/Eigen/src/Core/arch/AltiVec/ |
H A D | 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 };
|
H A D | PacketMath.h | 152 vc = vec_splat(vc, 0); 160 vc = vec_splat(vc, 0);
|
/external/valgrind/main/none/tests/ppc32/ |
H A D | 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
|
H A D | testVMX.c | 4677 /* Function vec_splat */ 4681 Caux1.v = vec_splat( Ccons1, 3 ); 4687 printf("Function vec_splat [type char] ===> Error\n"); 4689 printf("Function vec_splat [type char] ===> OK\n"); 4693 UCaux1.v = vec_splat( UCcons1, 3 ); 4699 printf("Function vec_splat [type unsigned char] ===> Error\n"); 4701 printf("Function vec_splat [type unsigned char] ===> OK\n"); 4705 Saux1.v = vec_splat( Scons1, 3 ); 4711 printf("Function vec_splat [type short] ===> Error\n"); 4713 printf("Function vec_splat [typ [all...] |
/external/clang/test/CodeGen/ |
H A D | builtins-ppc-altivec.c | 1286 /* vec_splat */ 1287 res_vsc = vec_splat(vsc, 0); // CHECK: @llvm.ppc.altivec.vperm 1288 res_vuc = vec_splat(vuc, 0); // CHECK: @llvm.ppc.altivec.vperm 1289 res_vbc = vec_splat(vbc, 0); // CHECK: @llvm.ppc.altivec.vperm 1290 res_vs = vec_splat(vs, 0); // CHECK: @llvm.ppc.altivec.vperm 1291 res_vus = vec_splat(vus, 0); // CHECK: @llvm.ppc.altivec.vperm 1292 res_vbs = vec_splat(vbs, 0); // CHECK: @llvm.ppc.altivec.vperm 1293 res_vp = vec_splat(vp, 0); // CHECK: @llvm.ppc.altivec.vperm 1294 res_vi = vec_splat(vi, 0); // CHECK: @llvm.ppc.altivec.vperm 1295 res_vui = vec_splat(vu [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
H A D | SDL_blit_N.c | 145 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0)); 317 valpha = vec_splat(valpha, 0); 462 valpha = vec_splat(valpha, 0); 574 valpha = (vector unsigned int)vec_splat((vector unsigned char)valpha, 0); 580 vckey = vec_splat(vckey, 0); 582 vrgbmask = vec_splat(vrgbmask, 0); 671 vzero = (vector unsigned int)vec_splat(valpha, 0); 749 vzero = (vector unsigned int)vec_splat(valpha, 0);
|
H A D | SDL_blit_A.c | 769 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0)); 979 valpha = vec_splat(valpha, 0); 984 vckey = vec_splat(vckey, 0); 986 vrgbmask = vec_splat(vrgbmask, 0); 1290 valpha = vec_splat(valpha, 0); 1374 valpha = vec_splat(valpha, 0);
|
/external/clang/lib/Headers/ |
H A D | altivec.h | 5652 /* vec_splat */ 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(vecto 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/include/ |
H A D | altivec.h | 5652 /* vec_splat */ 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(vecto function 5727 vec_splat(vector bool int __a, unsigned char __b) function 5736 vec_splat(vector float __a, unsigned char __b) function [all...] |