Searched defs:vec_lde (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h203 #define vec_lde __builtin_vec_lde macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3626 vec_lde(int __a, const signed char *__b) { function
3631 vec_lde(int __a, const unsigned char *__b) { function
3635 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { function
3640 vec_lde(int __a, const unsigned short *__b) { function
3644 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { function
3649 vec_lde(int __a, const unsigned int *__b) { function
3653 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { function

Completed in 223 milliseconds