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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h70 #define vec_lvx vec_ld
202 #define vec_ld __builtin_vec_ld macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3445 /* vec_ld */
3448 vec_ld(int __a, const vector signed char *__b) { function
3453 vec_ld(int __a, const signed char *__b) { function
3458 vec_ld(int __a, const vector unsigned char *__b) { function
3463 vec_ld(int __a, const unsigned char *__b) { function
3468 vec_ld(int __a, const vector bool char *__b) { function
3472 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, function
3477 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
3482 vec_ld(int __a, const vector unsigned short *__b) { function
3487 vec_ld(in function
3492 vec_ld(int __a, const vector bool short *__b) { function
3496 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, function
3501 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, function
3506 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
3511 vec_ld(int __a, const vector unsigned int *__b) { function
3516 vec_ld(int __a, const unsigned int *__b) { function
3521 vec_ld(int __a, const vector bool int *__b) { function
3525 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, function
3530 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/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 219 milliseconds