Lines Matching defs:vec_st

7300 vec_st(vector signed char __a, int __b, vector signed char *__c)  in vec_st()  function
7306 vec_st(vector signed char __a, int __b, signed char *__c) in vec_st() function
7312 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_st() function
7318 vec_st(vector unsigned char __a, int __b, unsigned char *__c) in vec_st() function
7324 vec_st(vector bool char __a, int __b, signed char *__c) in vec_st() function
7330 vec_st(vector bool char __a, int __b, unsigned char *__c) in vec_st() function
7336 vec_st(vector bool char __a, int __b, vector bool char *__c) in vec_st() function
7342 vec_st(vector short __a, int __b, vector short *__c) in vec_st() function
7348 vec_st(vector short __a, int __b, short *__c) in vec_st() function
7354 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_st() function
7360 vec_st(vector unsigned short __a, int __b, unsigned short *__c) in vec_st() function
7366 vec_st(vector bool short __a, int __b, short *__c) in vec_st() function
7372 vec_st(vector bool short __a, int __b, unsigned short *__c) in vec_st() function
7378 vec_st(vector bool short __a, int __b, vector bool short *__c) in vec_st() function
7384 vec_st(vector pixel __a, int __b, short *__c) in vec_st() function
7390 vec_st(vector pixel __a, int __b, unsigned short *__c) in vec_st() function
7396 vec_st(vector pixel __a, int __b, vector pixel *__c) in vec_st() function
7402 vec_st(vector int __a, int __b, vector int *__c) in vec_st() function
7408 vec_st(vector int __a, int __b, int *__c) in vec_st() function
7414 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_st() function
7420 vec_st(vector unsigned int __a, int __b, unsigned int *__c) in vec_st() function
7426 vec_st(vector bool int __a, int __b, int *__c) in vec_st() function
7432 vec_st(vector bool int __a, int __b, unsigned int *__c) in vec_st() function
7438 vec_st(vector bool int __a, int __b, vector bool int *__c) in vec_st() function
7444 vec_st(vector float __a, int __b, vector float *__c) in vec_st() function
7450 vec_st(vector float __a, int __b, float *__c) in vec_st() function