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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 151 Packet4f vc = vec_ld(0, af);
159 Packet4i vc = vec_ld(0, ai);
259 template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); }
260 template<> EIGEN_STRONG_INLINE Packet4i pload<Packet4i>(const int* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); }
268 MSQ = vec_ld(0, (unsigned char *)from); // most significant quadword
269 LSQ = vec_ld(15, (unsigned char *)from); // least significant quadword
280 MSQ = vec_ld(0, (unsigned char *)from); // most significant quadword
281 LSQ = vec_ld(15, (unsigned char *)from); // least significant quadword
312 MSQ = vec_ld(0, (unsigned char *)to); // most significant quadword
313 LSQ = vec_ld(15, (unsigned char *)to); // least significant quadwor
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 1132 /* vec_ld */
1133 res_vsc = vec_ld(0, &vsc);
1137 res_vsc = vec_ld(0, &param_sc);
1141 res_vuc = vec_ld(0, &vuc);
1145 res_vuc = vec_ld(0, &param_uc);
1149 res_vbc = vec_ld(0, &vbc);
1153 res_vs = vec_ld(0, &vs);
1157 res_vs = vec_ld(0, &param_s);
1161 res_vus = vec_ld(0, &vus);
1165 res_vus = vec_ld(0, &param_us)
    [all...]
  /external/clang/lib/Headers/
altivec.h 1709 vec_ld(int __a, const vector signed char *__b) function
1715 vec_ld(int __a, const signed char *__b) function
1721 vec_ld(int __a, const vector unsigned char *__b) function
1727 vec_ld(int __a, const unsigned char *__b) function
1733 vec_ld(int __a, const vector bool char *__b) function
1739 vec_ld(int __a, const vector short *__b) function
1745 vec_ld(int __a, const short *__b) function
1751 vec_ld(int __a, const vector unsigned short *__b) function
1757 vec_ld(int __a, const unsigned short *__b) function
1763 vec_ld(int __a, const vector bool short *__b) function
1769 vec_ld(int __a, const vector pixel *__b) function
1775 vec_ld(int __a, const vector int *__b) function
1781 vec_ld(int __a, const int *__b) function
1787 vec_ld(int __a, const vector unsigned int *__b) function
1793 vec_ld(int __a, const unsigned int *__b) function
1799 vec_ld(int __a, const vector bool int *__b) function
1805 vec_ld(int __a, const vector float *__b) function
1811 vec_ld(int __a, const float *__b) function
    [all...]

Completed in 930 milliseconds