Home | History | Annotate | Download | only in clang-include

Lines Matching defs:vec_vand

904 /* vec_vand */
907 vec_vand(vector signed char __a, vector signed char __b) {
912 vec_vand(vector bool char __a, vector signed char __b) {
917 vec_vand(vector signed char __a, vector bool char __b) {
922 vec_vand(vector unsigned char __a, vector unsigned char __b) {
927 vec_vand(vector bool char __a, vector unsigned char __b) {
932 vec_vand(vector unsigned char __a, vector bool char __b) {
936 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a,
941 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a,
946 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a,
951 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a,
957 vec_vand(vector unsigned short __a, vector unsigned short __b) {
962 vec_vand(vector bool short __a, vector unsigned short __b) {
967 vec_vand(vector unsigned short __a, vector bool short __b) {
972 vec_vand(vector bool short __a, vector bool short __b) {
976 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a,
981 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a,
986 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a,
992 vec_vand(vector unsigned int __a, vector unsigned int __b) {
997 vec_vand(vector bool int __a, vector unsigned int __b) {
1002 vec_vand(vector unsigned int __a, vector bool int __b) {
1006 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a,
1011 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a,
1018 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a,
1025 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a,
1034 vec_vand(vector signed long long __a, vector signed long long __b) {
1039 vec_vand(vector bool long long __a, vector signed long long __b) {
1044 vec_vand(vector signed long long __a, vector bool long long __b) {
1049 vec_vand(vector unsigned long long __a, vector unsigned long long __b) {
1054 vec_vand(vector bool long long __a, vector unsigned long long __b) {
1059 vec_vand(vector unsigned long long __a, vector bool long long __b) {
1064 vec_vand(vector bool long long __a, vector bool long long __b) {