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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h4061 vec_ld(long __a, const vector signed char *__b) { function
4066 vec_ld(long __a, const signed char *__b) { function
4071 vec_ld(long __a, const vector unsigned char *__b) { function
4076 vec_ld(long __a, const unsigned char *__b) { function
4081 vec_ld(long __a, const vector bool char *__b) { function
4085 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, function
4090 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, const short *__b) { function
4095 vec_ld(long __a, const vector unsigned short *__b) { function
4100 vec_ld(lon function
4105 vec_ld(long __a, const vector bool short *__b) { function
4109 static __inline__ vector pixel __ATTRS_o_ai vec_ld(long __a, function
4114 static __inline__ vector int __ATTRS_o_ai vec_ld(long __a, function
4119 static __inline__ vector int __ATTRS_o_ai vec_ld(long __a, const int *__b) { function
4124 vec_ld(long __a, const vector unsigned int *__b) { function
4129 vec_ld(long __a, const unsigned int *__b) { function
4134 vec_ld(long __a, const vector bool int *__b) { function
4138 static __inline__ vector float __ATTRS_o_ai vec_ld(long __a, function
4143 static __inline__ vector float __ATTRS_o_ai vec_ld(long __a, const float *__b) { function
[all...]

Completed in 259 milliseconds