Searched refs:vec_any_eq (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7972 res_i = vec_any_eq(vsc, vsc); in test6() 7976 res_i = vec_any_eq(vsc, vbc); in test6() 7980 res_i = vec_any_eq(vuc, vuc); in test6() 7984 res_i = vec_any_eq(vuc, vbc); in test6() 7988 res_i = vec_any_eq(vbc, vsc); in test6() 7992 res_i = vec_any_eq(vbc, vuc); in test6() 7996 res_i = vec_any_eq(vbc, vbc); in test6() 8000 res_i = vec_any_eq(vs, vs); in test6() 8004 res_i = vec_any_eq(vs, vbs); in test6() 8008 res_i = vec_any_eq(vus, vus); in test6() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 462 Function vec_any_eq [type char] ===> OK 463 Function vec_any_eq [type unsigned char] ===> OK 464 Function vec_any_eq [type short] ===> OK 465 Function vec_any_eq [type unsigned short] ===> OK 466 Function vec_any_eq [type int] ===> OK 467 Function vec_any_eq [type unsigned int] ===> OK
|
D | testVMX.c | 8224 b= vec_any_eq (Caux1.v, Caux2.v); in part5() 8232 b= vec_any_eq (Caux1.v, Caux2.v); in part5() 8247 b= vec_any_eq (UCaux1.v, UCaux2.v); in part5() 8255 b= vec_any_eq (UCaux1.v, UCaux2.v); in part5() 8270 b= vec_any_eq (Saux1.v, Saux2.v); in part5() 8278 b= vec_any_eq (Saux1.v, Saux2.v); in part5() 8293 b= vec_any_eq (USaux1.v, USaux2.v); in part5() 8301 b= vec_any_eq (USaux1.v, USaux2.v); in part5() 8316 b= vec_any_eq (Iaux1.v, Iaux2.v); in part5() 8324 b= vec_any_eq (Iaux1.v, Iaux2.v); in part5() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 92 if (!vec_any_eq(*A, *B)) 206 if (vec_any_eq(a, b))
|
/external/clang/lib/Headers/ |
D | altivec.h | 11408 vec_any_eq(vector signed char __a, vector signed char __b) in vec_any_eq() function 11415 vec_any_eq(vector signed char __a, vector bool char __b) in vec_any_eq() function 11422 vec_any_eq(vector unsigned char __a, vector unsigned char __b) in vec_any_eq() function 11429 vec_any_eq(vector unsigned char __a, vector bool char __b) in vec_any_eq() function 11436 vec_any_eq(vector bool char __a, vector signed char __b) in vec_any_eq() function 11443 vec_any_eq(vector bool char __a, vector unsigned char __b) in vec_any_eq() function 11450 vec_any_eq(vector bool char __a, vector bool char __b) in vec_any_eq() function 11457 vec_any_eq(vector short __a, vector short __b) in vec_any_eq() function 11463 vec_any_eq(vector short __a, vector bool short __b) in vec_any_eq() function 11469 vec_any_eq(vector unsigned short __a, vector unsigned short __b) in vec_any_eq() function [all …]
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2322 !vec_any_eq(*(vector unsigned char*)CurPtr, Slashes)) in SkipBlockComment()
|