Home
last modified time | relevance | path

Searched defs:vec_andc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h5511 vec_andc(vector bool char __a, vector bool char __b) { in vec_andc() function
5522 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
5528 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
5550 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc() function
5589 vec_andc(vector bool int __a, vector bool int __b) { in vec_andc() function
5594 vec_andc(vector signed int __a, vector signed int __b) { in vec_andc() function
5600 vec_andc(vector bool int __a, vector signed int __b) { in vec_andc() function
5606 vec_andc(vector signed int __a, vector bool int __b) { in vec_andc() function
5617 vec_andc(vector bool int __a, vector unsigned int __b) { in vec_andc() function
5668 vec_andc(vector float __a, vector float __b) { in vec_andc() function
[all …]
H A Daltivec.h1177 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
1182 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
1187 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
1197 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
1202 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
1232 vec_andc(vector bool short __a, vector unsigned short __b) { in vec_andc() function
1237 vec_andc(vector unsigned short __a, vector bool short __b) { in vec_andc() function
1242 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc() function
1267 vec_andc(vector bool int __a, vector unsigned int __b) { in vec_andc() function
1272 vec_andc(vector unsigned int __a, vector bool int __b) { in vec_andc() function
[all …]
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daltivec.h193 #define vec_andc __builtin_vec_andc macro