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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h560 vec_adds(vector signed char __a, vector signed char __b) { function
565 vec_adds(vector bool char __a, vector signed char __b) { function
570 vec_adds(vector signed char __a, vector bool char __b) { function
575 vec_adds(vector unsigned char __a, vector unsigned char __b) { function
580 vec_adds(vector bool char __a, vector unsigned char __b) { function
585 vec_adds(vector unsigned char __a, vector bool char __b) { function
589 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, function
594 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, function
599 static __inline__ vector short __ATTRS_o_ai vec_adds(vecto function
605 vec_adds(vector unsigned short __a, vector unsigned short __b) { function
610 vec_adds(vector bool short __a, vector unsigned short __b) { function
615 vec_adds(vector unsigned short __a, vector bool short __b) { function
619 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
624 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, function
629 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
635 vec_adds(vector unsigned int __a, vector unsigned int __b) { function
640 vec_adds(vector bool int __a, vector unsigned int __b) { function
645 vec_adds(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 127 milliseconds