Searched refs:vec_sl (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 573 res_vll = vec_sl(vll, vull); in test1() 578 res_vull = vec_sl(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 3210 res_vsc = vec_sl(vsc, vuc); in test6() 3214 res_vuc = vec_sl(vuc, vuc); in test6() 3218 res_vs = vec_sl(vs, vus); in test6() 3222 res_vus = vec_sl(vus, vus); in test6() 3226 res_vi = vec_sl(vi, vui); in test6() 3230 res_vui = vec_sl(vui, vui); in test6()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 262 Function vec_sl [type char] ===> OK 263 Function vec_sl [type unsigned char] ===> OK 264 Function vec_sl [type short] ===> OK 265 Function vec_sl [type unsigned short] ===> OK 266 Function vec_sl [type int] ===> OK 267 Function vec_sl [type unsigned integer] ===> OK
|
D | testVMX.c | 4103 Caux1.v = vec_sl( Ccons1, UCcons3 ); in part3() 4119 UCaux1.v = vec_sl( UCcons1, UCcons3 ); in part3() 4135 Saux1.v = vec_sl( Scons1, UScons3 ); in part3() 4151 USaux1.v = vec_sl( UScons1, UScons3 ); in part3() 4167 Iaux1.v = vec_sl( Icons1, UIcons3 ); in part3() 4183 UIaux1.v = vec_sl( UIcons1, UIcons3 ); in part3()
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 71 static Packet4f p4f_ZERO_ = (Packet4f) vec_sl((Packet4ui)p4i_MINUS1, (Packet4ui)p4i_MINUS1);
|
/external/clang/lib/Headers/ |
D | altivec.h | 5548 vec_sl(vector signed char __a, vector unsigned char __b) in vec_sl() function 5554 vec_sl(vector unsigned char __a, vector unsigned char __b) in vec_sl() function 5560 vec_sl(vector short __a, vector unsigned short __b) in vec_sl() function 5566 vec_sl(vector unsigned short __a, vector unsigned short __b) in vec_sl() function 5572 vec_sl(vector int __a, vector unsigned int __b) in vec_sl() function 5578 vec_sl(vector unsigned int __a, vector unsigned int __b) in vec_sl() function 5585 vec_sl(vector signed long long __a, vector unsigned long long __b) in vec_sl() function 5591 vec_sl(vector unsigned long long __a, vector unsigned long long __b) in vec_sl() function 5604 return vec_sl(__a, __b); in vec_vslb() 5610 return vec_sl(__a, __b); in vec_vslb() [all …]
|