Searched defs:vec_stvrx (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3823 static inline void vec_stvrx(vec_uchar16 a, int b, unsigned char *c) in vec_stvrx() function 3834 static inline void vec_stvrx(vec_uchar16 a, int b, vec_uchar16 *c) in vec_stvrx() function 3845 static inline void vec_stvrx(vec_char16 a, int b, signed char *c) in vec_stvrx() function 3856 static inline void vec_stvrx(vec_char16 a, int b, vec_char16 *c) in vec_stvrx() function 3867 static inline void vec_stvrx(vec_ushort8 a, int b, unsigned short *c) in vec_stvrx() function 3878 static inline void vec_stvrx(vec_ushort8 a, int b, vec_ushort8 *c) in vec_stvrx() function 3889 static inline void vec_stvrx(vec_short8 a, int b, signed short *c) in vec_stvrx() function 3900 static inline void vec_stvrx(vec_short8 a, int b, vec_short8 *c) in vec_stvrx() function 3911 static inline void vec_stvrx(vec_uint4 a, int b, unsigned int *c) in vec_stvrx() function 3922 static inline void vec_stvrx(vec_uint4 a, int b, vec_uint4 *c) in vec_stvrx() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 291 #define vec_stvrx __builtin_vec_stvrx macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 14305 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx() function 14311 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx() function 14318 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx() function 14324 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx() function 14331 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, in vec_stvrx() function 14338 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx() function 14344 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx() function 14351 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, in vec_stvrx() function 14357 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, in vec_stvrx() function 14365 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, in vec_stvrx() function [all …]
|