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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2962 /* vec_any_le */
2963 res_i = vec_any_le(vsc, vsc); // CHECK: @llvm.ppc.altivec.vcmpgtsb.p
2964 res_i = vec_any_le(vsc, vbc); // CHECK: @llvm.ppc.altivec.vcmpgtsb.p
2965 res_i = vec_any_le(vuc, vuc); // CHECK: @llvm.ppc.altivec.vcmpgtub.p
2966 res_i = vec_any_le(vuc, vbc); // CHECK: @llvm.ppc.altivec.vcmpgtub.p
2967 res_i = vec_any_le(vbc, vsc); // CHECK: @llvm.ppc.altivec.vcmpgtub.p
2968 res_i = vec_any_le(vbc, vuc); // CHECK: @llvm.ppc.altivec.vcmpgtub.p
2969 res_i = vec_any_le(vbc, vbc); // CHECK: @llvm.ppc.altivec.vcmpgtub.p
2970 res_i = vec_any_le(vs, vs); // CHECK: @llvm.ppc.altivec.vcmpgtsh.p
2971 res_i = vec_any_le(v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp486 Function vec_any_le [type char] ===> OK
487 Function vec_any_le [type unsigned char] ===> OK
488 Function vec_any_le [type short] ===> OK
489 Function vec_any_le [type unsigned short] ===> OK
490 Function vec_any_le [type int] ===> OK
491 Function vec_any_le [type unsigned int] ===> OK
H A DtestVMX.c9042 /* Function vec_any_le */
9052 b= vec_any_le (Caux1.v, Caux2.v);
9065 b= vec_any_le (Caux1.v, Caux2.v);
9078 b= vec_any_le (Caux1.v, Caux2.v);
9085 printf("Function vec_any_le [type char] ===> Error\n");
9087 printf("Function vec_any_le [type char] ===> OK\n");
9098 b= vec_any_le (UCaux1.v, UCaux2.v);
9111 b= vec_any_le (UCaux1.v, UCaux2.v);
9124 b= vec_any_le (UCaux1.v, UCaux2.v);
9131 printf("Function vec_any_le [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h11334 /* vec_any_le */
11337 vec_any_le(vector signed char __a, vector signed char __b) function
11343 vec_any_le(vector signed char __a, vector bool char __b) function
11349 vec_any_le(vector unsigned char __a, vector unsigned char __b) function
11355 vec_any_le(vector unsigned char __a, vector bool char __b) function
11362 vec_any_le(vector bool char __a, vector signed char __b) function
11370 vec_any_le(vector bool char __a, vector unsigned char __b) function
11377 vec_any_le(vector bool char __a, vector bool char __b) function
11385 vec_any_le(vector short __a, vector short __b) function
11391 vec_any_le(vecto function
11397 vec_any_le(vector unsigned short __a, vector unsigned short __b) function
11403 vec_any_le(vector unsigned short __a, vector bool short __b) function
11410 vec_any_le(vector bool short __a, vector short __b) function
11418 vec_any_le(vector bool short __a, vector unsigned short __b) function
11425 vec_any_le(vector bool short __a, vector bool short __b) function
11433 vec_any_le(vector int __a, vector int __b) function
11439 vec_any_le(vector int __a, vector bool int __b) function
11445 vec_any_le(vector unsigned int __a, vector unsigned int __b) function
11451 vec_any_le(vector unsigned int __a, vector bool int __b) function
11457 vec_any_le(vector bool int __a, vector int __b) function
11465 vec_any_le(vector bool int __a, vector unsigned int __b) function
11471 vec_any_le(vector bool int __a, vector bool int __b) function
11479 vec_any_le(vector float __a, vector float __b) function
[all...]
/external/clang/lib/include/
H A Daltivec.h11334 /* vec_any_le */
11337 vec_any_le(vector signed char __a, vector signed char __b) function
11343 vec_any_le(vector signed char __a, vector bool char __b) function
11349 vec_any_le(vector unsigned char __a, vector unsigned char __b) function
11355 vec_any_le(vector unsigned char __a, vector bool char __b) function
11362 vec_any_le(vector bool char __a, vector signed char __b) function
11370 vec_any_le(vector bool char __a, vector unsigned char __b) function
11377 vec_any_le(vector bool char __a, vector bool char __b) function
11385 vec_any_le(vector short __a, vector short __b) function
11391 vec_any_le(vecto function
11397 vec_any_le(vector unsigned short __a, vector unsigned short __b) function
11403 vec_any_le(vector unsigned short __a, vector bool short __b) function
11410 vec_any_le(vector bool short __a, vector short __b) function
11418 vec_any_le(vector bool short __a, vector unsigned short __b) function
11425 vec_any_le(vector bool short __a, vector bool short __b) function
11433 vec_any_le(vector int __a, vector int __b) function
11439 vec_any_le(vector int __a, vector bool int __b) function
11445 vec_any_le(vector unsigned int __a, vector unsigned int __b) function
11451 vec_any_le(vector unsigned int __a, vector bool int __b) function
11457 vec_any_le(vector bool int __a, vector int __b) function
11465 vec_any_le(vector bool int __a, vector unsigned int __b) function
11471 vec_any_le(vector bool int __a, vector bool int __b) function
11479 vec_any_le(vector float __a, vector float __b) function
[all...]

Completed in 137 milliseconds