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

/external/clang/lib/Headers/
H A Daltivec.h7097 /* vec_st */
7100 vec_st(vector signed char __a, int __b, vector signed char *__c) function
7106 vec_st(vector signed char __a, int __b, signed char *__c) function
7112 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) function
7118 vec_st(vector unsigned char __a, int __b, unsigned char *__c) function
7124 vec_st(vector bool char __a, int __b, signed char *__c) function
7130 vec_st(vector bool char __a, int __b, unsigned char *__c) function
7136 vec_st(vector bool char __a, int __b, vector bool char *__c) function
7142 vec_st(vector short __a, int __b, vector short *__c) function
7148 vec_st(vecto function
7154 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) function
7160 vec_st(vector unsigned short __a, int __b, unsigned short *__c) function
7166 vec_st(vector bool short __a, int __b, short *__c) function
7172 vec_st(vector bool short __a, int __b, unsigned short *__c) function
7178 vec_st(vector bool short __a, int __b, vector bool short *__c) function
7184 vec_st(vector pixel __a, int __b, short *__c) function
7190 vec_st(vector pixel __a, int __b, unsigned short *__c) function
7196 vec_st(vector pixel __a, int __b, vector pixel *__c) function
7202 vec_st(vector int __a, int __b, vector int *__c) function
7208 vec_st(vector int __a, int __b, int *__c) function
7214 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) function
7220 vec_st(vector unsigned int __a, int __b, unsigned int *__c) function
7226 vec_st(vector bool int __a, int __b, int *__c) function
7232 vec_st(vector bool int __a, int __b, unsigned int *__c) function
7238 vec_st(vector bool int __a, int __b, vector bool int *__c) function
7244 vec_st(vector float __a, int __b, vector float *__c) function
7250 vec_st(vector float __a, int __b, float *__c) function
[all...]

Completed in 121 milliseconds