Searched refs:vec_stvxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4738 vec_stvxl(vsc, 0, &vsc); in test6() 4742 vec_stvxl(vsc, 0, ¶m_sc); in test6() 4746 vec_stvxl(vuc, 0, &vuc); in test6() 4750 vec_stvxl(vuc, 0, ¶m_uc); in test6() 4754 vec_stvxl(vbc, 0, ¶m_sc); in test6() 4758 vec_stvxl(vbc, 0, ¶m_uc); in test6() 4762 vec_stvxl(vbc, 0, &vbc); in test6() 4766 vec_stvxl(vs, 0, &vs); in test6() 4770 vec_stvxl(vs, 0, ¶m_s); in test6() 4774 vec_stvxl(vus, 0, &vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 7762 vec_stvxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvxl() function 7768 vec_stvxl(vector signed char __a, int __b, signed char *__c) in vec_stvxl() function 7774 vec_stvxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvxl() function 7780 vec_stvxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvxl() function 7786 vec_stvxl(vector bool char __a, int __b, signed char *__c) in vec_stvxl() function 7792 vec_stvxl(vector bool char __a, int __b, unsigned char *__c) in vec_stvxl() function 7798 vec_stvxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvxl() function 7804 vec_stvxl(vector short __a, int __b, vector short *__c) in vec_stvxl() function 7810 vec_stvxl(vector short __a, int __b, short *__c) in vec_stvxl() function 7816 vec_stvxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvxl() function [all …]
|