Home
last modified time | relevance | path

Searched defs:vec_cmpeq (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h195 #define vec_cmpeq __builtin_vec_cmpeq macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h2400 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 …]
H A Daltivec.h1708 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1714 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1720 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1725 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1731 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1737 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1742 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1748 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1753 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a, in vec_cmpeq() function
1761 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h893 vec_cmpeq (vector signed char a1, vector signed char a2) in vec_cmpeq() function
899 vec_cmpeq (vector unsigned char a1, vector unsigned char a2) in vec_cmpeq() function
905 vec_cmpeq (vector signed short a1, vector signed short a2) in vec_cmpeq() function
911 vec_cmpeq (vector unsigned short a1, vector unsigned short a2) in vec_cmpeq() function
917 vec_cmpeq (vector signed int a1, vector signed int a2) in vec_cmpeq() function
923 vec_cmpeq (vector unsigned int a1, vector unsigned int a2) in vec_cmpeq() function
929 vec_cmpeq (vector float a1, vector float a2) in vec_cmpeq() function