Home
last modified time | relevance | path

Searched refs:vec_orc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h7000 vec_orc(vector signed char __a, vector bool char __b) { in vec_orc() function
7005 vec_orc(vector bool char __a, vector signed char __b) { in vec_orc() function
7060 vec_orc(vector bool short __a, vector bool short __b) { in vec_orc() function
7065 vec_orc(vector signed int __a, vector signed int __b) { in vec_orc() function
7075 vec_orc(vector bool int __a, vector signed int __b) { in vec_orc() function
7085 vec_orc(vector unsigned int __a, vector bool int __b) { in vec_orc() function
7090 vec_orc(vector bool int __a, vector unsigned int __b) { in vec_orc() function
7100 vec_orc(vector bool int __a, vector float __b) { in vec_orc() function
7105 vec_orc(vector float __a, vector bool int __b) { in vec_orc() function
7145 vec_orc(vector double __a, vector bool long long __b) { in vec_orc() function
[all …]
H A Dvecintrin.h6167 vec_orc(__vector __bool char __a, __vector __bool char __b) { in vec_orc() function
6172 vec_orc(__vector signed char __a, __vector signed char __b) { in vec_orc() function
6177 vec_orc(__vector unsigned char __a, __vector unsigned char __b) { in vec_orc() function
6182 vec_orc(__vector __bool short __a, __vector __bool short __b) { in vec_orc() function
6187 vec_orc(__vector signed short __a, __vector signed short __b) { in vec_orc() function
6192 vec_orc(__vector unsigned short __a, __vector unsigned short __b) { in vec_orc() function
6197 vec_orc(__vector __bool int __a, __vector __bool int __b) { in vec_orc() function
6202 vec_orc(__vector signed int __a, __vector signed int __b) { in vec_orc() function
6207 vec_orc(__vector unsigned int __a, __vector unsigned int __b) { in vec_orc() function
6227 vec_orc(__vector float __a, __vector float __b) { in vec_orc() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h437 return ((__m128d)vec_orc(c, d)); in _mm_cmpunord_pd()