Searched defs:vec_mulo (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 218 #define vec_mulo __builtin_vec_mulo macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 2811 vec_mulo (vector unsigned char a1, vector unsigned char a2) in vec_mulo() function 2817 vec_mulo (vector signed char a1, vector signed char a2) in vec_mulo() function 2823 vec_mulo (vector unsigned short a1, vector unsigned short a2) in vec_mulo() function 2829 vec_mulo (vector signed short a1, vector signed short a2) in vec_mulo() function
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | vecintrin.h | 8767 vec_mulo(__vector signed char __a, __vector signed char __b) { in vec_mulo() function 8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulo() function 8777 vec_mulo(__vector signed short __a, __vector signed short __b) { in vec_mulo() function 8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulo() function 8787 vec_mulo(__vector signed int __a, __vector signed int __b) { in vec_mulo() function 8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulo() function
|
H A D | altivec.h | 6397 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function 6407 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function 6415 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function 6425 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function 6435 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function 6444 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function 6455 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo() function 6464 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo() function
|