Home
last modified time | relevance | path

Searched refs:vec_ld (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h4009 vec_ld(long __a, const vector signed char *__b) { in vec_ld() function
4014 vec_ld(long __a, const signed char *__b) { in vec_ld() function
4019 vec_ld(long __a, const vector unsigned char *__b) { in vec_ld() function
4024 vec_ld(long __a, const unsigned char *__b) { in vec_ld() function
4029 vec_ld(long __a, const vector bool char *__b) { in vec_ld() function
4043 vec_ld(long __a, const vector unsigned short *__b) { in vec_ld() function
4048 vec_ld(long __a, const unsigned short *__b) { in vec_ld() function
4053 vec_ld(long __a, const vector bool short *__b) { in vec_ld() function
4072 vec_ld(long __a, const vector unsigned int *__b) { in vec_ld() function
4077 vec_ld(long __a, const unsigned int *__b) { in vec_ld() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h92 return ((__m128)vec_ld(0, (__v4sf*)__P)); in _mm_load_ps()
112 __tmp = vec_ld (0, (__v4sf *) __P); in _mm_loadr_ps()
H A Demmintrin.h130 return ((__m128d)vec_ld(0, (__v16qu*)__P)); in _mm_load_pd()