Searched defs:vec_stvrx (Results 1 – 1 of 1) sorted by relevance
| /external/clang/lib/Headers/ |
| D | altivec.h | 10062 vec_stvrx(vector signed char __a, int __b, signed char *__c) in vec_stvrx() function 10071 vec_stvrx(vector signed char __a, int __b, vector signed char *__c) in vec_stvrx() function 10080 vec_stvrx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvrx() function 10089 vec_stvrx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvrx() function 10098 vec_stvrx(vector bool char __a, int __b, vector bool char *__c) in vec_stvrx() function 10107 vec_stvrx(vector short __a, int __b, short *__c) in vec_stvrx() function 10116 vec_stvrx(vector short __a, int __b, vector short *__c) in vec_stvrx() function 10125 vec_stvrx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvrx() function 10134 vec_stvrx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvrx() function 10143 vec_stvrx(vector bool short __a, int __b, vector bool short *__c) in vec_stvrx() function [all …]
|