Searched refs:vec_sl (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit_N.c | 173 vf800 = vec_sl(vf800, vec_splat_u16(8)); in Blit_RGB888_RGB565Altivec() 223 vgpixel = vec_sl(vgpixel, v3); in Blit_RGB888_RGB565Altivec() 224 vrpixel = vec_sl(vpixel, v1); in Blit_RGB888_RGB565Altivec() 279 vec_add((vector unsigned int)vredalpha1, vec_sl(v8, v16)) in Blit_RGB565_32Altivec() 305 vec_add((vector unsigned int)vgreen1, vec_sl(v8, v8)) in Blit_RGB565_32Altivec() 313 vf800 = vec_sl(vf800, vec_splat_u16(8)); in Blit_RGB565_32Altivec() 361 vB = vec_sl((vector unsigned short)vsrc, v3); in Blit_RGB565_32Altivec() 362 vG = vec_sl(vB, v2); in Blit_RGB565_32Altivec() 424 vec_add((vector unsigned int)vredalpha1, vec_sl(v8, v16)) in Blit_RGB555_32Altivec() 450 vec_add((vector unsigned int)vgreen1, vec_sl(v8, v8)) in Blit_RGB555_32Altivec() [all …]
|
D | SDL_blit_A.c | 695 #define VEC_ALPHA_MASK() ((vector unsigned char)vec_sl((vector unsigned int)vec_splat_s8(-1), VEC_U… 808 vec_add((vector unsigned int)vredalpha1, vec_sl(v8_32, v16_32)) in Blit32to565PixelAlphaAltivec() 834 vec_add((vector unsigned int)vgreen1, vec_sl(v8_32, v8_32)) in Blit32to565PixelAlphaAltivec() 846 vf800 = vec_sl(vf800, vec_splat_u16(8)); in Blit32to565PixelAlphaAltivec() 899 vB = vec_sl((vector unsigned short)voverflow, v3_16); in Blit32to565PixelAlphaAltivec() 900 vG = vec_sl(vB, v2_16); in Blit32to565PixelAlphaAltivec() 918 vgpixel = vec_sl(vgpixel, v3_16); in Blit32to565PixelAlphaAltivec() 919 vrpixel = vec_sl(vpixel, v1_16); in Blit32to565PixelAlphaAltivec()
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 262 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
|
D | testVMX.c | 4103 Caux1.v = vec_sl( Ccons1, UCcons3 ); in part3() 4119 UCaux1.v = vec_sl( UCcons1, UCcons3 ); in part3() 4135 Saux1.v = vec_sl( Scons1, UScons3 ); in part3() 4151 USaux1.v = vec_sl( UScons1, UScons3 ); in part3() 4167 Iaux1.v = vec_sl( Icons1, UIcons3 ); in part3() 4183 UIaux1.v = vec_sl( UIcons1, UIcons3 ); in part3()
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3210 res_vsc = vec_sl(vsc, vuc); in test6() 3214 res_vuc = vec_sl(vuc, vuc); in test6() 3218 res_vs = vec_sl(vs, vus); in test6() 3222 res_vus = vec_sl(vus, vus); in test6() 3226 res_vi = vec_sl(vi, vui); in test6() 3230 res_vui = vec_sl(vui, vui); in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 71 static Packet4f p4f_ZERO_ = (Packet4f) vec_sl((Packet4ui)p4i_MINUS1, (Packet4ui)p4i_MINUS1);
|
/external/clang/lib/Headers/ |
D | altivec.h | 5137 vec_sl(vector signed char __a, vector unsigned char __b) in vec_sl() function 5143 vec_sl(vector unsigned char __a, vector unsigned char __b) in vec_sl() function 5149 vec_sl(vector short __a, vector unsigned short __b) in vec_sl() function 5155 vec_sl(vector unsigned short __a, vector unsigned short __b) in vec_sl() function 5161 vec_sl(vector int __a, vector unsigned int __b) in vec_sl() function 5167 vec_sl(vector unsigned int __a, vector unsigned int __b) in vec_sl() function 5179 return vec_sl(__a, __b); in vec_vslb() 5185 return vec_sl(__a, __b); in vec_vslb() 5195 return vec_sl(__a, __b); in vec_vslh() 5201 return vec_sl(__a, __b); in vec_vslh() [all …]
|