HomeSort by: relevance | last modified time | path
    Searched defs:vec_stvlx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 3657 /* vec_stvlx (store vector left indexed)
3660 static inline void vec_stvlx(vec_uchar16 a, int b, unsigned char *c) function
3671 static inline void vec_stvlx(vec_uchar16 a, int b, vec_uchar16 *c) function
3682 static inline void vec_stvlx(vec_char16 a, int b, signed char *c) function
3693 static inline void vec_stvlx(vec_char16 a, int b, vec_char16 *c) function
3704 static inline void vec_stvlx(vec_ushort8 a, int b, unsigned short *c) function
3715 static inline void vec_stvlx(vec_ushort8 a, int b, vec_ushort8 *c) function
3726 static inline void vec_stvlx(vec_short8 a, int b, signed short *c) function
3737 static inline void vec_stvlx(vec_short8 a, int b, vec_short8 *c) function
3748 static inline void vec_stvlx(vec_uint4 a, int b, unsigned int *c function
3759 static inline void vec_stvlx(vec_uint4 a, int b, vec_uint4 *c) function
3770 static inline void vec_stvlx(vec_int4 a, int b, signed int *c) function
3781 static inline void vec_stvlx(vec_int4 a, int b, vec_int4 *c) function
3792 static inline void vec_stvlx(vec_float4 a, int b, float *c) function
3803 static inline void vec_stvlx(vec_float4 a, int b, vec_float4 *c) function
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 14070 /* vec_stvlx */
14072 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, function
14078 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, function
14085 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, function
14091 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, function
14098 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, function
14105 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, function
14111 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, function
14118 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, function
14124 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a function
14132 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, function
14139 static __inline__ void __ATTRS_o_ai vec_stvlx(vector pixel __a, int __b, function
14146 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, function
14152 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, function
14159 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, function
14165 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, function
14172 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool int __a, int __b, function
14179 static __inline__ void __ATTRS_o_ai vec_stvlx(vector float __a, int __b, function
    [all...]

Completed in 23 milliseconds