Searched defs:vec_vadduwm (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h303 #define vec_vadduwm __builtin_vec_vadduwm macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h526 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector int __a, function
531 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector bool int __a, function
536 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector int __a, function
542 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) { function
547 vec_vadduwm(vector bool int __a, vector unsigned int __b) { function
552 vec_vadduwm(vector unsigned int __a, vector bool int __b) { function

Completed in 296 milliseconds