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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h7203 /* vec_stl */
7206 vec_stl(vector signed char __a, int __b, vector signed char *__c) function
7212 vec_stl(vector signed char __a, int __b, signed char *__c) function
7218 vec_stl(vector unsigned char __a, int __b, vector unsigned char *__c) function
7224 vec_stl(vector unsigned char __a, int __b, unsigned char *__c) function
7230 vec_stl(vector bool char __a, int __b, signed char *__c) function
7236 vec_stl(vector bool char __a, int __b, unsigned char *__c) function
7242 vec_stl(vector bool char __a, int __b, vector bool char *__c) function
7248 vec_stl(vector short __a, int __b, vector short *__c) function
7254 vec_stl(vecto function
7260 vec_stl(vector unsigned short __a, int __b, vector unsigned short *__c) function
7266 vec_stl(vector unsigned short __a, int __b, unsigned short *__c) function
7272 vec_stl(vector bool short __a, int __b, short *__c) function
7278 vec_stl(vector bool short __a, int __b, unsigned short *__c) function
7284 vec_stl(vector bool short __a, int __b, vector bool short *__c) function
7290 vec_stl(vector pixel __a, int __b, short *__c) function
7296 vec_stl(vector pixel __a, int __b, unsigned short *__c) function
7302 vec_stl(vector pixel __a, int __b, vector pixel *__c) function
7308 vec_stl(vector int __a, int __b, vector int *__c) function
7314 vec_stl(vector int __a, int __b, int *__c) function
7320 vec_stl(vector unsigned int __a, int __b, vector unsigned int *__c) function
7326 vec_stl(vector unsigned int __a, int __b, unsigned int *__c) function
7332 vec_stl(vector bool int __a, int __b, int *__c) function
7338 vec_stl(vector bool int __a, int __b, unsigned int *__c) function
7344 vec_stl(vector bool int __a, int __b, vector bool int *__c) function
7350 vec_stl(vector float __a, int __b, vector float *__c) function
7356 vec_stl(vector float __a, int __b, float *__c) function
[all...]
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h95 #define vec_stvxl vec_stl
238 #define vec_stl __builtin_vec_stl macro

Completed in 55 milliseconds