Searched defs:vec_mtvscr (Results 1 – 3 of 3) sorted by relevance
147 #define vec_mtvscr __builtin_vec_mtvscr macro
6088 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector signed char __a) { in vec_mtvscr() function6092 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned char __a) { in vec_mtvscr() function6096 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool char __a) { in vec_mtvscr() function6100 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector short __a) { in vec_mtvscr() function6104 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned short __a) { in vec_mtvscr() function6108 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool short __a) { in vec_mtvscr() function6112 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector pixel __a) { in vec_mtvscr() function6116 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector int __a) { in vec_mtvscr() function6120 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned int __a) { in vec_mtvscr() function6124 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool int __a) { in vec_mtvscr() function[all …]
1194 #define vec_mtvscr(_a) /* not supported */ macro