Searched refs:vec_stvrx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7021 vec_stvrx(vsc, 0, ¶m_sc); in test6() 7037 vec_stvrx(vsc, 0, &vsc); in test6() 7053 vec_stvrx(vuc, 0, ¶m_uc); in test6() 7069 vec_stvrx(vuc, 0, &vuc); in test6() 7085 vec_stvrx(vbc, 0, &vbc); in test6() 7101 vec_stvrx(vs, 0, ¶m_s); in test6() 7117 vec_stvrx(vs, 0, &vs); in test6() 7133 vec_stvrx(vus, 0, ¶m_us); in test6() 7149 vec_stvrx(vus, 0, &vus); in test6() 7165 vec_stvrx(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11279 static void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx() function 11285 static void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx() function 11292 static void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx() function 11298 static void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx() function 11305 static void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, in vec_stvrx() function 11312 static void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, short *__c) { in vec_stvrx() function 11317 static void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx() function 11324 static void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, int __b, in vec_stvrx() function 11330 static void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, int __b, in vec_stvrx() function 11337 static void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, in vec_stvrx() function [all …]
|