Searched refs:vec_pack (Results 1 - 5 of 5) 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.c869 /* vec_pack */
870 res_vsc = vec_pack(vs, vs); // CHECK: @llvm.ppc.altivec.vperm
871 res_vuc = vec_pack(vus, vus); // CHECK: @llvm.ppc.altivec.vperm
872 res_vbc = vec_pack(vbs, vbs); // CHECK: @llvm.ppc.altivec.vperm
873 res_vs = vec_pack(vi, vi); // CHECK: @llvm.ppc.altivec.vperm
874 res_vus = vec_pack(vui, vui); // CHECK: @llvm.ppc.altivec.vperm
875 res_vbs = vec_pack(vbi, vbi); // CHECK: @llvm.ppc.altivec.vperm
/external/clang/lib/include/
H A Daltivec.h4048 /* vec_pack */
4051 vec_pack(vector signed short a, vector signed short b) function
4059 vec_pack(vector unsigned short a, vector unsigned short b) function
4067 vec_pack(vector bool short a, vector bool short b) function
4075 vec_pack(vector int a, vector int b) function
4083 vec_pack(vector unsigned int a, vector unsigned int b) function
4091 vec_pack(vector bool int a, vector bool int b) function
/external/clang/lib/Headers/
H A Daltivec.h4048 /* vec_pack */
4051 vec_pack(vector signed short a, vector signed short b) function
4059 vec_pack(vector unsigned short a, vector unsigned short b) function
4067 vec_pack(vector bool short a, vector bool short b) function
4075 vec_pack(vector int a, vector int b) function
4083 vec_pack(vector unsigned int a, vector unsigned int b) function
4091 vec_pack(vector bool int a, vector bool int b) function

Completed in 182 milliseconds