Searched refs:vec_cmpeq (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 56 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
|
D | testVMX.c | 1155 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/ |
D | builtins-ppc-altivec.c | 914 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/ |
D | README_ALTIVEC.txt | 91 vector float C = (vector float)vec_cmpeq(*A, *B);
|
/external/clang/lib/Headers/ |
D | altivec.h | 1351 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/ |
D | SDL_blit_N.c | 632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); in Blit32to32KeyAltivec()
|
D | SDL_blit_A.c | 1023 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey); in Blit32to32SurfaceAlphaKeyAltivec()
|