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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h2199 /* vec_ld */
2201 static vector signed char __ATTRS_o_ai vec_ld(int __a, function
2206 static vector signed char __ATTRS_o_ai vec_ld(int __a, const signed char *__b) { function
2211 vec_ld(int __a, const vector unsigned char *__b) { function
2215 static vector unsigned char __ATTRS_o_ai vec_ld(int __a, function
2220 static vector bool char __ATTRS_o_ai vec_ld(int __a, function
2225 static vector short __ATTRS_o_ai vec_ld(int __a, const vector short *__b) { function
2229 static vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
2234 vec_ld(int __a, const vector unsigned short *__b) { function
2238 static vector unsigned short __ATTRS_o_ai vec_ld(in function
2243 static vector bool short __ATTRS_o_ai vec_ld(int __a, function
2248 static vector pixel __ATTRS_o_ai vec_ld(int __a, const vector pixel *__b) { function
2252 static vector int __ATTRS_o_ai vec_ld(int __a, const vector int *__b) { function
2256 static vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
2260 static vector unsigned int __ATTRS_o_ai vec_ld(int __a, function
2265 static vector unsigned int __ATTRS_o_ai vec_ld(int __a, function
2270 static vector bool int __ATTRS_o_ai vec_ld(int __a, function
2275 static vector float __ATTRS_o_ai vec_ld(int __a, const vector float *__b) { function
2279 static vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h70 #define vec_lvx vec_ld
202 #define vec_ld __builtin_vec_ld macro

Completed in 107 milliseconds