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

/external/valgrind/main/none/tests/ppc32/
H A 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
H A DtestVMX.c3520 /* Function vec_pack */
3523 Caux1.v = vec_pack( Scons1, Scons2 );
3536 printf("Function vec_pack [type char] ===> Error\n");
3538 printf("Function vec_pack [type char] ===> OK\n");
3541 UCaux1.v = vec_pack( UScons1, UScons2 );
3554 printf("Function vec_pack [type unsigned char] ===> Error\n");
3556 printf("Function vec_pack [type unsigned char] ===> OK\n");
3559 Saux1.v = vec_pack( Icons1, Icons2 );
3572 printf("Function vec_pack [type short] ===> Error\n");
3574 printf("Function vec_pack [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2519 /* vec_pack */
2520 res_vsc = vec_pack(vs, vs);
2524 res_vuc = vec_pack(vus, vus);
2528 res_vbc = vec_pack(vbs, vbs);
2532 res_vs = vec_pack(vi, vi);
2536 res_vus = vec_pack(vui, vui);
2540 res_vbs = vec_pack(vbi, vbi);
/external/clang/lib/Headers/
H A Daltivec.h4118 /* vec_pack */
4124 vec_pack(vector signed short __a, vector signed short __b) function
4138 vec_pack(vector unsigned short __a, vector unsigned short __b) function
4152 vec_pack(vector bool short __a, vector bool short __b) function
4166 vec_pack(vector int __a, vector int __b) function
4180 vec_pack(vector unsigned int __a, vector unsigned int __b) function
4194 vec_pack(vector bool int __a, vector bool int __b) function

Completed in 2377 milliseconds