HomeSort by relevance Sort by last modified time
    Searched refs:vec_ld (Results 1 - 16 of 16) 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/pixman/pixman/
pixman-vmx.c 150 tmp1 = (typeof(tmp1))vec_ld (0, source); \
151 tmp2 = (typeof(tmp2))vec_ld (15, source); \
152 tmp3 = (typeof(tmp3))vec_ld (0, dest); \
155 tmp4 = (typeof(tmp4))vec_ld (15, dest); \
160 tmp1 = (typeof(tmp1))vec_ld (0, source); \
161 tmp2 = (typeof(tmp2))vec_ld (15, source); \
162 tmp3 = (typeof(tmp3))vec_ld (0, dest); \
165 tmp4 = (typeof(tmp4))vec_ld (15, dest); \
166 tmp1 = (typeof(tmp1))vec_ld (0, mask); \
169 tmp2 = (typeof(tmp2))vec_ld (15, mask);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 877 vsrc = (vector unsigned char)vec_ld(0, src);
887 voverflow = (vector unsigned char)vec_ld(15, src);
891 vsrc = (vector unsigned char)vec_ld(15, src);
897 voverflow = vec_ld(0, dst);
    [all...]
SDL_blit_N.c 203 vsrc = vec_ld(0, src);
211 voverflow = vec_ld(15, src);
216 voverflow = vec_ld(15, src);
350 vsrc = vec_ld(0, src);
357 voverflow = vec_ld(15, src);
495 vsrc = vec_ld(0, src);
502 voverflow = vec_ld(15, src);
621 vector unsigned int vs = vec_ld(0, srcp);
627 vector unsigned int voverflow = vec_ld(15, srcp);
636 vd = vec_ld(0, dstp)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 98 Function vec_ld [type unsigned char] ===> OK
99 Function vec_ld [type char] ===> OK
100 Function vec_ld [type unsigned short] ===> OK
101 Function vec_ld [type short] ===> OK
102 Function vec_ld [type unsigned int] ===> OK
103 Function vec_ld [type int] ===> OK
testVMX.c     [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...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
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...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
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...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
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...]
  /external/qemu/include/
qemu-common.h 474 #define SPLAT(p) vec_splat(vec_ld(0, p), 0)

Completed in 566 milliseconds