Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Daltivec.h1421 vec_vandc(vector signed char __a, vector signed char __b) { in vec_vandc() function
1426 vec_vandc(vector bool char __a, vector signed char __b) { in vec_vandc() function
1431 vec_vandc(vector signed char __a, vector bool char __b) { in vec_vandc() function
1436 vec_vandc(vector unsigned char __a, vector unsigned char __b) { in vec_vandc() function
1441 vec_vandc(vector bool char __a, vector unsigned char __b) { in vec_vandc() function
1446 vec_vandc(vector unsigned char __a, vector bool char __b) { in vec_vandc() function
1451 vec_vandc(vector bool char __a, vector bool char __b) { in vec_vandc() function
1455 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector short __a, in vec_vandc() function
1460 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector bool short __a, in vec_vandc() function
1465 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector short __a, in vec_vandc() function
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h62 #define vec_vandc vec_andc macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h79 #define vec_vandc vec_andc macro