Searched refs:vec_stvx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4408 vec_stvx(vsc, 0, &vsc); in test6() 4412 vec_stvx(vsc, 0, ¶m_sc); in test6() 4416 vec_stvx(vuc, 0, &vuc); in test6() 4420 vec_stvx(vuc, 0, ¶m_uc); in test6() 4424 vec_stvx(vbc, 0, ¶m_uc); in test6() 4428 vec_stvx(vbc, 0, ¶m_uc); in test6() 4432 vec_stvx(vbc, 0, &vbc); in test6() 4436 vec_stvx(vs, 0, &vs); in test6() 4440 vec_stvx(vs, 0, ¶m_s); in test6() 4444 vec_stvx(vus, 0, &vus); in test6() [all …]
|
/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 …]
|