Searched refs:vec_ld (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h615 /* 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(in 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...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3992 /* 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(in 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...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h61 #define vec_lvx vec_ld
H A Dsi2vmx.h2006 return ((qword)(vec_ld(0, (vector unsigned char *)(imm))));
2011 return ((qword)(vec_ld(si_to_uint(a) & ~0xF, (vector unsigned char *)(imm))));
2016 return ((qword)(vec_ld(0, (vector unsigned char *)(imm))));
2021 return ((qword)(vec_ld(si_to_uint((qword)(vec_add((vec_uint4)(a), (vec_uint4)(b)))), (vector unsigned char *)(0))));
H A Dxmmintrin.h115 return ((__m128)vec_ld(0, (__v4sf*)__P));
135 __tmp = vec_ld (0, (__v4sf *) __P);
H A Demmintrin.h154 return ((__m128d)vec_ld(0, (__v16qu*)__P));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h69 #define vec_lvx vec_ld
233 #define vec_ld __builtin_vec_ld macro
H A Dsi2vmx.h2006 return ((qword)(vec_ld(0, (vector unsigned char *)(imm))));
2011 return ((qword)(vec_ld(si_to_uint(a) & ~0xF, (vector unsigned char *)(imm))));
2016 return ((qword)(vec_ld(0, (vector unsigned char *)(imm))));
2021 return ((qword)(vec_ld(si_to_uint((qword)(vec_add((vec_uint4)(a), (vec_uint4)(b)))), (vector unsigned char *)(0))));
H A Dxmmintrin.h115 return ((__m128)vec_ld(0, (__v4sf*)__P));
135 __tmp = vec_ld (0, (__v4sf *) __P);
H A Demmintrin.h154 return ((__m128d)vec_ld(0, (__v16qu*)__P));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h93 return ((__m128)vec_ld(0, (__v4sf*)__P));
113 __tmp = vec_ld (0, (__v4sf *) __P);
H A Demmintrin.h130 return ((__m128d)vec_ld(0, (__v16qu*)__P));

Completed in 479 milliseconds