Home
last modified time | relevance | path

Searched refs:vec_st (Results 1 – 5 of 5) 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.c4272 vec_st(vsc, 0, &vsc); in test6()
4276 vec_st(vsc, 0, &param_sc); in test6()
4280 vec_st(vuc, 0, &vuc); in test6()
4284 vec_st(vuc, 0, &param_uc); in test6()
4288 vec_st(vbc, 0, &param_uc); in test6()
4292 vec_st(vbc, 0, &param_uc); in test6()
4296 vec_st(vbc, 0, &vbc); in test6()
4300 vec_st(vs, 0, &vs); in test6()
4304 vec_st(vs, 0, &param_s); in test6()
4308 vec_st(vus, 0, &vus); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h7457 vec_st(vector signed char __a, int __b, vector signed char *__c) in vec_st() function
7463 vec_st(vector signed char __a, int __b, signed char *__c) in vec_st() function
7469 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_st() function
7475 vec_st(vector unsigned char __a, int __b, unsigned char *__c) in vec_st() function
7481 vec_st(vector bool char __a, int __b, signed char *__c) in vec_st() function
7487 vec_st(vector bool char __a, int __b, unsigned char *__c) in vec_st() function
7493 vec_st(vector bool char __a, int __b, vector bool char *__c) in vec_st() function
7499 vec_st(vector short __a, int __b, vector short *__c) in vec_st() function
7505 vec_st(vector short __a, int __b, short *__c) in vec_st() function
7511 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_st() function
[all …]
/external/valgrind/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()