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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h5582 vec_mul(vector signed char __a, vector signed char __b) { function
5587 vec_mul(vector unsigned char __a, vector unsigned char __b) { function
5592 vec_mul(vector signed short __a, vector signed short __b) { function
5597 vec_mul(vector unsigned short __a, vector unsigned short __b) { function
5602 vec_mul(vector signed int __a, vector signed int __b) { function
5607 vec_mul(vector unsigned int __a, vector unsigned int __b) { function
5613 vec_mul(vector signed long long __a, vector signed long long __b) { function
5618 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { function
5623 static __inline__ vector float __ATTRS_o_ai vec_mul(vecto function
5629 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, function
[all...]

Completed in 299 milliseconds