Searched refs:vec_stvrx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6775 vec_stvrx(vsc, 0, ¶m_sc); in test6() 6791 vec_stvrx(vsc, 0, &vsc); in test6() 6807 vec_stvrx(vuc, 0, ¶m_uc); in test6() 6823 vec_stvrx(vuc, 0, &vuc); in test6() 6839 vec_stvrx(vbc, 0, &vbc); in test6() 6855 vec_stvrx(vs, 0, ¶m_s); in test6() 6871 vec_stvrx(vs, 0, &vs); in test6() 6887 vec_stvrx(vus, 0, ¶m_us); in test6() 6903 vec_stvrx(vus, 0, &vus); in test6() 6919 vec_stvrx(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10062 vec_stvrx(vector signed char __a, int __b, signed char *__c) in vec_stvrx() function 10071 vec_stvrx(vector signed char __a, int __b, vector signed char *__c) in vec_stvrx() function 10080 vec_stvrx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvrx() function 10089 vec_stvrx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvrx() function 10098 vec_stvrx(vector bool char __a, int __b, vector bool char *__c) in vec_stvrx() function 10107 vec_stvrx(vector short __a, int __b, short *__c) in vec_stvrx() function 10116 vec_stvrx(vector short __a, int __b, vector short *__c) in vec_stvrx() function 10125 vec_stvrx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvrx() function 10134 vec_stvrx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvrx() function 10143 vec_stvrx(vector bool short __a, int __b, vector bool short *__c) in vec_stvrx() function [all …]
|