/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 195 /* vec_andc */ 196 res_vsc = vec_andc(vsc, vsc); // CHECK: xor <16 x i8> 199 res_vsc = vec_andc(vbc, vsc); // CHECK: xor <16 x i8> 202 res_vsc = vec_andc(vsc, vbc); // CHECK: xor <16 x i8> 205 res_vuc = vec_andc(vuc, vuc); // CHECK: xor <16 x i8> 208 res_vuc = vec_andc(vbc, vuc); // CHECK: xor <16 x i8> 211 res_vuc = vec_andc(vuc, vbc); // CHECK: xor <16 x i8> 214 res_vbc = vec_andc(vbc, vbc); // CHECK: xor <16 x i8> 217 res_vs = vec_andc(vs, vs); // CHECK: xor <8 x i16> 220 res_vs = vec_andc(vbs, vs); // CHECK: xor <8 x i16 [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 40 Function vec_andc [type char] ===> OK 41 Function vec_andc [type unsigned char] ===> OK 42 Function vec_andc [type short] ===> OK 43 Function vec_andc [type unsigned short] ===> OK 44 Function vec_andc [type integer] ===> OK 45 Function vec_andc [type unsigned int] ===> OK
|
testVMX.c | 919 /* Function vec_andc */ 922 Caux1.v = vec_andc( Ccons1, Ccons2 ); 929 printf("Function vec_andc [type char] ===> Error\n"); 931 printf("Function vec_andc [type char] ===> OK\n"); 934 UCaux1.v = vec_andc( UCcons1, UCcons2 ); 941 printf("Function vec_andc [type unsigned char] ===> Error\n"); 943 printf("Function vec_andc [type unsigned char] ===> OK\n"); 946 Saux1.v = vec_andc( Scons1, Scons2 ); 953 printf("Function vec_andc [type short] ===> Error\n"); 955 printf("Function vec_andc [type short] ===> OK\n") [all...] |
/external/clang/lib/Headers/ |
altivec.h | 927 /* vec_andc */ 929 #define __builtin_altivec_vandc vec_andc 932 vec_andc(vector signed char __a, vector signed char __b) function 938 vec_andc(vector bool char __a, vector signed char __b) function 944 vec_andc(vector signed char __a, vector bool char __b) function 950 vec_andc(vector unsigned char __a, vector unsigned char __b) function 956 vec_andc(vector bool char __a, vector unsigned char __b) function 962 vec_andc(vector unsigned char __a, vector bool char __b) function 968 vec_andc(vector bool char __a, vector bool char __b) function 974 vec_andc(vector short __a, vector short __b function 980 vec_andc(vector bool short __a, vector short __b) function 986 vec_andc(vector short __a, vector bool short __b) function 992 vec_andc(vector unsigned short __a, vector unsigned short __b) function 998 vec_andc(vector bool short __a, vector unsigned short __b) function 1004 vec_andc(vector unsigned short __a, vector bool short __b) function 1010 vec_andc(vector bool short __a, vector bool short __b) function 1016 vec_andc(vector int __a, vector int __b) function 1022 vec_andc(vector bool int __a, vector int __b) function 1028 vec_andc(vector int __a, vector bool int __b) function 1034 vec_andc(vector unsigned int __a, vector unsigned int __b) function 1040 vec_andc(vector bool int __a, vector unsigned int __b) function 1046 vec_andc(vector unsigned int __a, vector bool int __b) function 1052 vec_andc(vector bool int __a, vector bool int __b) function 1058 vec_andc(vector float __a, vector float __b) function 1065 vec_andc(vector bool int __a, vector float __b) function 1072 vec_andc(vector float __a, vector bool int __b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 927 /* vec_andc */ 929 #define __builtin_altivec_vandc vec_andc 932 vec_andc(vector signed char __a, vector signed char __b) function 938 vec_andc(vector bool char __a, vector signed char __b) function 944 vec_andc(vector signed char __a, vector bool char __b) function 950 vec_andc(vector unsigned char __a, vector unsigned char __b) function 956 vec_andc(vector bool char __a, vector unsigned char __b) function 962 vec_andc(vector unsigned char __a, vector bool char __b) function 968 vec_andc(vector bool char __a, vector bool char __b) function 974 vec_andc(vector short __a, vector short __b function 980 vec_andc(vector bool short __a, vector short __b) function 986 vec_andc(vector short __a, vector bool short __b) function 992 vec_andc(vector unsigned short __a, vector unsigned short __b) function 998 vec_andc(vector bool short __a, vector unsigned short __b) function 1004 vec_andc(vector unsigned short __a, vector bool short __b) function 1010 vec_andc(vector bool short __a, vector bool short __b) function 1016 vec_andc(vector int __a, vector int __b) function 1022 vec_andc(vector bool int __a, vector int __b) function 1028 vec_andc(vector int __a, vector bool int __b) function 1034 vec_andc(vector unsigned int __a, vector unsigned int __b) function 1040 vec_andc(vector bool int __a, vector unsigned int __b) function 1046 vec_andc(vector unsigned int __a, vector bool int __b) function 1052 vec_andc(vector bool int __a, vector bool int __b) function 1058 vec_andc(vector float __a, vector float __b) function 1065 vec_andc(vector bool int __a, vector float __b) function 1072 vec_andc(vector float __a, vector bool int __b) function [all...] |