Searched defs:vec_ste (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1916 static inline void vec_ste(vec_uchar16 a, int b, unsigned char *c) in vec_ste() function 1924 static inline void vec_ste(vec_char16 a, int b, signed char *c) in vec_ste() function 1929 static inline void vec_ste(vec_bchar16 a, int b, signed char *c) in vec_ste() function 1934 static inline void vec_ste(vec_ushort8 a, int b, unsigned short *c) in vec_ste() function 1942 static inline void vec_ste(vec_short8 a, int b, signed short *c) in vec_ste() function 1947 static inline void vec_ste(vec_bshort8 a, int b, signed short *c) in vec_ste() function 1952 static inline void vec_ste(vec_uint4 a, int b, unsigned int *c) in vec_ste() function 1960 static inline void vec_ste(vec_int4 a, int b, signed int *c) in vec_ste() function 1965 static inline void vec_ste(vec_bint4 a, int b, signed int *c) in vec_ste() function 1970 static inline void vec_ste(vec_float4 a, int b, float *c) in vec_ste() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 282 #define vec_ste __builtin_vec_ste macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 11354 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste() function 11359 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste() function 11364 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function 11369 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste() function 11374 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, in vec_ste() function 11379 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste() function 11384 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste() function 11389 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste() function 11394 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste() function 11399 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste() function [all …]
|