Searched refs:vec_vand (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 66 #define vec_vand vec_and macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 1045 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand() function 1050 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand() function 1055 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand() function 1060 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand() function 1065 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand() function 1070 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand() function 1074 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function 1079 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() function 1084 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a, in vec_vand() function 1089 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 60 #define vec_vand vec_and macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24619 (vec_vand): New.
|