Searched refs:vec_stvx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4632 vec_stvx(vsc, 0, &vsc); in test6() 4636 vec_stvx(vsc, 0, ¶m_sc); in test6() 4640 vec_stvx(vuc, 0, &vuc); in test6() 4644 vec_stvx(vuc, 0, ¶m_uc); in test6() 4648 vec_stvx(vbc, 0, ¶m_uc); in test6() 4652 vec_stvx(vbc, 0, ¶m_uc); in test6() 4656 vec_stvx(vbc, 0, &vbc); in test6() 4660 vec_stvx(vs, 0, &vs); in test6() 4664 vec_stvx(vs, 0, ¶m_s); in test6() 4668 vec_stvx(vus, 0, &vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 8675 static void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx() function 8680 static void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx() function 8685 static void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx() function 8690 static void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx() function 8695 static void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx() function 8700 static void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx() function 8705 static void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx() function 8710 static void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx() function 8715 static void __ATTRS_o_ai vec_stvx(vector short __a, int __b, short *__c) { in vec_stvx() function 8719 static void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx() function [all …]
|