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

/external/clang/lib/Headers/
H A Daltivec.h2169 /* vec_ld */
2171 static vector signed char __ATTRS_o_ai vec_ld(int __a, function
2176 static vector signed char __ATTRS_o_ai vec_ld(int __a, const signed char *__b) { function
2181 vec_ld(int __a, const vector unsigned char *__b) { function
2185 static vector unsigned char __ATTRS_o_ai vec_ld(int __a, function
2190 static vector bool char __ATTRS_o_ai vec_ld(int __a, function
2195 static vector short __ATTRS_o_ai vec_ld(int __a, const vector short *__b) { function
2199 static vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
2204 vec_ld(int __a, const vector unsigned short *__b) { function
2208 static vector unsigned short __ATTRS_o_ai vec_ld(in function
2213 static vector bool short __ATTRS_o_ai vec_ld(int __a, function
2218 static vector pixel __ATTRS_o_ai vec_ld(int __a, const vector pixel *__b) { function
2222 static vector int __ATTRS_o_ai vec_ld(int __a, const vector int *__b) { function
2226 static vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
2230 static vector unsigned int __ATTRS_o_ai vec_ld(int __a, function
2235 static vector unsigned int __ATTRS_o_ai vec_ld(int __a, function
2240 static vector bool int __ATTRS_o_ai vec_ld(int __a, function
2245 static vector float __ATTRS_o_ai vec_ld(int __a, const vector float *__b) { function
2249 static vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Daltivec.h2256 /* vec_ld */
2259 vec_ld(int __a, const vector signed char *__b) { function
2264 vec_ld(int __a, const signed char *__b) { function
2269 vec_ld(int __a, const vector unsigned char *__b) { function
2274 vec_ld(int __a, const unsigned char *__b) { function
2279 vec_ld(int __a, const vector bool char *__b) { function
2283 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, function
2288 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
2293 vec_ld(int __a, const vector unsigned short *__b) { function
2298 vec_ld(in function
2303 vec_ld(int __a, const vector bool short *__b) { function
2307 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, function
2312 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, function
2317 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
2322 vec_ld(int __a, const vector unsigned int *__b) { function
2327 vec_ld(int __a, const unsigned int *__b) { function
2332 vec_ld(int __a, const vector bool int *__b) { function
2336 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, function
2341 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
[all...]

Completed in 194 milliseconds