/external/libjpeg-turbo/simd/ |
D | jidctfst-altivec.c | 213 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 214 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 219 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 220 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 225 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 226 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 231 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 232 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 237 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 238 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() [all …]
|
D | jidctint-altivec.c | 315 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 316 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 321 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 322 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 327 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 328 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 333 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 334 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 339 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 340 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 36 vec_ste(d, 0, &distortion); in vpx_get4x4sse_cs_vsx() 53 vec_ste((uint32x4_t)s, 0, &sum); in vpx_get_mb_ss_vsx()
|
D | vpx_convolve_vsx.c | 172 vec_ste(v, 0, dst); in convolve_line()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 360 Function vec_ste [type unsigned char] ===> OK 361 Function vec_ste [type char] ===> OK 362 Function vec_ste [type unsigned short] ===> OK 363 Function vec_ste [type short] ===> OK 364 Function vec_ste [type unsigned int] ===> OK 365 Function vec_ste [type int] ===> OK
|
D | testVMX.c | 5501 vec_ste( UCaux1.v, b, UCmem ); in part3() 5513 vec_ste( Caux1.v, b, Cmem ); in part3() 5525 vec_ste( USaux1.v, b, USmem ); in part3() 5536 vec_ste( Saux1.v, b, Smem ); in part3() 5547 vec_ste( UIaux1.v, b, UImem ); in part3() 5558 vec_ste( Iaux1.v, b, Imem ); in part3() 5570 vec_ste( Faux1.v, b, Fmem ); in part3()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4756 vec_ste(vsc, 0, ¶m_sc); in test6() 4760 vec_ste(vuc, 0, ¶m_uc); in test6() 4764 vec_ste(vbc, 0, ¶m_sc); in test6() 4768 vec_ste(vbc, 0, ¶m_uc); in test6() 4772 vec_ste(vs, 0, ¶m_s); in test6() 4776 vec_ste(vus, 0, ¶m_us); in test6() 4780 vec_ste(vbs, 0, ¶m_s); in test6() 4784 vec_ste(vbs, 0, ¶m_us); in test6() 4788 vec_ste(vp, 0, ¶m_s); in test6() 4792 vec_ste(vp, 0, ¶m_us); in test6() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 72 vec_ste(&destloc,0,vTemp);
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 519 …LINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x; vec_ste(a, 0, &x); return… 520 …LINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x; vec_ste(a, 0, &x); return…
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 72 vec_ste(&destloc,0,vTemp);
|
/external/clang/lib/Headers/ |
D | altivec.h | 8925 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste() function 8930 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste() function 8935 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function 8940 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function 8945 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, in vec_ste() function 8950 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste() function 8955 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste() function 8960 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste() function 8965 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste() function 8970 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste() function [all …]
|