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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 615 /* vec_ld (vector load indexed)
618 static inline vec_uchar16 vec_ld(int a, unsigned char *b) function
623 static inline vec_uchar16 vec_ld(int a, vec_uchar16 *b) function
628 static inline vec_char16 vec_ld(int a, signed char *b) function
633 static inline vec_char16 vec_ld(int a, vec_char16 *b) function
638 static inline vec_ushort8 vec_ld(int a, unsigned short *b) function
643 static inline vec_ushort8 vec_ld(int a, vec_ushort8 *b) function
648 static inline vec_short8 vec_ld(int a, signed short *b) function
653 static inline vec_short8 vec_ld(int a, vec_short8 *b) function
658 static inline vec_uint4 vec_ld(int a, unsigned int *b function
663 static inline vec_uint4 vec_ld(int a, vec_uint4 *b) function
668 static inline vec_int4 vec_ld(int a, signed int *b) function
673 static inline vec_int4 vec_ld(int a, vec_int4 *b) function
678 static inline vec_float4 vec_ld(int a, float *b) function
683 static inline vec_float4 vec_ld(int a, vec_float4 *b) function
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 3992 /* vec_ld */
3995 vec_ld(int __a, const vector signed char *__b) { function
4000 vec_ld(int __a, const signed char *__b) { function
4005 vec_ld(int __a, const vector unsigned char *__b) { function
4010 vec_ld(int __a, const unsigned char *__b) { function
4015 vec_ld(int __a, const vector bool char *__b) { function
4019 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, function
4024 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
4029 vec_ld(int __a, const vector unsigned short *__b) { function
4034 vec_ld(int __a, const unsigned short *__b) function
4039 vec_ld(int __a, const vector bool short *__b) { function
4043 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, function
4048 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, function
4053 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
4058 vec_ld(int __a, const vector unsigned int *__b) { function
4063 vec_ld(int __a, const unsigned int *__b) { function
4068 vec_ld(int __a, const vector bool int *__b) { function
4072 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, function
4077 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
    [all...]

Completed in 63 milliseconds