/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 605 res_vsll = vec_or(vsll, vsll); in test1() 609 res_vsll = vec_or(vbll, vsll); in test1() 613 res_vsll = vec_or(vsll, vbll); in test1() 617 res_vull = vec_or(vull, vull); in test1() 621 res_vull = vec_or(vbll, vull); in test1() 625 res_vull = vec_or(vull, vbll); in test1() 629 res_vbll = vec_or(vbll, vbll); in test1() 633 res_vd = vec_or(vd, vd); in test1() 639 res_vd = vec_or(vbll, vd); in test1() 647 res_vd = vec_or(vd, vbll); in test1()
|
D | builtins-ppc-altivec.c | 2425 res_vsc = vec_or(vsc, vsc); in test6() 2429 res_vsc = vec_or(vbc, vsc); in test6() 2433 res_vsc = vec_or(vsc, vbc); in test6() 2437 res_vuc = vec_or(vuc, vuc); in test6() 2441 res_vuc = vec_or(vbc, vuc); in test6() 2445 res_vuc = vec_or(vuc, vbc); in test6() 2449 res_vbc = vec_or(vbc, vbc); in test6() 2453 res_vs = vec_or(vs, vs); in test6() 2457 res_vs = vec_or(vbs, vs); in test6() 2461 res_vs = vec_or(vs, vbs); in test6() [all …]
|
/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/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 214 Function vec_or [type char] ===> OK 215 Function vec_or [type unsigened char] ===> OK 216 Function vec_or [type short] ===> OK 217 Function vec_or [type unsigned short] ===> OK 218 Function vec_or [type integer] ===> OK 219 Function vec_or [type unsigened int] ===> OK
|
D | testVMX.c | 3295 Caux1.v = vec_or( Ccons1, Ccons2 ); in part2() 3307 UCaux1.v = vec_or( UCcons1, UCcons2 ); in part2() 3322 Saux1.v = vec_or( Scons1, Scons2 ); in part2() 3334 USaux1.v = vec_or( UScons1, UScons2 ); in part2() 3349 Iaux1.v = vec_or( Icons1, Icons2 ); in part2() 3361 UIaux1.v = vec_or( UIcons1, UIcons2 ); in part2() 3374 Faux1.v = vec_or( Fcons1, Fcons2 ); in part2()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 250 …STRONG_INLINE Packet4f por<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_or(a, b); } 251 …STRONG_INLINE Packet4i por<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_or(a, b); }
|
D | Complex.h | 93 …f por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_or(a.v,b.v)); }
|
/external/clang/lib/Headers/ |
D | altivec.h | 4785 #define __builtin_altivec_vor vec_or 4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function 4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function 4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function 4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function 4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4822 static vector short __ATTRS_o_ai vec_or(vector short __a, vector short __b) { in vec_or() function 4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function [all …]
|