Searched refs:vec_all_ne (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2849 /* vec_all_ne */
2850 res_i = vec_all_ne(vsc, vsc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2851 res_i = vec_all_ne(vsc, vbc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2852 res_i = vec_all_ne(vuc, vuc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2853 res_i = vec_all_ne(vuc, vbc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2854 res_i = vec_all_ne(vbc, vsc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2855 res_i = vec_all_ne(vbc, vuc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2856 res_i = vec_all_ne(vbc, vbc); // CHECK: @llvm.ppc.altivec.vcmpequb.p
2857 res_i = vec_all_ne(vs, vs); // CHECK: @llvm.ppc.altivec.vcmpequh.p
2858 res_i = vec_all_ne(v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp454 Function vec_all_ne [type char] ===> OK
455 Function vec_all_ne [type unsigned char] ===> OK
456 Function vec_all_ne [type short] ===> OK
457 Function vec_all_ne [type unsigned short] ===> OK
458 Function vec_all_ne [type int] ===> OK
459 Function vec_all_ne [type unsigned int] ===> OK
H A DtestVMX.c7574 /* Function vec_all_ne */
7584 b = vec_all_ne (Caux1.v, Caux2.v);
7597 b = vec_all_ne (Caux1.v, Caux2.v);
7610 b = vec_all_ne (Caux1.v, Caux2.v);
7617 printf("Function vec_all_ne [type char] ===> Error\n");
7619 printf("Function vec_all_ne [type char] ===> OK\n");
7631 b = vec_all_ne (UCaux1.v, UCaux2.v);
7644 b = vec_all_ne (UCaux1.v, UCaux2.v);
7657 b = vec_all_ne (UCaux1.v, UCaux2.v);
7664 printf("Function vec_all_ne [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h10686 /* vec_all_ne */
10689 vec_all_ne(vector signed char __a, vector signed char __b) function
10695 vec_all_ne(vector signed char __a, vector bool char __b) function
10701 vec_all_ne(vector unsigned char __a, vector unsigned char __b) function
10707 vec_all_ne(vector unsigned char __a, vector bool char __b) function
10713 vec_all_ne(vector bool char __a, vector signed char __b) function
10719 vec_all_ne(vector bool char __a, vector unsigned char __b) function
10725 vec_all_ne(vector bool char __a, vector bool char __b) function
10731 vec_all_ne(vector short __a, vector short __b) function
10737 vec_all_ne(vecto function
10743 vec_all_ne(vector unsigned short __a, vector unsigned short __b) function
10750 vec_all_ne(vector unsigned short __a, vector bool short __b) function
10757 vec_all_ne(vector bool short __a, vector short __b) function
10764 vec_all_ne(vector bool short __a, vector unsigned short __b) function
10771 vec_all_ne(vector bool short __a, vector bool short __b) function
10778 vec_all_ne(vector pixel __a, vector pixel __b) function
10785 vec_all_ne(vector int __a, vector int __b) function
10791 vec_all_ne(vector int __a, vector bool int __b) function
10797 vec_all_ne(vector unsigned int __a, vector unsigned int __b) function
10803 vec_all_ne(vector unsigned int __a, vector bool int __b) function
10809 vec_all_ne(vector bool int __a, vector int __b) function
10815 vec_all_ne(vector bool int __a, vector unsigned int __b) function
10821 vec_all_ne(vector bool int __a, vector bool int __b) function
10827 vec_all_ne(vector float __a, vector float __b) function
[all...]
/external/clang/lib/include/
H A Daltivec.h10686 /* vec_all_ne */
10689 vec_all_ne(vector signed char __a, vector signed char __b) function
10695 vec_all_ne(vector signed char __a, vector bool char __b) function
10701 vec_all_ne(vector unsigned char __a, vector unsigned char __b) function
10707 vec_all_ne(vector unsigned char __a, vector bool char __b) function
10713 vec_all_ne(vector bool char __a, vector signed char __b) function
10719 vec_all_ne(vector bool char __a, vector unsigned char __b) function
10725 vec_all_ne(vector bool char __a, vector bool char __b) function
10731 vec_all_ne(vector short __a, vector short __b) function
10737 vec_all_ne(vecto function
10743 vec_all_ne(vector unsigned short __a, vector unsigned short __b) function
10750 vec_all_ne(vector unsigned short __a, vector bool short __b) function
10757 vec_all_ne(vector bool short __a, vector short __b) function
10764 vec_all_ne(vector bool short __a, vector unsigned short __b) function
10771 vec_all_ne(vector bool short __a, vector bool short __b) function
10778 vec_all_ne(vector pixel __a, vector pixel __b) function
10785 vec_all_ne(vector int __a, vector int __b) function
10791 vec_all_ne(vector int __a, vector bool int __b) function
10797 vec_all_ne(vector unsigned int __a, vector unsigned int __b) function
10803 vec_all_ne(vector unsigned int __a, vector bool int __b) function
10809 vec_all_ne(vector bool int __a, vector int __b) function
10815 vec_all_ne(vector bool int __a, vector unsigned int __b) function
10821 vec_all_ne(vector bool int __a, vector bool int __b) function
10827 vec_all_ne(vector float __a, vector float __b) function
[all...]

Completed in 99 milliseconds