Searched defs:vec_st (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1827 static inline void vec_st(vec_uchar16 a, int b, unsigned char *c) in vec_st() function 1832 static inline void vec_st(vec_uchar16 a, int b, vec_uchar16 *c) in vec_st() function 1837 static inline void vec_st(vec_char16 a, int b, signed char *c) in vec_st() function 1842 static inline void vec_st(vec_char16 a, int b, vec_char16 *c) in vec_st() function 1847 static inline void vec_st(vec_bchar16 a, int b, signed char *c) in vec_st() function 1852 static inline void vec_st(vec_ushort8 a, int b, unsigned short *c) in vec_st() function 1857 static inline void vec_st(vec_ushort8 a, int b, vec_ushort8 *c) in vec_st() function 1862 static inline void vec_st(vec_short8 a, int b, signed short *c) in vec_st() function 1867 static inline void vec_st(vec_short8 a, int b, vec_short8 *c) in vec_st() function 1872 static inline void vec_st(vec_bshort8 a, int b, signed short *c) in vec_st() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 11091 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function 11096 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st() function 11101 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function 11106 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st() function 11111 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function 11116 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function 11121 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st() function 11126 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function 11131 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st() function 11136 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 281 #define vec_st __builtin_vec_st macro
|