Searched defs:vec_st (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1827 static inline void vec_st(vec_uchar16 a, int b, unsigned char *c) function
1832 static inline void vec_st(vec_uchar16 a, int b, vec_uchar16 *c) function
1837 static inline void vec_st(vec_char16 a, int b, signed char *c) function
1842 static inline void vec_st(vec_char16 a, int b, vec_char16 *c) function
1847 static inline void vec_st(vec_bchar16 a, int b, signed char *c) function
1852 static inline void vec_st(vec_ushort8 a, int b, unsigned short *c) function
1857 static inline void vec_st(vec_ushort8 a, int b, vec_ushort8 *c) function
1862 static inline void vec_st(vec_short8 a, int b, signed short *c) function
1867 static inline void vec_st(vec_short function
1872 static inline void vec_st(vec_bshort8 a, int b, signed short *c) function
1877 static inline void vec_st(vec_uint4 a, int b, unsigned int *c) function
1882 static inline void vec_st(vec_uint4 a, int b, vec_uint4 *c) function
1887 static inline void vec_st(vec_int4 a, int b, signed int *c) function
1892 static inline void vec_st(vec_int4 a, int b, vec_int4 *c) function
1897 static inline void vec_st(vec_bint4 a, int b, signed int *c) function
1902 static inline void vec_st(vec_float4 a, int b, float *c) function
1907 static inline void vec_st(vec_float4 a, int b, vec_float4 *c) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h281 #define vec_st __builtin_vec_st macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h11091 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, function
11096 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, function
11101 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, function
11106 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, function
11111 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, function
11116 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, function
11121 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, function
11126 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, function
11131 static __inline__ void __ATTRS_o_ai vec_st(vecto function
11136 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, function
11141 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, function
11146 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, function
11151 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, function
11156 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, function
11161 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, function
11166 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, function
11171 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, function
11176 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, function
11181 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, int *__c) { function
11185 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, function
11190 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, function
11195 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, function
11200 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, function
11205 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, function
11210 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, function
11215 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, function
[all...]

Completed in 128 milliseconds