Searched refs:vec_vsx_ld (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | pmmintrin.h | 135 return (__m128i)(vec_vsx_ld(0, (signed int const *)__P)); in _mm_lddqu_si128()
|
| H A D | emmintrin.h | 142 return (vec_vsx_ld(0, __P)); in _mm_loadu_pd() 762 return (__m128i)(vec_vsx_ld(0, (signed int const *)__P)); in _mm_loadu_si128()
|
| H A D | xmmintrin.h | 101 return (vec_vsx_ld(0, __P)); in _mm_loadu_ps()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 12922 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld() function 12927 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld() function 12932 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld() function 12937 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld() function 12942 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld() function 12947 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld() function 12951 static __inline__ vector float __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld() function 12957 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld() function 12962 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld() function 12967 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld() function [all …]
|