/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 72 Function vec_cmplt [type char] ===> OK 73 Function vec_cmplt [type unsigned char] ===> OK 74 Function vec_cmplt [type short] ===> OK 75 Function vec_cmplt [type unsigned short] ===> OK 76 Function vec_cmplt [type integer] ===> OK 77 Function vec_cmplt [type unsigned int] ===> OK
|
testVMX.c | [all...] |
/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 399 /* vec_cmplt */ 400 res_vbc = vec_cmplt(vsc, vsc); // CHECK: @llvm.ppc.altivec.vcmpgtsb 401 res_vbc = vec_cmplt(vuc, vuc); // CHECK: @llvm.ppc.altivec.vcmpgtub 402 res_vbs = vec_cmplt(vs, vs); // CHECK: @llvm.ppc.altivec.vcmpgtsh 403 res_vbs = vec_cmplt(vus, vus); // CHECK: @llvm.ppc.altivec.vcmpgtuh 404 res_vbi = vec_cmplt(vi, vi); // CHECK: @llvm.ppc.altivec.vcmpgtsw 405 res_vbi = vec_cmplt(vui, vui); // CHECK: @llvm.ppc.altivec.vcmpgtuw 406 res_vbi = vec_cmplt(vf, vf); // CHECK: @llvm.ppc.altivec.vcmpgtfp [all...] |
/external/clang/lib/Headers/ |
altivec.h | 1520 vec_cmplt(vector signed char __a, vector signed char __b) function 1526 vec_cmplt(vector unsigned char __a, vector unsigned char __b) function 1532 vec_cmplt(vector short __a, vector short __b) function 1538 vec_cmplt(vector unsigned short __a, vector unsigned short __b) function 1544 vec_cmplt(vector int __a, vector int __b) function 1550 vec_cmplt(vector unsigned int __a, vector unsigned int __b) function 1556 vec_cmplt(vector float __a, vector float __b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 1520 vec_cmplt(vector signed char __a, vector signed char __b) function 1526 vec_cmplt(vector unsigned char __a, vector unsigned char __b) function 1532 vec_cmplt(vector short __a, vector short __b) function 1538 vec_cmplt(vector unsigned short __a, vector unsigned short __b) function 1544 vec_cmplt(vector int __a, vector int __b) function 1550 vec_cmplt(vector unsigned int __a, vector unsigned int __b) function 1556 vec_cmplt(vector float __a, vector float __b) function [all...] |