Searched refs:vec_stvlx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6195 vec_stvlx(vsc, 0, ¶m_sc); in test6() 6211 vec_stvlx(vsc, 0, &vsc); in test6() 6227 vec_stvlx(vuc, 0, ¶m_uc); in test6() 6243 vec_stvlx(vuc, 0, &vuc); in test6() 6259 vec_stvlx(vbc, 0, &vbc); in test6() 6275 vec_stvlx(vs, 0, ¶m_s); in test6() 6291 vec_stvlx(vs, 0, &vs); in test6() 6307 vec_stvlx(vus, 0, ¶m_us); in test6() 6323 vec_stvlx(vus, 0, &vus); in test6() 6339 vec_stvlx(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10186 vec_stvlx(vector signed char __a, int __b, signed char *__c) in vec_stvlx() function 10195 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) in vec_stvlx() function 10204 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvlx() function 10213 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvlx() function 10222 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) in vec_stvlx() function 10231 vec_stvlx(vector short __a, int __b, short *__c) in vec_stvlx() function 10240 vec_stvlx(vector short __a, int __b, vector short *__c) in vec_stvlx() function 10249 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvlx() function 10258 vec_stvlx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvlx() function 10267 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) in vec_stvlx() function [all …]
|