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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 301 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
302 template<> EIGEN_STRONG_INLINE void 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 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; }
345 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/clang/lib/Headers/
altivec.h 7100 vec_st(vector signed char __a, int __b, vector signed char *__c) function
7106 vec_st(vector signed char __a, int __b, signed char *__c) function
7112 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) function
7118 vec_st(vector unsigned char __a, int __b, unsigned char *__c) function
7124 vec_st(vector bool char __a, int __b, signed char *__c) function
7130 vec_st(vector bool char __a, int __b, unsigned char *__c) function
7136 vec_st(vector bool char __a, int __b, vector bool char *__c) function
7142 vec_st(vector short __a, int __b, vector short *__c) function
7148 vec_st(vector short __a, int __b, short *__c) function
7154 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) function
7160 vec_st(vector unsigned short __a, int __b, unsigned short *__c) function
7166 vec_st(vector bool short __a, int __b, short *__c) function
7172 vec_st(vector bool short __a, int __b, unsigned short *__c) function
7178 vec_st(vector bool short __a, int __b, vector bool short *__c) function
7184 vec_st(vector pixel __a, int __b, short *__c) function
7190 vec_st(vector pixel __a, int __b, unsigned short *__c) function
7196 vec_st(vector pixel __a, int __b, vector pixel *__c) function
7202 vec_st(vector int __a, int __b, vector int *__c) function
7208 vec_st(vector int __a, int __b, int *__c) function
7214 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) function
7220 vec_st(vector unsigned int __a, int __b, unsigned int *__c) function
7226 vec_st(vector bool int __a, int __b, int *__c) function
7232 vec_st(vector bool int __a, int __b, unsigned int *__c) function
7238 vec_st(vector bool int __a, int __b, vector bool int *__c) function
7244 vec_st(vector float __a, int __b, vector float *__c) function
7250 vec_st(vector float __a, int __b, float *__c) function
    [all...]

Completed in 36 milliseconds