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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1916 static inline void vec_ste(vec_uchar16 a, int b, unsigned char *c) function
1924 static inline void vec_ste(vec_char16 a, int b, signed char *c) function
1929 static inline void vec_ste(vec_bchar16 a, int b, signed char *c) function
1934 static inline void vec_ste(vec_ushort8 a, int b, unsigned short *c) function
1942 static inline void vec_ste(vec_short8 a, int b, signed short *c) function
1947 static inline void vec_ste(vec_bshort function
1952 static inline void vec_ste(vec_uint4 a, int b, unsigned int *c) function
1960 static inline void vec_ste(vec_int4 a, int b, signed int *c) function
1965 static inline void vec_ste(vec_bint4 a, int b, signed int *c) function
1970 static inline void vec_ste(vec_float4 a, int b, float *c) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h282 #define vec_ste __builtin_vec_ste macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h11354 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, function
11359 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, function
11364 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, function
11369 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, function
11374 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, function
11379 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, function
11384 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, function
11389 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, function
11394 static __inline__ void __ATTRS_o_ai vec_ste(vecto function
11399 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, function
11404 static __inline__ void __ATTRS_o_ai vec_ste(vector int __a, int __b, int *__c) { function
11408 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned int __a, int __b, function
11413 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, function
11418 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, function
11423 static __inline__ void __ATTRS_o_ai vec_ste(vector float __a, int __b, function
[all...]

Completed in 229 milliseconds