HomeSort by relevance Sort by last modified time
    Searched refs:vec_st (Results 1 - 9 of 9) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 298 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
299 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
316 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
317 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
334 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
335 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
341 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; }
342 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; }
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 352 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
testVMX.c     [all...]
  /external/clang/lib/Headers/
altivec.h 6702 vec_st(vector signed char __a, int __b, vector signed char *__c) function
6708 vec_st(vector signed char __a, int __b, signed char *__c) function
6714 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) function
6720 vec_st(vector unsigned char __a, int __b, unsigned char *__c) function
6726 vec_st(vector bool char __a, int __b, signed char *__c) function
6732 vec_st(vector bool char __a, int __b, unsigned char *__c) function
6738 vec_st(vector bool char __a, int __b, vector bool char *__c) function
6744 vec_st(vector short __a, int __b, vector short *__c) function
6750 vec_st(vector short __a, int __b, short *__c) function
6756 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) function
6762 vec_st(vector unsigned short __a, int __b, unsigned short *__c) function
6768 vec_st(vector bool short __a, int __b, short *__c) function
6774 vec_st(vector bool short __a, int __b, unsigned short *__c) function
6780 vec_st(vector bool short __a, int __b, vector bool short *__c) function
6786 vec_st(vector pixel __a, int __b, short *__c) function
6792 vec_st(vector pixel __a, int __b, unsigned short *__c) function
6798 vec_st(vector pixel __a, int __b, vector pixel *__c) function
6804 vec_st(vector int __a, int __b, vector int *__c) function
6810 vec_st(vector int __a, int __b, int *__c) function
6816 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) function
6822 vec_st(vector unsigned int __a, int __b, unsigned int *__c) function
6828 vec_st(vector bool int __a, int __b, int *__c) function
6834 vec_st(vector bool int __a, int __b, unsigned int *__c) function
6840 vec_st(vector bool int __a, int __b, vector bool int *__c) function
6846 vec_st(vector float __a, int __b, vector float *__c) function
6852 vec_st(vector float __a, int __b, float *__c) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 6702 vec_st(vector signed char __a, int __b, vector signed char *__c) function
6708 vec_st(vector signed char __a, int __b, signed char *__c) function
6714 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) function
6720 vec_st(vector unsigned char __a, int __b, unsigned char *__c) function
6726 vec_st(vector bool char __a, int __b, signed char *__c) function
6732 vec_st(vector bool char __a, int __b, unsigned char *__c) function
6738 vec_st(vector bool char __a, int __b, vector bool char *__c) function
6744 vec_st(vector short __a, int __b, vector short *__c) function
6750 vec_st(vector short __a, int __b, short *__c) function
6756 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) function
6762 vec_st(vector unsigned short __a, int __b, unsigned short *__c) function
6768 vec_st(vector bool short __a, int __b, short *__c) function
6774 vec_st(vector bool short __a, int __b, unsigned short *__c) function
6780 vec_st(vector bool short __a, int __b, vector bool short *__c) function
6786 vec_st(vector pixel __a, int __b, short *__c) function
6792 vec_st(vector pixel __a, int __b, unsigned short *__c) function
6798 vec_st(vector pixel __a, int __b, vector pixel *__c) function
6804 vec_st(vector int __a, int __b, vector int *__c) function
6810 vec_st(vector int __a, int __b, int *__c) function
6816 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) function
6822 vec_st(vector unsigned int __a, int __b, unsigned int *__c) function
6828 vec_st(vector bool int __a, int __b, int *__c) function
6834 vec_st(vector bool int __a, int __b, unsigned int *__c) function
6840 vec_st(vector bool int __a, int __b, vector bool int *__c) function
6846 vec_st(vector float __a, int __b, vector float *__c) function
6852 vec_st(vector float __a, int __b, float *__c) function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 230 vec_st(vdst, 0, dst);
368 vec_st(vdst1, 0, dst);
374 vec_st(vdst2, 16, dst);
513 vec_st(vdst1, 0, dst);
519 vec_st(vdst2, 16, dst);
640 vec_st(vd, 0, dstp);
708 vec_st(vbits, 0, dst); /* store it back out. */
790 vec_st(vbits, 0, dst); /* store it back out. */
    [all...]
SDL_blit_A.c 926 vec_st(vdst1, 0, dst);
    [all...]
  /external/pixman/pixman/
pixman-vmx.c 182 vec_st ((vector unsigned int) tmp3, 15, dest); \
183 vec_st ((vector unsigned int) tmp1, 0, dest);
    [all...]

Completed in 67 milliseconds