Home
last modified time | relevance | path

Searched refs:vec_st (Results 1 – 11 of 11) sorted by relevance

/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c83 vec_st(rp_vec,0,rp); in png_read_filter_row_up_vsx()
216 vec_st(rp_vec,0,rp); in png_read_filter_row_sub4_vsx()
276 vec_st(rp_vec,0,rp); in png_read_filter_row_sub3_vsx()
365 vec_st(rp_vec,0,rp); in png_read_filter_row_avg4_vsx()
458 vec_st(rp_vec,0,rp); in png_read_filter_row_avg3_vsx()
606 vec_st(rp_vec,0,rp); in png_read_filter_row_paeth4_vsx()
747 vec_st(rp_vec,0,rp); in png_read_filter_row_paeth3_vsx()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4547 vec_st(vsc, 0, &vsc); in test6()
4551 vec_st(vsc, 0, &param_sc); in test6()
4555 vec_st(vuc, 0, &vuc); in test6()
4559 vec_st(vuc, 0, &param_uc); in test6()
4563 vec_st(vbc, 0, &param_uc); in test6()
4567 vec_st(vbc, 0, &param_uc); in test6()
4571 vec_st(vbc, 0, &vbc); in test6()
4575 vec_st(vs, 0, &vs); in test6()
4579 vec_st(vs, 0, &param_s); in test6()
4583 vec_st(vus, 0, &vus); in test6()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4829 vec_st(vsc, 0, &vsc); in test6()
4833 vec_st(vsc, 0, &param_sc); in test6()
4837 vec_st(vuc, 0, &vuc); in test6()
4841 vec_st(vuc, 0, &param_uc); in test6()
4845 vec_st(vbc, 0, &param_uc); in test6()
4849 vec_st(vbc, 0, &param_uc); in test6()
4853 vec_st(vbc, 0, &vbc); in test6()
4857 vec_st(vs, 0, &vs); in test6()
4861 vec_st(vs, 0, &param_s); in test6()
4865 vec_st(vus, 0, &vus); in test6()
[all …]
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h265 vec_st(from, 0, to);
275 vec_st(from, 0, to);
481 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
482 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
499 vec_st( LSQ, 15, (unsigned char *)to ); // Store the LSQ part first
500 vec_st( MSQ, 0, (unsigned char *)to ); // Store the MSQ part
861 vec_st(from, 0, to);
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c112 vec_st(w + k, 0, pre_added); in sched_00_15()
137 vec_st(w + k, 0, pre_added); in sched_16_31()
151 vec_st(w + k, 0, pre_added); in sched_32_79()
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c112 vec_st(w + k, 0, pre_added); in sched_00_15()
137 vec_st(w + k, 0, pre_added); in sched_16_31()
151 vec_st(w + k, 0, pre_added); in sched_32_79()
/external/clang/lib/Headers/
Daltivec.h8662 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
8667 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
8672 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
8677 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
8682 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8687 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8692 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
8697 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function
8702 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function
8707 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st() function
[all …]
/external/llvm-project/clang/lib/Headers/
Daltivec.h10598 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
10603 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function
10608 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
10613 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function
10618 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
10623 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
10628 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function
10633 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function
10638 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function
10643 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st() function
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h271 vec_st ((vector unsigned int) vdata, 0, dest); in vec_store_si128()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Demmintrin.h172 vec_st((__v16qu)__A, 0, (__v16qu*)__P); in _mm_store_pd()
780 vec_st ((__v16qu) __B, 0, (__v16qu*)__P); in _mm_store_si128()
Dxmmintrin.h149 vec_st((__v4sf)__A, 0, (__v4sf*)__P); in _mm_store_ps()