Home
last modified time | relevance | path

Searched defs:vec_mtvscr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h147 #define vec_mtvscr __builtin_vec_mtvscr macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6088 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector signed char __a) { in vec_mtvscr() function
6092 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned char __a) { in vec_mtvscr() function
6096 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool char __a) { in vec_mtvscr() function
6100 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector short __a) { in vec_mtvscr() function
6104 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned short __a) { in vec_mtvscr() function
6108 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool short __a) { in vec_mtvscr() function
6112 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector pixel __a) { in vec_mtvscr() function
6116 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector int __a) { in vec_mtvscr() function
6120 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned int __a) { in vec_mtvscr() function
6124 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool int __a) { in vec_mtvscr() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1194 #define vec_mtvscr(_a) /* not supported */ macro