/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/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 5263 vec_stvxl(vsc, 0, &vsc); in test6() 5267 vec_stvxl(vsc, 0, ¶m_sc); in test6() 5271 vec_stvxl(vuc, 0, &vuc); in test6() 5275 vec_stvxl(vuc, 0, ¶m_uc); in test6() 5279 vec_stvxl(vbc, 0, ¶m_sc); in test6() 5283 vec_stvxl(vbc, 0, ¶m_uc); in test6() 5287 vec_stvxl(vbc, 0, &vbc); in test6() 5291 vec_stvxl(vs, 0, &vs); in test6() 5295 vec_stvxl(vs, 0, ¶m_s); in test6() 5299 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 …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 11149 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl() function 11154 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl() function 11159 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl() function 11164 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl() function 11169 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 11174 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 11179 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl() function 11184 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl() function 11189 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl() function 11194 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned short __a, in vec_stvxl() function [all …]
|