Home
last modified time | relevance | path

Searched defs:vec_and (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDaltivec.h664 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
669 static vector signed char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
674 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a, in vec_and() function
679 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
684 static vector unsigned char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
689 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a, in vec_and() function
694 static vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
699 static vector short __ATTRS_o_ai vec_and(vector short __a, vector short __b) { in vec_and() function
703 static vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
708 static vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
[all …]
/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h192 #define vec_and __builtin_vec_and macro