altivec.h | 630 /* vec_and */ 632 #define __builtin_altivec_vand vec_and 635 vec_and(vector signed char __a, vector signed char __b) function 641 vec_and(vector bool char __a, vector signed char __b) function 647 vec_and(vector signed char __a, vector bool char __b) function 653 vec_and(vector unsigned char __a, vector unsigned char __b) function 659 vec_and(vector bool char __a, vector unsigned char __b) function 665 vec_and(vector unsigned char __a, vector bool char __b) function 671 vec_and(vector bool char __a, vector bool char __b) function 677 vec_and(vector short __a, vector short __b function 683 vec_and(vector bool short __a, vector short __b) function 689 vec_and(vector short __a, vector bool short __b) function 695 vec_and(vector unsigned short __a, vector unsigned short __b) function 701 vec_and(vector bool short __a, vector unsigned short __b) function 707 vec_and(vector unsigned short __a, vector bool short __b) function 713 vec_and(vector bool short __a, vector bool short __b) function 719 vec_and(vector int __a, vector int __b) function 725 vec_and(vector bool int __a, vector int __b) function 731 vec_and(vector int __a, vector bool int __b) function 737 vec_and(vector unsigned int __a, vector unsigned int __b) function 743 vec_and(vector bool int __a, vector unsigned int __b) function 749 vec_and(vector unsigned int __a, vector bool int __b) function 755 vec_and(vector bool int __a, vector bool int __b) function 761 vec_and(vector float __a, vector float __b) function 768 vec_and(vector bool int __a, vector float __b) function 775 vec_and(vector float __a, vector bool int __b) function [all...] |