Searched refs:vec_stvlx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6494 vec_stvlx(vsc, 0, ¶m_sc); in test6() 6510 vec_stvlx(vsc, 0, &vsc); in test6() 6526 vec_stvlx(vuc, 0, ¶m_uc); in test6() 6542 vec_stvlx(vuc, 0, &vuc); in test6() 6558 vec_stvlx(vbc, 0, &vbc); in test6() 6574 vec_stvlx(vs, 0, ¶m_s); in test6() 6590 vec_stvlx(vs, 0, &vs); in test6() 6606 vec_stvlx(vus, 0, ¶m_us); in test6() 6622 vec_stvlx(vus, 0, &vus); in test6() 6638 vec_stvlx(vbs, 0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11455 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 11461 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx() function 11468 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 11474 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx() function 11481 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx() function 11488 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx() function 11494 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx() function 11501 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx() function 11507 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx() function 11515 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx() function [all …]
|