Searched refs:vec_sl (Results 1 – 7 of 7) sorted by relevance
/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/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1047 res_vsll = vec_sl(vsll, vull); in test1() 1052 res_vull = vec_sl(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 3308 res_vsc = vec_sl(vsc, vuc); in test6() 3312 res_vuc = vec_sl(vuc, vuc); in test6() 3316 res_vs = vec_sl(vs, vus); in test6() 3320 res_vus = vec_sl(vus, vus); in test6() 3324 res_vi = vec_sl(vi, vui); in test6() 3328 res_vui = vec_sl(vui, vui); in test6()
|
/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 | 6573 static vector signed char __ATTRS_o_ai vec_sl(vector signed char __a, in vec_sl() function 6578 static vector unsigned char __ATTRS_o_ai vec_sl(vector unsigned char __a, in vec_sl() function 6583 static vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl() function 6588 static vector unsigned short __ATTRS_o_ai vec_sl(vector unsigned short __a, in vec_sl() function 6593 static vector int __ATTRS_o_ai vec_sl(vector int __a, vector unsigned int __b) { in vec_sl() function 6597 static vector unsigned int __ATTRS_o_ai vec_sl(vector unsigned int __a, in vec_sl() function 6604 vec_sl(vector signed long long __a, vector unsigned long long __b) { in vec_sl() function 6609 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl() function 6620 return vec_sl(__a, __b); in vec_vslb() 6625 return vec_sl(__a, __b); in vec_vslb() [all …]
|