Searched defs:vec_and (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 607 vec_and (vector float a1, vector float a2) in vec_and() function 613 vec_and (vector float a1, vector signed int a2) in vec_and() function 619 vec_and (vector signed int a1, vector float a2) in vec_and() function 625 vec_and (vector signed int a1, vector signed int a2) in vec_and() function 631 vec_and (vector signed int a1, vector unsigned int a2) in vec_and() function 637 vec_and (vector unsigned int a1, vector signed int a2) in vec_and() function 643 vec_and (vector unsigned int a1, vector unsigned int a2) in vec_and() function 649 vec_and (vector signed short a1, vector signed short a2) in vec_and() function 655 vec_and (vector signed short a1, vector unsigned short a2) in vec_and() function 661 vec_and (vector unsigned short a1, vector signed short a2) in vec_and() function [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 882 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 887 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 892 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 897 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function 902 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 907 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 911 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function 916 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function 921 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function 926 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function [all …]
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 192 #define vec_and __builtin_vec_and macro
|