Searched refs:vec_stvxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4981 vec_stvxl(vsc, 0, &vsc); in test6() 4985 vec_stvxl(vsc, 0, ¶m_sc); in test6() 4989 vec_stvxl(vuc, 0, &vuc); in test6() 4993 vec_stvxl(vuc, 0, ¶m_uc); in test6() 4997 vec_stvxl(vbc, 0, ¶m_sc); in test6() 5001 vec_stvxl(vbc, 0, ¶m_uc); in test6() 5005 vec_stvxl(vbc, 0, &vbc); in test6() 5009 vec_stvxl(vs, 0, &vs); in test6() 5013 vec_stvxl(vs, 0, ¶m_s); in test6() 5017 vec_stvxl(vus, 0, &vus); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 9213 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl() function 9218 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl() function 9223 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl() function 9228 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl() function 9233 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 9238 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 9243 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 9248 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl() function 9253 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl() function 9258 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned short __a, in vec_stvxl() function [all …]
|