Searched refs:vec_sr (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp320 Function vec_sr [type char] ===> OK
321 Function vec_sr [type unsigned char] ===> OK
322 Function vec_sr [type short] ===> OK
323 Function vec_sr [type unsigned short] ===> OK
324 Function vec_sr [type integer] ===> OK
325 Function vec_sr [type unsigned int] ===> OK
H A DtestVMX.c4843 /* Function vec_sr */
4846 Caux1.v = vec_sr( Ccons3, UCcons3 );
4857 printf("Function vec_sr [type char] ===> Error\n");
4859 printf("Function vec_sr [type char] ===> OK\n");
4862 UCaux1.v = vec_sr( UCcons1, UCcons3 );
4872 printf("Function vec_sr [type unsigned char] ===> Error\n");
4874 printf("Function vec_sr [type unsigned char] ===> OK\n");
4877 Saux1.v = vec_sr( Scons3, UScons3 );
4888 printf("Function vec_sr [type short] ===> Error\n");
4890 printf("Function vec_sr [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1331 /* vec_sr */
1332 res_vsc = vec_sr(vsc, vuc); // CHECK: shr <16 x i8>
1333 res_vuc = vec_sr(vuc, vuc); // CHECK: shr <16 x i8>
1334 res_vs = vec_sr(vs, vus); // CHECK: shr <8 x i16>
1335 res_vus = vec_sr(vus, vus); // CHECK: shr <8 x i16>
1336 res_vi = vec_sr(vi, vui); // CHECK: shr <4 x i32>
1337 res_vui = vec_sr(vui, vui); // CHECK: shr <4 x i32>
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c717 vtemp3 = vec_sr(vtemp1, v8_16); \
721 vtemp4 = vec_sr(vtemp2, v8_16); \
/external/clang/lib/include/
H A Daltivec.h5933 /* vec_sr */
5936 vec_sr(vector signed char a, vector unsigned char b) function
5942 vec_sr(vector unsigned char a, vector unsigned char b) function
5948 vec_sr(vector short a, vector unsigned short b) function
5954 vec_sr(vector unsigned short a, vector unsigned short b) function
5960 vec_sr(vector int a, vector unsigned int b) function
5966 vec_sr(vector unsigned int a, vector unsigned int b) function
/external/clang/lib/Headers/
H A Daltivec.h5933 /* vec_sr */
5936 vec_sr(vector signed char a, vector unsigned char b) function
5942 vec_sr(vector unsigned char a, vector unsigned char b) function
5948 vec_sr(vector short a, vector unsigned short b) function
5954 vec_sr(vector unsigned short a, vector unsigned short b) function
5960 vec_sr(vector int a, vector unsigned int b) function
5966 vec_sr(vector unsigned int a, vector unsigned int b) function

Completed in 113 milliseconds