Searched refs:vec_ld (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h151 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(1
[all...]
/external/pixman/pixman/
H A Dpixman-vmx.c150 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 (1
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c877 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);
1009 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp);
1018 voverflow = (vector unsigned char)vec_ld(15, srcp);
1029 vd = (vector unsigned char)vec_ld(0, dstp);
1114 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp);
1122 voverflow = (vector unsigned char)vec_ld(15, srcp);
1129 vd = (vector unsigned char)vec_ld(
[all...]
H A DSDL_blit_N.c203 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(
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp98 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
H A DtestVMX.c1857 /* Function vec_ld */
1861 UCaux1.v = vec_ld( 0, UCmem );
1870 printf("Function vec_ld [type unsigned char] ===> Error\n");
1872 printf("Function vec_ld [type unsigned char] ===> OK\n");
1876 Caux1.v = vec_ld( 0, Cmem );
1885 printf("Function vec_ld [type char] ===> Error\n");
1887 printf("Function vec_ld [type char] ===> OK\n");
1891 USaux1.v = vec_ld( 0, USmem );
1900 printf("Function vec_ld [type unsigned short] ===> Error\n");
1902 printf("Function vec_ld [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1132 /* 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(
[all...]
/external/clang/lib/Headers/
H A Daltivec.h1706 /* vec_ld */
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(in 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/
H A Dqemu-common.h474 #define SPLAT(p) vec_splat(vec_ld(0, p), 0)

Completed in 430 milliseconds