Searched defs:vec_mulh (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 8710 vec_mulh(__vector signed char __a, __vector signed char __b) { vec_mulh() function 8715 vec_mulh(__vector unsigned char __a, __vector unsigned char __b) { vec_mulh() function 8720 vec_mulh(__vector signed short __a, __vector signed short __b) { vec_mulh() function 8725 vec_mulh(__vector unsigned short __a, __vector unsigned short __b) { vec_mulh() function 8730 vec_mulh(__vector signed int __a, __vector signed int __b) { vec_mulh() function 8735 vec_mulh(__vector unsigned int __a, __vector unsigned int __b) { vec_mulh() function [all...] |
H A D | altivec.h | 6387 vec_mulh(vector signed int __a, vector signed int __b) { in vec_mulh() function 6392 vec_mulh(vector unsigned int __a, vector unsigned int __b) { in vec_mulh() function 6397 vec_mulh(vector signed long long __a, vector signed long long __b) { in vec_mulh() function 6402 vec_mulh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulh() function
|