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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h237 #define vec_ste __builtin_vec_ste macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h7018 vec_ste(vector signed char __a, int __b, signed char *__c) function
7024 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) function
7030 vec_ste(vector bool char __a, int __b, signed char *__c) function
7036 vec_ste(vector bool char __a, int __b, unsigned char *__c) function
7042 vec_ste(vector short __a, int __b, short *__c) function
7048 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) function
7054 vec_ste(vector bool short __a, int __b, short *__c) function
7060 vec_ste(vector bool short __a, int __b, unsigned short *__c) function
7066 vec_ste(vecto function
7072 vec_ste(vector pixel __a, int __b, unsigned short *__c) function
7078 vec_ste(vector int __a, int __b, int *__c) function
7084 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) function
7090 vec_ste(vector bool int __a, int __b, int *__c) function
7096 vec_ste(vector bool int __a, int __b, unsigned int *__c) function
7102 vec_ste(vector float __a, int __b, float *__c) function
[all...]

Completed in 123 milliseconds