Searched refs:vec_stvehx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4589 vec_stvehx(vs, 0, ¶m_s); in test6() 4593 vec_stvehx(vus, 0, ¶m_us); in test6() 4597 vec_stvehx(vbs, 0, ¶m_s); in test6() 4601 vec_stvehx(vbs, 0, ¶m_us); in test6() 4605 vec_stvehx(vp, 0, ¶m_s); in test6() 4609 vec_stvehx(vp, 0, ¶m_us); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 7534 vec_stvehx(vector short __a, int __b, short *__c) in vec_stvehx() function 7540 vec_stvehx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvehx() function 7546 vec_stvehx(vector bool short __a, int __b, short *__c) in vec_stvehx() function 7552 vec_stvehx(vector bool short __a, int __b, unsigned short *__c) in vec_stvehx() function 7558 vec_stvehx(vector pixel __a, int __b, short *__c) in vec_stvehx() function 7564 vec_stvehx(vector pixel __a, int __b, unsigned short *__c) in vec_stvehx() function
|