Searched defs:vec_any_eq (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 4243 vec_any_eq(__vector signed char __a, __vector signed char __b) { in vec_any_eq() function 4252 vec_any_eq(__vector signed char __a, __vector __bool char __b) { in vec_any_eq() function 4261 vec_any_eq(__vector __bool char __a, __vector signed char __b) { in vec_any_eq() function 4269 vec_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_eq() function 4277 vec_any_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_any_eq() function 4285 vec_any_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_any_eq() function 4292 vec_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_any_eq() function 4300 vec_any_eq(__vector signed short __a, __vector signed short __b) { in vec_any_eq() function 4309 vec_any_eq(__vector signed short __a, __vector __bool short __b) { in vec_any_eq() function 4318 vec_any_eq(__vector __bool short __a, __vector signed short __b) { in vec_any_eq() function [all …]
|