Searched refs:vec_mulh (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 245 #define vec_mulh __builtin_s390_vec_mulh macro
|
H A D | vx-builtins.md | 974 ; vec_mulh -> vec_smulh/vec_umulh
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 251 #define vec_mulh __builtin_s390_vec_mulh macro
|
H A D | vx-builtins.md | 967 ; vec_mulh -> vec_smulh/vec_umulh
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 8703 vec_mulh(__vector signed char __a, __vector signed char __b) { in vec_mulh() function 8708 vec_mulh(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulh() function 8713 vec_mulh(__vector signed short __a, __vector signed short __b) { in vec_mulh() function 8718 vec_mulh(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulh() function 8723 vec_mulh(__vector signed int __a, __vector signed int __b) { in vec_mulh() function 8728 vec_mulh(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulh() function
|
H A D | altivec.h | 6321 vec_mulh(vector signed int __a, vector signed int __b) { in vec_mulh() function 6326 vec_mulh(vector unsigned int __a, vector unsigned int __b) { in vec_mulh() function 6331 vec_mulh(vector signed long long __a, vector signed long long __b) { in vec_mulh() function 6336 vec_mulh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-overload.def | 2522 [VEC_MULH, vec_mulh, __builtin_vec_mulh]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 20476 @exdent vec_mulh (vector signed int a, vector signed int b); 20478 @exdent vec_mulh (vector unsigned int a, vector unsigned int b); 20488 @exdent vec_mulh (vector signed long long a, vector signed long long b); 20490 @exdent vec_mulh (vector unsigned long long a, vector unsigned long long b);
|
H A D | gcc.info | 52784 vec_mulh (vector signed int a, vector signed int b); 52786 vec_mulh (vector unsigned int a, vector unsigned int b); 52794 vec_mulh (vector signed long long a, vector signed long long b); 52796 vec_mulh (vector unsigned long long a, vector unsigned long long b);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 34218 * config/rs6000/altivec.h (vec_mulh, vec_div, vec_dive, vec_mod): 34244 * doc/extend.texi (vec_mulh, vec_mul, vec_div, vec_dive, vec_mod):
|