Searched refs:vec_stvehx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4557 vec_stvehx(vs, 0, ¶m_s); in test6() 4561 vec_stvehx(vus, 0, ¶m_us); in test6() 4565 vec_stvehx(vbs, 0, ¶m_s); in test6() 4569 vec_stvehx(vbs, 0, ¶m_us); in test6() 4573 vec_stvehx(vp, 0, ¶m_s); in test6() 4577 vec_stvehx(vp, 0, ¶m_us); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 7891 vec_stvehx(vector short __a, int __b, short *__c) in vec_stvehx() function 7897 vec_stvehx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvehx() function 7903 vec_stvehx(vector bool short __a, int __b, short *__c) in vec_stvehx() function 7909 vec_stvehx(vector bool short __a, int __b, unsigned short *__c) in vec_stvehx() function 7915 vec_stvehx(vector pixel __a, int __b, short *__c) in vec_stvehx() function 7921 vec_stvehx(vector pixel __a, int __b, unsigned short *__c) in vec_stvehx() function
|