Searched refs:vec_stvxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4706 vec_stvxl(vsc, 0, &vsc); in test6() 4710 vec_stvxl(vsc, 0, ¶m_sc); in test6() 4714 vec_stvxl(vuc, 0, &vuc); in test6() 4718 vec_stvxl(vuc, 0, ¶m_uc); in test6() 4722 vec_stvxl(vbc, 0, ¶m_sc); in test6() 4726 vec_stvxl(vbc, 0, ¶m_uc); in test6() 4730 vec_stvxl(vbc, 0, &vbc); in test6() 4734 vec_stvxl(vs, 0, &vs); in test6() 4738 vec_stvxl(vs, 0, ¶m_s); in test6() 4742 vec_stvxl(vus, 0, &vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 8119 vec_stvxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvxl() function 8125 vec_stvxl(vector signed char __a, int __b, signed char *__c) in vec_stvxl() function 8131 vec_stvxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvxl() function 8137 vec_stvxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvxl() function 8143 vec_stvxl(vector bool char __a, int __b, signed char *__c) in vec_stvxl() function 8149 vec_stvxl(vector bool char __a, int __b, unsigned char *__c) in vec_stvxl() function 8155 vec_stvxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvxl() function 8161 vec_stvxl(vector short __a, int __b, vector short *__c) in vec_stvxl() function 8167 vec_stvxl(vector short __a, int __b, short *__c) in vec_stvxl() function 8173 vec_stvxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvxl() function [all …]
|