/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 618 static inline vec_uchar16 vec_ld(int a, unsigned char *b) in vec_ld() function 623 static inline vec_uchar16 vec_ld(int a, vec_uchar16 *b) in vec_ld() function 628 static inline vec_char16 vec_ld(int a, signed char *b) in vec_ld() function 633 static inline vec_char16 vec_ld(int a, vec_char16 *b) in vec_ld() function 638 static inline vec_ushort8 vec_ld(int a, unsigned short *b) in vec_ld() function 643 static inline vec_ushort8 vec_ld(int a, vec_ushort8 *b) in vec_ld() function 648 static inline vec_short8 vec_ld(int a, signed short *b) in vec_ld() function 653 static inline vec_short8 vec_ld(int a, vec_short8 *b) in vec_ld() function 658 static inline vec_uint4 vec_ld(int a, unsigned int *b) in vec_ld() function 663 static inline vec_uint4 vec_ld(int a, vec_uint4 *b) in vec_ld() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 3995 vec_ld(int __a, const vector signed char *__b) { in vec_ld() function 4000 vec_ld(int __a, const signed char *__b) { in vec_ld() function 4005 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld() function 4010 vec_ld(int __a, const unsigned char *__b) { in vec_ld() function 4015 vec_ld(int __a, const vector bool char *__b) { in vec_ld() function 4019 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, in vec_ld() function 4024 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld() function 4029 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld() function 4034 vec_ld(int __a, const unsigned short *__b) { in vec_ld() function 4039 vec_ld(int __a, const vector bool short *__b) { in vec_ld() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 69 #define vec_lvx vec_ld 233 #define vec_ld __builtin_vec_ld macro
|
H A D | si2vmx.h | 2006 return ((qword)(vec_ld(0, (vector unsigned char *)(imm)))); in si_lqa() 2011 return ((qword)(vec_ld(si_to_uint(a) & ~0xF, (vector unsigned char *)(imm)))); in si_lqd() 2016 return ((qword)(vec_ld(0, (vector unsigned char *)(imm)))); in si_lqr() 2021 …return ((qword)(vec_ld(si_to_uint((qword)(vec_add((vec_uint4)(a), (vec_uint4)(b)))), (vector unsig… in si_lqx()
|
H A D | xmmintrin.h | 115 return ((__m128)vec_ld(0, (__v4sf*)__P)); in _mm_load_ps() 135 __tmp = vec_ld (0, (__v4sf *) __P); in _mm_loadr_ps()
|
H A D | emmintrin.h | 154 return ((__m128d)vec_ld(0, (__v16qu*)__P)); in _mm_load_pd()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 61 #define vec_lvx vec_ld
|
H A D | si2vmx.h | 2006 return ((qword)(vec_ld(0, (vector unsigned char *)(imm)))); in si_lqa() 2011 return ((qword)(vec_ld(si_to_uint(a) & ~0xF, (vector unsigned char *)(imm)))); in si_lqd() 2016 return ((qword)(vec_ld(0, (vector unsigned char *)(imm)))); in si_lqr() 2021 …return ((qword)(vec_ld(si_to_uint((qword)(vec_add((vec_uint4)(a), (vec_uint4)(b)))), (vector unsig… in si_lqx()
|
H A D | xmmintrin.h | 115 return ((__m128)vec_ld(0, (__v4sf*)__P)); in _mm_load_ps() 135 __tmp = vec_ld (0, (__v4sf *) __P); in _mm_loadr_ps()
|
H A D | emmintrin.h | 154 return ((__m128d)vec_ld(0, (__v16qu*)__P)); in _mm_load_pd()
|
H A D | rs6000-builtins.def | 122 ; ldvec Needs special handling for vec_ld semantics
|
H A D | rs6000-overload.def | 1785 [VEC_LD, vec_ld, __builtin_vec_ld]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 93 return ((__m128)vec_ld(0, (__v4sf*)__P)); in _mm_load_ps() 113 __tmp = vec_ld (0, (__v4sf *) __P); in _mm_loadr_ps()
|
H A D | emmintrin.h | 130 return ((__m128d)vec_ld(0, (__v16qu*)__P)); in _mm_load_pd()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18081 vector float vec_ld (int, const vector float *); 18082 vector float vec_ld (int, const float *); 18083 vector bool int vec_ld (int, const vector bool int *); 18084 vector signed int vec_ld (int, const vector signed int *); 18085 vector signed int vec_ld (int, const int *); 18086 vector unsigned int vec_ld (int, const vector unsigned int *); 18087 vector unsigned int vec_ld (int, const unsigned int *); 18088 vector bool short vec_ld (int, const vector bool short *); 18089 vector pixel vec_ld (int, const vector pixel *); 18090 vector signed short vec_ld (int, const vector signed short *); [all …]
|
H A D | gcc.info | 47653 vector float vec_ld (int, const vector float *); 47654 vector float vec_ld (int, const float *); 47655 vector bool int vec_ld (int, const vector bool int *); 47656 vector signed int vec_ld (int, const vector signed int *); 47657 vector signed int vec_ld (int, const int *); 47658 vector unsigned int vec_ld (int, const vector unsigned int *); 47659 vector unsigned int vec_ld (int, const unsigned int *); 47660 vector bool short vec_ld (int, const vector bool short *); 47661 vector pixel vec_ld (int, const vector pixel *); 47662 vector signed short vec_ld (int, const vector signed short *); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 9513 * The Altivec builtin functions vec_ld and vec_st have been modified 9676 so that the vec_ld and vec_st builtin functions generate Altivec 10472 On the PowerPC compiler, the Altivec builtin functions vec_ld and
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 11379 * The Altivec builtin functions vec_ld and vec_st have been modified 11542 so that the vec_ld and vec_st builtin functions generate Altivec 12336 On the PowerPC compiler, the Altivec builtin functions vec_ld and
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18714 @item @code{vec_ld} 19439 Note that the @samp{vec_ld} and @samp{vec_st} built-in functions always
|
H A D | gcc.info | 51215 'vec_ld' 'vec_lde' 'vec_ldl' 51866 Note that the 'vec_ld' and 'vec_st' built-in functions always generate
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2016 | 21876 in C++ when found in the base position of vec_ld or vec_st. 27424 Expand vec_ld and vec_st during parsing.
|
H A D | ChangeLog-2002 | 25317 * config/rs6000/altivec.h (vec_ld): Add array variants. 32608 * config/rs6000/altivec.h (vec_ld*): Fix typos.
|
H A D | ChangeLog-2018 | 26950 * doc/extend.texi: Add four new prototypes for vec_ld.
|
H A D | ChangeLog-2019 | 35478 * doc/extend.texi: Add four new prototypes for vec_ld and seven new
|
H A D | ChangeLog-2004 | 31724 vec_ctu, vec_dss, vec_dst, vec_dstst, vec_dststt, vec_dstt, vec_ld,
|