Searched refs:vec_eqv (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/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 | 3915 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function 3921 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function 3933 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function 3939 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function 3945 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function 3951 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function 3957 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function 3968 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function 3974 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv() function 3980 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv() function [all …]
|