Searched refs:vec_max (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c558 /* vec_max */
559 res_vsc = vec_max(vsc, vsc); // CHECK: @llvm.ppc.altivec.vmaxsb
560 res_vsc = vec_max(vbc, vsc); // CHECK: @llvm.ppc.altivec.vmaxsb
561 res_vsc = vec_max(vsc, vbc); // CHECK: @llvm.ppc.altivec.vmaxsb
562 res_vuc = vec_max(vuc, vuc); // CHECK: @llvm.ppc.altivec.vmaxub
563 res_vuc = vec_max(vbc, vuc); // CHECK: @llvm.ppc.altivec.vmaxub
564 res_vuc = vec_max(vuc, vbc); // CHECK: @llvm.ppc.altivec.vmaxub
565 res_vs = vec_max(vs, vs); // CHECK: @llvm.ppc.altivec.vmaxsh
566 res_vs = vec_max(vbs, vs); // CHECK: @llvm.ppc.altivec.vmaxsh
567 res_vs = vec_max(v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp123 Function vec_max [type char] ===> OK
124 Function vec_max [type unsigned char] ===> OK
125 Function vec_max [type short] ===> OK
126 Function vec_max [type unsigned short] ===> OK
127 Function vec_max [type integer] ===> OK
128 Function vec_max [type unsigned int] ===> OK
H A DtestVMX.c2421 /* Function vec_max */
2424 Caux1.v = vec_max( Ccons1, Ccons2 );
2437 printf("Function vec_max [type char] ===> Error\n");
2439 printf("Function vec_max [type char] ===> OK\n");
2442 UCaux1.v = vec_max( UCcons1, UCcons2 );
2455 printf("Function vec_max [type unsigned char] ===> Error\n");
2457 printf("Function vec_max [type unsigned char] ===> OK\n");
2460 Saux1.v = vec_max( Scons1, Scons3 );
2473 printf("Function vec_max [type short] ===> Error\n");
2475 printf("Function vec_max [typ
[all...]
/external/clang/lib/include/
H A Daltivec.h2372 /* vec_max */
2375 vec_max(vector signed char a, vector signed char b) function
2381 vec_max(vector bool char a, vector signed char b) function
2387 vec_max(vector signed char a, vector bool char b) function
2393 vec_max(vector unsigned char a, vector unsigned char b) function
2399 vec_max(vector bool char a, vector unsigned char b) function
2405 vec_max(vector unsigned char a, vector bool char b) function
2411 vec_max(vector short a, vector short b) function
2417 vec_max(vector bool short a, vector short b) function
2423 vec_max(vecto function
2429 vec_max(vector unsigned short a, vector unsigned short b) function
2435 vec_max(vector bool short a, vector unsigned short b) function
2441 vec_max(vector unsigned short a, vector bool short b) function
2447 vec_max(vector int a, vector int b) function
2453 vec_max(vector bool int a, vector int b) function
2459 vec_max(vector int a, vector bool int b) function
2465 vec_max(vector unsigned int a, vector unsigned int b) function
2471 vec_max(vector bool int a, vector unsigned int b) function
2477 vec_max(vector unsigned int a, vector bool int b) function
2483 vec_max(vector float a, vector float b) function
[all...]
/external/clang/lib/Headers/
H A Daltivec.h2372 /* vec_max */
2375 vec_max(vector signed char a, vector signed char b) function
2381 vec_max(vector bool char a, vector signed char b) function
2387 vec_max(vector signed char a, vector bool char b) function
2393 vec_max(vector unsigned char a, vector unsigned char b) function
2399 vec_max(vector bool char a, vector unsigned char b) function
2405 vec_max(vector unsigned char a, vector bool char b) function
2411 vec_max(vector short a, vector short b) function
2417 vec_max(vector bool short a, vector short b) function
2423 vec_max(vecto function
2429 vec_max(vector unsigned short a, vector unsigned short b) function
2435 vec_max(vector bool short a, vector unsigned short b) function
2441 vec_max(vector unsigned short a, vector bool short b) function
2447 vec_max(vector int a, vector int b) function
2453 vec_max(vector bool int a, vector int b) function
2459 vec_max(vector int a, vector bool int b) function
2465 vec_max(vector unsigned int a, vector unsigned int b) function
2471 vec_max(vector bool int a, vector unsigned int b) function
2477 vec_max(vector unsigned int a, vector bool int b) function
2483 vec_max(vector float a, vector float b) function
[all...]

Completed in 66 milliseconds