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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3823 static inline void vec_stvrx(vec_uchar16 a, int b, unsigned char *c) function
3834 static inline void vec_stvrx(vec_uchar16 a, int b, vec_uchar16 *c) function
3845 static inline void vec_stvrx(vec_char16 a, int b, signed char *c) function
3856 static inline void vec_stvrx(vec_char16 a, int b, vec_char16 *c) function
3867 static inline void vec_stvrx(vec_ushort8 a, int b, unsigned short *c) function
3878 static inline void vec_stvrx(vec_ushort8 a, int b, vec_ushort8 *c) function
3889 static inline void vec_stvrx(vec_short8 a, int b, signed short *c) function
3900 static inline void vec_stvrx(vec_short8 a, int b, vec_short8 *c) function
3911 static inline void vec_stvrx(vec_uint function
3922 static inline void vec_stvrx(vec_uint4 a, int b, vec_uint4 *c) function
3933 static inline void vec_stvrx(vec_int4 a, int b, signed int *c) function
3944 static inline void vec_stvrx(vec_int4 a, int b, vec_int4 *c) function
3955 static inline void vec_stvrx(vec_float4 a, int b, float *c) function
3966 static inline void vec_stvrx(vec_float4 a, int b, vec_float4 *c) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h291 #define vec_stvrx __builtin_vec_stvrx macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h14305 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, function
14311 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, function
14318 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, function
14324 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, function
14331 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, function
14338 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, function
14344 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, function
14351 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, function
14357 static __inline__ void __ATTRS_o_ai vec_stvrx(vecto function
14365 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, function
14372 static __inline__ void __ATTRS_o_ai vec_stvrx(vector pixel __a, int __b, function
14379 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, function
14385 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, function
14392 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, function
14398 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, function
14405 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool int __a, int __b, function
14412 static __inline__ void __ATTRS_o_ai vec_stvrx(vector float __a, int __b, function
[all...]

Completed in 293 milliseconds