/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6767 vec_stvlxl(vsc, 0, ¶m_sc); in test6() 6783 vec_stvlxl(vsc, 0, &vsc); in test6() 6799 vec_stvlxl(vuc, 0, ¶m_uc); in test6() 6815 vec_stvlxl(vuc, 0, &vuc); in test6() 6831 vec_stvlxl(vbc, 0, &vbc); in test6() 6847 vec_stvlxl(vs, 0, ¶m_s); in test6() 6863 vec_stvlxl(vs, 0, &vs); in test6() 6879 vec_stvlxl(vus, 0, ¶m_us); in test6() 6895 vec_stvlxl(vus, 0, &vus); in test6() 6911 vec_stvlxl(vbs, 0, &vbs); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7075 vec_stvlxl(vsc, 0, ¶m_sc); in test6() 7091 vec_stvlxl(vsc, 0, &vsc); in test6() 7107 vec_stvlxl(vuc, 0, ¶m_uc); in test6() 7123 vec_stvlxl(vuc, 0, &vuc); in test6() 7139 vec_stvlxl(vbc, 0, &vbc); in test6() 7155 vec_stvlxl(vs, 0, ¶m_s); in test6() 7171 vec_stvlxl(vs, 0, &vs); in test6() 7187 vec_stvlxl(vus, 0, ¶m_us); in test6() 7203 vec_stvlxl(vus, 0, &vus); in test6() 7219 vec_stvlxl(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11571 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 11577 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 11584 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl() function 11590 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl() function 11598 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl() function 11605 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl() function 11611 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl() function 11618 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl() function 11624 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl() function 11632 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 13632 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 13638 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl() function 13645 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl() function 13651 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl() function 13659 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl() function 13666 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl() function 13672 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl() function 13679 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl() function 13685 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl() function 13693 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl() function [all …]
|