Home
last modified time | relevance | path

Searched refs:vec_cmpeq (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
DtestVMX.stdout.exp56 Function vec_cmpeq [type char] ===> OK
57 Function vec_cmpeq [type unsigned char] ===> OK
58 Function vec_cmpeq [type short] ===> OK
59 Function vec_cmpeq [type unsigned short] ===> OK
60 Function vec_cmpeq [type integer] ===> OK
61 Function vec_cmpeq [type unsigned int] ===> OK
DtestVMX.c1155 BCaux1.v = vec_cmpeq( Ccons1, Ccons2 ); in main()
1173 BCaux1.v = vec_cmpeq( UCcons1, UCcons2 ); in main()
1191 BSaux1.v = vec_cmpeq( Scons1, Scons2 ); in main()
1209 BSaux1.v = vec_cmpeq( UScons1, UScons2 ); in main()
1227 BIaux1.v = vec_cmpeq( Icons1, Icons2 ); in main()
1245 BIaux1.v = vec_cmpeq( UIcons1, UIcons2 ); in main()
1264 BIaux1.v = vec_cmpeq( Fcons1, Fcons2 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c914 res_vbc = vec_cmpeq(vsc, vsc); in test2()
918 res_vbc = vec_cmpeq(vuc, vuc); in test2()
922 res_vbs = vec_cmpeq(vs, vs); in test2()
926 res_vbs = vec_cmpeq(vus, vus); in test2()
930 res_vbi = vec_cmpeq(vi, vi); in test2()
934 res_vbi = vec_cmpeq(vui, vui); in test2()
938 res_vbi = vec_cmpeq(vf, vf); in test2()
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt91 vector float C = (vector float)vec_cmpeq(*A, *B);
/external/clang/lib/Headers/
Daltivec.h1351 vec_cmpeq(vector signed char __a, vector signed char __b) in vec_cmpeq() function
1358 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) in vec_cmpeq() function
1365 vec_cmpeq(vector short __a, vector short __b) in vec_cmpeq() function
1371 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) in vec_cmpeq() function
1378 vec_cmpeq(vector int __a, vector int __b) in vec_cmpeq() function
1384 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) in vec_cmpeq() function
1391 vec_cmpeq(vector float __a, vector float __b) in vec_cmpeq() function
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_blit_N.c632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); in Blit32to32KeyAltivec()
DSDL_blit_A.c1023 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey); in Blit32to32SurfaceAlphaKeyAltivec()