Home
last modified time | relevance | path

Searched refs:vec_st (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h301 …pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
302 …pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
319 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
320 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
337 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
338 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
344 …E float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x…
345 …E int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x…
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4304 vec_st(vsc, 0, &vsc); in test6()
4308 vec_st(vsc, 0, &param_sc); in test6()
4312 vec_st(vuc, 0, &vuc); in test6()
4316 vec_st(vuc, 0, &param_uc); in test6()
4320 vec_st(vbc, 0, &param_uc); in test6()
4324 vec_st(vbc, 0, &param_uc); in test6()
4328 vec_st(vbc, 0, &vbc); in test6()
4332 vec_st(vs, 0, &vs); in test6()
4336 vec_st(vs, 0, &param_s); in test6()
4340 vec_st(vus, 0, &vus); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h7100 vec_st(vector signed char __a, int __b, vector signed char *__c) in vec_st() function
7106 vec_st(vector signed char __a, int __b, signed char *__c) in vec_st() function
7112 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_st() function
7118 vec_st(vector unsigned char __a, int __b, unsigned char *__c) in vec_st() function
7124 vec_st(vector bool char __a, int __b, signed char *__c) in vec_st() function
7130 vec_st(vector bool char __a, int __b, unsigned char *__c) in vec_st() function
7136 vec_st(vector bool char __a, int __b, vector bool char *__c) in vec_st() function
7142 vec_st(vector short __a, int __b, vector short *__c) in vec_st() function
7148 vec_st(vector short __a, int __b, short *__c) in vec_st() function
7154 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_st() function
[all …]
/external/valgrind/main/none/tests/ppc32/
DtestVMX.stdout.exp352 Function vec_st [type unsigned char] ===> OK
353 Function vec_st [type char] ===> OK
354 Function vec_st [type unsigned short] ===> OK
355 Function vec_st [type short] ===> OK
356 Function vec_st [type unsigned int] ===> OK
357 Function vec_st [type int] ===> OK
DtestVMX.c5391 vec_st( UCaux1.v, 0, UCmem ); in part3()
5406 vec_st( Caux1.v, 0, Cmem ); in part3()
5421 vec_st( USaux1.v, 0, USmem ); in part3()
5436 vec_st( Saux1.v, 0, Smem ); in part3()
5451 vec_st( UIaux1.v, 0, UImem ); in part3()
5466 vec_st( Iaux1.v, 0, Imem ); in part3()
5482 vec_st( Faux1.v, 0, Fmem ); in part3()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_blit_N.c230 vec_st(vdst, 0, dst); in Blit_RGB888_RGB565Altivec()
368 vec_st(vdst1, 0, dst); in Blit_RGB565_32Altivec()
374 vec_st(vdst2, 16, dst); in Blit_RGB565_32Altivec()
513 vec_st(vdst1, 0, dst); in Blit_RGB555_32Altivec()
519 vec_st(vdst2, 16, dst); in Blit_RGB555_32Altivec()
640 vec_st(vd, 0, dstp); in Blit32to32KeyAltivec()
708 vec_st(vbits, 0, dst); /* store it back out. */ in ConvertAltivec32to32_noprefetch()
790 vec_st(vbits, 0, dst); /* store it back out. */ in ConvertAltivec32to32_prefetch()
DSDL_blit_A.c926 vec_st(vdst1, 0, dst); in Blit32to565PixelAlphaAltivec()
1044 vec_st((vector unsigned int)vd, 0, dstp); in Blit32to32SurfaceAlphaKeyAltivec()
1141 vec_st((vector unsigned int)vd, 0, dstp); in Blit32to32PixelAlphaAltivec()
1239 vec_st((vector unsigned int)vd, 0, dstp); in BlitRGBtoRGBPixelAlphaAltivec()
1332 vec_st((vector unsigned int)vd, 0, dstp); in Blit32to32SurfaceAlphaAltivec()
1416 vec_st((vector unsigned int)vd, 0, dstp); in BlitRGBtoRGBSurfaceAlphaAltivec()
/external/pixman/pixman/
Dpixman-vmx.c182 vec_st ((vector unsigned int) tmp3, 15, dest); \
183 vec_st ((vector unsigned int) tmp1, 0, dest);