Searched defs:vec_stvlx (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3660 static inline void vec_stvlx(vec_uchar16 a, int b, unsigned char *c) in vec_stvlx() function 3671 static inline void vec_stvlx(vec_uchar16 a, int b, vec_uchar16 *c) in vec_stvlx() function 3682 static inline void vec_stvlx(vec_char16 a, int b, signed char *c) in vec_stvlx() function 3693 static inline void vec_stvlx(vec_char16 a, int b, vec_char16 *c) in vec_stvlx() function 3704 static inline void vec_stvlx(vec_ushort8 a, int b, unsigned short *c) in vec_stvlx() function 3715 static inline void vec_stvlx(vec_ushort8 a, int b, vec_ushort8 *c) in vec_stvlx() function 3726 static inline void vec_stvlx(vec_short8 a, int b, signed short *c) in vec_stvlx() function 3737 static inline void vec_stvlx(vec_short8 a, int b, vec_short8 *c) in vec_stvlx() function 3748 static inline void vec_stvlx(vec_uint4 a, int b, unsigned int *c) in vec_stvlx() function 3759 static inline void vec_stvlx(vec_uint4 a, int b, vec_uint4 *c) in vec_stvlx() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 289 #define vec_stvlx __builtin_vec_stvlx macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 14072 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 14078 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 14085 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 14091 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 14098 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx() function 14105 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx() function 14111 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx() function 14118 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx() function 14124 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx() function 14132 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx() function [all …]
|