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.c4528 vec_st(vsc, 0, &vsc); in test6()
4532 vec_st(vsc, 0, &param_sc); in test6()
4536 vec_st(vuc, 0, &vuc); in test6()
4540 vec_st(vuc, 0, &param_uc); in test6()
4544 vec_st(vbc, 0, &param_uc); in test6()
4548 vec_st(vbc, 0, &param_uc); in test6()
4552 vec_st(vbc, 0, &vbc); in test6()
4556 vec_st(vs, 0, &vs); in test6()
4560 vec_st(vs, 0, &param_s); in test6()
4564 vec_st(vus, 0, &vus); in test6()
[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()
/external/clang/lib/Headers/
Daltivec.h8553 static void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
8558 static void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
8563 static void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
8568 static void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
8573 static void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8578 static void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8583 static void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8588 static void __ATTRS_o_ai vec_st(vector short __a, int __b, vector short *__c) { in vec_st() function
8592 static void __ATTRS_o_ai vec_st(vector short __a, int __b, short *__c) { in vec_st() function
8596 static void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st() function
[all …]