Searched refs:vec_ld (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 4061 vec_ld(long __a, const vector signed char *__b) { in vec_ld() function 4066 vec_ld(long __a, const signed char *__b) { in vec_ld() function 4071 vec_ld(long __a, const vector unsigned char *__b) { in vec_ld() function 4076 vec_ld(long __a, const unsigned char *__b) { in vec_ld() function 4081 vec_ld(long __a, const vector bool char *__b) { in vec_ld() function 4085 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, in vec_ld() function 4090 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, const short *__b) { in vec_ld() function 4095 vec_ld(long __a, const vector unsigned short *__b) { in vec_ld() function 4100 vec_ld(long __a, const unsigned short *__b) { in vec_ld() function 4105 vec_ld(long __a, const vector bool short *__b) { in vec_ld() function [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 94 return ((__m128)vec_ld(0, (__v4sf *)__P)); in _mm_load_ps() 114 __tmp = vec_ld(0, (__v4sf *)__P); in _mm_loadr_ps()
|
| H A D | emmintrin.h | 135 return ((__m128d)vec_ld(0, (__v16qu *)__P)); in _mm_load_pd()
|