Home
last modified time | relevance | path

Searched refs:vec_any_le (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8243 res_i = vec_any_le(vsc, vsc); in test6()
8247 res_i = vec_any_le(vsc, vbc); in test6()
8251 res_i = vec_any_le(vuc, vuc); in test6()
8255 res_i = vec_any_le(vuc, vbc); in test6()
8259 res_i = vec_any_le(vbc, vsc); in test6()
8263 res_i = vec_any_le(vbc, vuc); in test6()
8267 res_i = vec_any_le(vbc, vbc); in test6()
8271 res_i = vec_any_le(vs, vs); in test6()
8275 res_i = vec_any_le(vs, vbs); in test6()
8279 res_i = vec_any_le(vus, vus); in test6()
[all …]
/external/valgrind/main/none/tests/ppc32/
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
DtestVMX.c9052 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9065 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9078 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9098 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9111 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9124 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9144 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9157 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9170 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9190 b= vec_any_le (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Daltivec.h11870 vec_any_le(vector signed char __a, vector signed char __b) in vec_any_le() function
11876 vec_any_le(vector signed char __a, vector bool char __b) in vec_any_le() function
11882 vec_any_le(vector unsigned char __a, vector unsigned char __b) in vec_any_le() function
11888 vec_any_le(vector unsigned char __a, vector bool char __b) in vec_any_le() function
11895 vec_any_le(vector bool char __a, vector signed char __b) in vec_any_le() function
11903 vec_any_le(vector bool char __a, vector unsigned char __b) in vec_any_le() function
11910 vec_any_le(vector bool char __a, vector bool char __b) in vec_any_le() function
11918 vec_any_le(vector short __a, vector short __b) in vec_any_le() function
11924 vec_any_le(vector short __a, vector bool short __b) in vec_any_le() function
11930 vec_any_le(vector unsigned short __a, vector unsigned short __b) in vec_any_le() function
[all …]