Lines Matching refs:vec_vand

993 /* vec_vand */
996 vec_vand(vector signed char __a, vector signed char __b) {
1001 vec_vand(vector bool char __a, vector signed char __b) {
1006 vec_vand(vector signed char __a, vector bool char __b) {
1011 vec_vand(vector unsigned char __a, vector unsigned char __b) {
1016 vec_vand(vector bool char __a, vector unsigned char __b) {
1021 vec_vand(vector unsigned char __a, vector bool char __b) {
1025 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a,
1030 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a,
1035 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a,
1040 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a,
1046 vec_vand(vector unsigned short __a, vector unsigned short __b) {
1051 vec_vand(vector bool short __a, vector unsigned short __b) {
1056 vec_vand(vector unsigned short __a, vector bool short __b) {
1061 vec_vand(vector bool short __a, vector bool short __b) {
1065 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a,
1070 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a,
1075 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a,
1081 vec_vand(vector unsigned int __a, vector unsigned int __b) {
1086 vec_vand(vector bool int __a, vector unsigned int __b) {
1091 vec_vand(vector unsigned int __a, vector bool int __b) {
1095 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a,
1100 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a,
1107 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a,
1114 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a,
1123 vec_vand(vector signed long long __a, vector signed long long __b) {
1128 vec_vand(vector bool long long __a, vector signed long long __b) {
1133 vec_vand(vector signed long long __a, vector bool long long __b) {
1138 vec_vand(vector unsigned long long __a, vector unsigned long long __b) {
1143 vec_vand(vector bool long long __a, vector unsigned long long __b) {
1148 vec_vand(vector unsigned long long __a, vector bool long long __b) {
1153 vec_vand(vector bool long long __a, vector bool long long __b) {