Searched defs:vec_cmpeq (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq() function 2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq() function 2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq() function 2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq() function 2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq() function 2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq() function 2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq() function 2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq() function 2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq() function 2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq() function [all …]
|