Searched refs:vec_sl (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp262 Function vec_sl [type char] ===> OK
263 Function vec_sl [type unsigned char] ===> OK
264 Function vec_sl [type short] ===> OK
265 Function vec_sl [type unsigned short] ===> OK
266 Function vec_sl [type int] ===> OK
267 Function vec_sl [type unsigned integer] ===> OK
H A DtestVMX.c4100 /* Function vec_sl */
4103 Caux1.v = vec_sl( Ccons1, UCcons3 );
4114 printf("Function vec_sl [type char] ===> Error\n");
4116 printf("Function vec_sl [type char] ===> OK\n");
4119 UCaux1.v = vec_sl( UCcons1, UCcons3 );
4130 printf("Function vec_sl [type unsigned char] ===> Error\n");
4132 printf("Function vec_sl [type unsigned char] ===> OK\n");
4135 Saux1.v = vec_sl( Scons1, UScons3 );
4146 printf("Function vec_sl [type short] ===> Error\n");
4148 printf("Function vec_sl [typ
[all...]
/external/jemalloc/test/include/test/
H A DSFMT-alti.h85 w = vec_sl(d, sl1);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c173 vf800 = vec_sl(vf800, vec_splat_u16(8));
223 vgpixel = vec_sl(vgpixel, v3);
224 vrpixel = vec_sl(vpixel, v1);
279 vec_add((vector unsigned int)vredalpha1, vec_sl(v8, v16))
305 vec_add((vector unsigned int)vgreen1, vec_sl(v8, v8))
313 vf800 = vec_sl(vf800, vec_splat_u16(8));
361 vB = vec_sl((vector unsigned short)vsrc, v3);
362 vG = vec_sl(vB, v2);
424 vec_add((vector unsigned int)vredalpha1, vec_sl(v8, v16))
450 vec_add((vector unsigned int)vgreen1, vec_sl(v
[all...]
H A DSDL_blit_A.c695 #define VEC_ALPHA_MASK() ((vector unsigned char)vec_sl((vector unsigned int)vec_splat_s8(-1), VEC_U32_24()))
808 vec_add((vector unsigned int)vredalpha1, vec_sl(v8_32, v16_32))
834 vec_add((vector unsigned int)vgreen1, vec_sl(v8_32, v8_32))
846 vf800 = vec_sl(vf800, vec_splat_u16(8));
899 vB = vec_sl((vector unsigned short)voverflow, v3_16);
900 vG = vec_sl(vB, v2_16);
918 vgpixel = vec_sl(vgpixel, v3_16);
919 vrpixel = vec_sl(vpixel, v1_16);
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h71 static Packet4f p4f_ZERO_ = (Packet4f) vec_sl((Packet4ui)p4i_MINUS1, (Packet4ui)p4i_MINUS1);
199 high_prod = (Packet4i) vec_sl((Packet4ui) high_prod, (Packet4ui) p4i_MINUS16);
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c3209 /* vec_sl */
3210 res_vsc = vec_sl(vsc, vuc);
3214 res_vuc = vec_sl(vuc, vuc);
3218 res_vs = vec_sl(vs, vus);
3222 res_vus = vec_sl(vus, vus);
3226 res_vi = vec_sl(vi, vui);
3230 res_vui = vec_sl(vui, vui);
/external/clang/lib/Headers/
H A Daltivec.h5134 /* vec_sl */
5137 vec_sl(vector signed char __a, vector unsigned char __b) function
5143 vec_sl(vector unsigned char __a, vector unsigned char __b) function
5149 vec_sl(vector short __a, vector unsigned short __b) function
5155 vec_sl(vector unsigned short __a, vector unsigned short __b) function
5161 vec_sl(vector int __a, vector unsigned int __b) function
5167 vec_sl(vector unsigned int __a, vector unsigned int __b) function
5179 return vec_sl(__a, __b);
5185 return vec_sl(__a, __b);
5195 return vec_sl(__
[all...]

Completed in 1280 milliseconds