Searched refs:vec_eqv (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv() function 6324 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv() function 6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv() function 6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv() function 6339 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv() function 6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv() function 6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv() function 6354 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv() function 6359 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv() function 6379 vec_eqv(__vector float __a, __vector float __b) { in vec_eqv() function [all …]
|
| H A D | altivec.h | 3875 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function 3881 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function 3893 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function 3899 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function 3905 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function 3911 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function 3917 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function 3928 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function 3934 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv() function 3940 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv() function [all …]
|