Home
last modified time | relevance | path

Searched refs:vec_mulh (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h245 #define vec_mulh __builtin_s390_vec_mulh macro
H A Dvx-builtins.md974 ; vec_mulh -> vec_smulh/vec_umulh
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h251 #define vec_mulh __builtin_s390_vec_mulh macro
H A Dvx-builtins.md967 ; vec_mulh -> vec_smulh/vec_umulh
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8703 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 Daltivec.h6321 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 Drs6000-overload.def2522 [VEC_MULH, vec_mulh, __builtin_vec_mulh]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi20476 @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 Dgcc.info52784 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 DChangeLog-202134218 * 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):