/external/libunwind/tests/ |
D | ppc64-test-altivec.c | 130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6))))); in vec_stack() 146 vec_and (v4, vec_or (v5, vec_xor (v6, v8)))))); in vec_stack()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 399 res_vsc = vec_and(vsc, vsc); in test1() 403 res_vsc = vec_and(vbc, vsc); in test1() 407 res_vsc = vec_and(vsc, vbc); in test1() 411 res_vuc = vec_and(vuc, vuc); in test1() 415 res_vuc = vec_and(vbc, vuc); in test1() 419 res_vuc = vec_and(vuc, vbc); in test1() 423 res_vbc = vec_and(vbc, vbc); in test1() 427 res_vs = vec_and(vs, vs); in test1() 431 res_vs = vec_and(vbs, vs); in test1() 435 res_vs = vec_and(vs, vbs); in test1() [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 247 …RONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); } 248 …RONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); } 256 …acket4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b))… 257 …acket4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b))…
|
D | Complex.h | 92 … pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v,b.v)); } 95 …ot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,…
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 32 Function vec_and [type char] ===> OK 33 Function vec_and [type unsigned char] ===> OK 34 Function vec_and [type short] ===> OK 35 Function vec_and [type unsigned short] ===> OK 36 Function vec_and [type integer] ===> OK 37 Function vec_and [type unsigned int] ===> OK
|
D | testVMX.c | 829 Caux1.v = vec_and( Ccons1, Ccons2 ); in main() 841 UCaux1.v = vec_and( UCcons1, UCcons2 ); in main() 853 Saux1.v = vec_and( Scons1, Scons2 ); in main() 865 USaux1.v = vec_and( UScons1, UScons2 ); in main() 877 Iaux1.v = vec_and( Icons1, Icons2 ); in main() 889 UIaux1.v = vec_and( UIcons1, UIcons2 ); in main() 902 Faux1.v = vec_and( Fcons1, Fcons2 ); in main()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit_A.c | 843 vector unsigned char valphaPermute = vec_and(vec_lvsl(0, (int *)NULL), vec_splat_u8(0xC)); in Blit32to565PixelAlphaAltivec() 898 vR = vec_and((vector unsigned short)voverflow, vf800); in Blit32to565PixelAlphaAltivec() 917 vgpixel = vec_and(vgpixel, vfc); in Blit32to565PixelAlphaAltivec() 920 vrpixel = vec_and(vrpixel, vf800); in Blit32to565PixelAlphaAltivec() 921 vbpixel = vec_and(vpixel, v3f); in Blit32to565PixelAlphaAltivec() 1022 vsel = (vector unsigned char)vec_and((vector unsigned int)vs, vrgbmask); in Blit32to32SurfaceAlphaKeyAltivec() 1087 valphaPermute = vec_and(vec_lvsl(0, (int *)NULL), vec_splat_u8(0xC)); in Blit32to32PixelAlphaAltivec() 1131 vdstalpha = vec_and(vd, valphamask); in Blit32to32PixelAlphaAltivec() 1136 vd = vec_and(vd, vpixelmask); in Blit32to32PixelAlphaAltivec() 1178 valphaPermute = vec_and(vec_lvsl(0, (int *)NULL), vec_splat_u8(0xC)); in BlitRGBtoRGBPixelAlphaAltivec() [all …]
|
D | SDL_blit_N.c | 222 vgpixel = vec_and(vgpixel, vfc); in Blit_RGB888_RGB565Altivec() 225 vrpixel = vec_and(vrpixel, vf800); in Blit_RGB888_RGB565Altivec() 226 vbpixel = vec_and(vpixel, v3f); in Blit_RGB888_RGB565Altivec() 360 vR = vec_and((vector unsigned short)vsrc, vf800); in Blit_RGB565_32Altivec() 505 vR = vec_and(vec_sl((vector unsigned short)vsrc,v1), vf800); in Blit_RGB555_32Altivec() 631 vsel = (vector unsigned char)vec_and(vs, vrgbmask); in Blit32to32KeyAltivec()
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 87 y = vec_and(y, mask); in vec_recursion()
|
/external/clang/lib/Headers/ |
D | altivec.h | 632 #define __builtin_altivec_vand vec_and 635 vec_and(vector signed char __a, vector signed char __b) in vec_and() function 641 vec_and(vector bool char __a, vector signed char __b) in vec_and() function 647 vec_and(vector signed char __a, vector bool char __b) in vec_and() function 653 vec_and(vector unsigned char __a, vector unsigned char __b) in vec_and() function 659 vec_and(vector bool char __a, vector unsigned char __b) in vec_and() function 665 vec_and(vector unsigned char __a, vector bool char __b) in vec_and() function 671 vec_and(vector bool char __a, vector bool char __b) in vec_and() function 677 vec_and(vector short __a, vector short __b) in vec_and() function 683 vec_and(vector bool short __a, vector short __b) in vec_and() function [all …]
|