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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h70 #define vec_lvx vec_ld macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3537 vec_lvx(int __a, const vector signed char *__b) { function
3542 vec_lvx(int __a, const signed char *__b) { function
3547 vec_lvx(int __a, const vector unsigned char *__b) { function
3552 vec_lvx(int __a, const unsigned char *__b) { function
3557 vec_lvx(int __a, const vector bool char *__b) { function
3561 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, function
3566 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, const short *__b) { function
3571 vec_lvx(int __a, const vector unsigned short *__b) { function
3576 vec_lvx(in function
3581 vec_lvx(int __a, const vector bool short *__b) { function
3585 static __inline__ vector pixel __ATTRS_o_ai vec_lvx(int __a, function
3590 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, function
3595 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, const int *__b) { function
3600 vec_lvx(int __a, const vector unsigned int *__b) { function
3605 vec_lvx(int __a, const unsigned int *__b) { function
3610 vec_lvx(int __a, const vector bool int *__b) { function
3614 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, function
3619 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, const float *__b) { function
[all...]

Completed in 98 milliseconds