/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 265 res_vsc = vec_vandc(vsc, vsc); // CHECK: xor <16 x i8> 268 res_vsc = vec_vandc(vbc, vsc); // CHECK: xor <16 x i8> 271 res_vsc = vec_vandc(vsc, vbc); // CHECK: xor <16 x i8> 274 res_vuc = vec_vandc(vuc, vuc); // CHECK: xor <16 x i8> 277 res_vuc = vec_vandc(vbc, vuc); // CHECK: xor <16 x i8> 280 res_vuc = vec_vandc(vuc, vbc); // CHECK: xor <16 x i8> 283 res_vbc = vec_vandc(vbc, vbc); // CHECK: xor <16 x i8> 286 res_vs = vec_vandc(vs, vs); // CHECK: xor <8 x i16> 289 res_vs = vec_vandc(vbs, vs); // CHECK: xor <8 x i16> 292 res_vs = vec_vandc(vs, vbs); // CHECK: xor <8 x i16 [all...] |
/external/clang/lib/Headers/ |
altivec.h | 1078 /* vec_vandc */ 1081 vec_vandc(vector signed char __a, vector signed char __b) function 1087 vec_vandc(vector bool char __a, vector signed char __b) function 1093 vec_vandc(vector signed char __a, vector bool char __b) function 1099 vec_vandc(vector unsigned char __a, vector unsigned char __b) function 1105 vec_vandc(vector bool char __a, vector unsigned char __b) function 1111 vec_vandc(vector unsigned char __a, vector bool char __b) function 1117 vec_vandc(vector bool char __a, vector bool char __b) function 1123 vec_vandc(vector short __a, vector short __b) function 1129 vec_vandc(vector bool short __a, vector short __b function 1135 vec_vandc(vector short __a, vector bool short __b) function 1141 vec_vandc(vector unsigned short __a, vector unsigned short __b) function 1147 vec_vandc(vector bool short __a, vector unsigned short __b) function 1153 vec_vandc(vector unsigned short __a, vector bool short __b) function 1159 vec_vandc(vector bool short __a, vector bool short __b) function 1165 vec_vandc(vector int __a, vector int __b) function 1171 vec_vandc(vector bool int __a, vector int __b) function 1177 vec_vandc(vector int __a, vector bool int __b) function 1183 vec_vandc(vector unsigned int __a, vector unsigned int __b) function 1189 vec_vandc(vector bool int __a, vector unsigned int __b) function 1195 vec_vandc(vector unsigned int __a, vector bool int __b) function 1201 vec_vandc(vector bool int __a, vector bool int __b) function 1207 vec_vandc(vector float __a, vector float __b) function 1214 vec_vandc(vector bool int __a, vector float __b) function 1221 vec_vandc(vector float __a, vector bool int __b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 1078 /* vec_vandc */ 1081 vec_vandc(vector signed char __a, vector signed char __b) function 1087 vec_vandc(vector bool char __a, vector signed char __b) function 1093 vec_vandc(vector signed char __a, vector bool char __b) function 1099 vec_vandc(vector unsigned char __a, vector unsigned char __b) function 1105 vec_vandc(vector bool char __a, vector unsigned char __b) function 1111 vec_vandc(vector unsigned char __a, vector bool char __b) function 1117 vec_vandc(vector bool char __a, vector bool char __b) function 1123 vec_vandc(vector short __a, vector short __b) function 1129 vec_vandc(vector bool short __a, vector short __b function 1135 vec_vandc(vector short __a, vector bool short __b) function 1141 vec_vandc(vector unsigned short __a, vector unsigned short __b) function 1147 vec_vandc(vector bool short __a, vector unsigned short __b) function 1153 vec_vandc(vector unsigned short __a, vector bool short __b) function 1159 vec_vandc(vector bool short __a, vector bool short __b) function 1165 vec_vandc(vector int __a, vector int __b) function 1171 vec_vandc(vector bool int __a, vector int __b) function 1177 vec_vandc(vector int __a, vector bool int __b) function 1183 vec_vandc(vector unsigned int __a, vector unsigned int __b) function 1189 vec_vandc(vector bool int __a, vector unsigned int __b) function 1195 vec_vandc(vector unsigned int __a, vector bool int __b) function 1201 vec_vandc(vector bool int __a, vector bool int __b) function 1207 vec_vandc(vector float __a, vector float __b) function 1214 vec_vandc(vector bool int __a, vector float __b) function 1221 vec_vandc(vector float __a, vector bool int __b) function [all...] |