Home
last modified time | relevance | path

Searched refs:vec_pack (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
DtestVMX.stdout.exp222 Function vec_pack [type char] ===> OK
223 Function vec_pack [type unsigned char] ===> OK
224 Function vec_pack [type short] ===> OK
225 Function vec_pack [type unsigned short] ===> OK
DtestVMX.c3523 Caux1.v = vec_pack( Scons1, Scons2 ); in part3()
3541 UCaux1.v = vec_pack( UScons1, UScons2 ); in part3()
3559 Saux1.v = vec_pack( Icons1, Icons2 ); in part3()
3577 USaux1.v = vec_pack( UIcons1, UIcons2 ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2520 res_vsc = vec_pack(vs, vs); in test6()
2524 res_vuc = vec_pack(vus, vus); in test6()
2528 res_vbc = vec_pack(vbs, vbs); in test6()
2532 res_vs = vec_pack(vi, vi); in test6()
2536 res_vus = vec_pack(vui, vui); in test6()
2540 res_vbs = vec_pack(vbi, vbi); in test6()
/external/clang/lib/Headers/
Daltivec.h4124 vec_pack(vector signed short __a, vector signed short __b) in vec_pack() function
4138 vec_pack(vector unsigned short __a, vector unsigned short __b) in vec_pack() function
4152 vec_pack(vector bool short __a, vector bool short __b) in vec_pack() function
4166 vec_pack(vector int __a, vector int __b) in vec_pack() function
4180 vec_pack(vector unsigned int __a, vector unsigned int __b) in vec_pack() function
4194 vec_pack(vector bool int __a, vector bool int __b) in vec_pack() function