Searched refs:vec_and (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and
192 #define vec_and __builtin_vec_and macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h627 /* vec_and */
629 #define __builtin_altivec_vand vec_and
632 vec_and(vector signed char __a, vector signed char __b) function
638 vec_and(vector bool char __a, vector signed char __b) function
644 vec_and(vector signed char __a, vector bool char __b) function
650 vec_and(vector unsigned char __a, vector unsigned char __b) function
656 vec_and(vector bool char __a, vector unsigned char __b) function
662 vec_and(vector unsigned char __a, vector bool char __b) function
668 vec_and(vector bool char __a, vector bool char __b) function
674 vec_and(vecto function
680 vec_and(vector bool short __a, vector short __b) function
686 vec_and(vector short __a, vector bool short __b) function
692 vec_and(vector unsigned short __a, vector unsigned short __b) function
698 vec_and(vector bool short __a, vector unsigned short __b) function
704 vec_and(vector unsigned short __a, vector bool short __b) function
710 vec_and(vector bool short __a, vector bool short __b) function
716 vec_and(vector int __a, vector int __b) function
722 vec_and(vector bool int __a, vector int __b) function
728 vec_and(vector int __a, vector bool int __b) function
734 vec_and(vector unsigned int __a, vector unsigned int __b) function
740 vec_and(vector bool int __a, vector unsigned int __b) function
746 vec_and(vector unsigned int __a, vector bool int __b) function
752 vec_and(vector bool int __a, vector bool int __b) function
758 vec_and(vector float __a, vector float __b) function
765 vec_and(vector bool int __a, vector float __b) function
772 vec_and(vector float __a, vector bool int __b) function
[all...]

Completed in 61 milliseconds