altivec.h | 930 /* vec_andc */ 932 #define __builtin_altivec_vandc vec_andc 935 vec_andc(vector signed char __a, vector signed char __b) function 941 vec_andc(vector bool char __a, vector signed char __b) function 947 vec_andc(vector signed char __a, vector bool char __b) function 953 vec_andc(vector unsigned char __a, vector unsigned char __b) function 959 vec_andc(vector bool char __a, vector unsigned char __b) function 965 vec_andc(vector unsigned char __a, vector bool char __b) function 971 vec_andc(vector bool char __a, vector bool char __b) function 977 vec_andc(vector short __a, vector short __b function 983 vec_andc(vector bool short __a, vector short __b) function 989 vec_andc(vector short __a, vector bool short __b) function 995 vec_andc(vector unsigned short __a, vector unsigned short __b) function 1001 vec_andc(vector bool short __a, vector unsigned short __b) function 1007 vec_andc(vector unsigned short __a, vector bool short __b) function 1013 vec_andc(vector bool short __a, vector bool short __b) function 1019 vec_andc(vector int __a, vector int __b) function 1025 vec_andc(vector bool int __a, vector int __b) function 1031 vec_andc(vector int __a, vector bool int __b) function 1037 vec_andc(vector unsigned int __a, vector unsigned int __b) function 1043 vec_andc(vector bool int __a, vector unsigned int __b) function 1049 vec_andc(vector unsigned int __a, vector bool int __b) function 1055 vec_andc(vector bool int __a, vector bool int __b) function 1061 vec_andc(vector float __a, vector float __b) function 1068 vec_andc(vector bool int __a, vector float __b) function 1075 vec_andc(vector float __a, vector bool int __b) function [all...] |