Searched refs:vec_stvewx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4581 vec_stvewx(vi, 0, ¶m_i); in test6() 4585 vec_stvewx(vui, 0, ¶m_ui); in test6() 4589 vec_stvewx(vbi, 0, ¶m_i); in test6() 4593 vec_stvewx(vbi, 0, ¶m_ui); in test6() 4597 vec_stvewx(vf, 0, ¶m_f); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 7929 vec_stvewx(vector int __a, int __b, int *__c) in vec_stvewx() function 7935 vec_stvewx(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvewx() function 7941 vec_stvewx(vector bool int __a, int __b, int *__c) in vec_stvewx() function 7947 vec_stvewx(vector bool int __a, int __b, unsigned int *__c) in vec_stvewx() function 7953 vec_stvewx(vector float __a, int __b, float *__c) in vec_stvewx() function
|