Searched defs:vec_stvx (Results 1 – 1 of 1) sorted by relevance
| /external/clang/lib/Headers/ |
| D | altivec.h | 7258 vec_stvx(vector signed char __a, int __b, vector signed char *__c) in vec_stvx() function 7264 vec_stvx(vector signed char __a, int __b, signed char *__c) in vec_stvx() function 7270 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvx() function 7276 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvx() function 7282 vec_stvx(vector bool char __a, int __b, signed char *__c) in vec_stvx() function 7288 vec_stvx(vector bool char __a, int __b, unsigned char *__c) in vec_stvx() function 7294 vec_stvx(vector bool char __a, int __b, vector bool char *__c) in vec_stvx() function 7300 vec_stvx(vector short __a, int __b, vector short *__c) in vec_stvx() function 7306 vec_stvx(vector short __a, int __b, short *__c) in vec_stvx() function 7312 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvx() function [all …]
|