HomeSort by relevance Sort by last modified time
    Searched refs:vec_cmpgt (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 64 Function vec_cmpgt [type char] ===> OK
65 Function vec_cmpgt [type unsigned char] ===> OK
66 Function vec_cmpgt [type short] ===> OK
67 Function vec_cmpgt [type unsigned short] ===> OK
68 Function vec_cmpgt [type integer] ===> OK
69 Function vec_cmpgt [type unsigned int] ===> OK
testVMX.c     [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 377 /* vec_cmpgt */
378 res_vbc = vec_cmpgt(vsc, vsc); // CHECK: @llvm.ppc.altivec.vcmpgtsb
379 res_vbc = vec_cmpgt(vuc, vuc); // CHECK: @llvm.ppc.altivec.vcmpgtub
380 res_vbs = vec_cmpgt(vs, vs); // CHECK: @llvm.ppc.altivec.vcmpgtsh
381 res_vbs = vec_cmpgt(vus, vus); // CHECK: @llvm.ppc.altivec.vcmpgtuh
382 res_vbi = vec_cmpgt(vi, vi); // CHECK: @llvm.ppc.altivec.vcmpgtsw
383 res_vbi = vec_cmpgt(vui, vui); // CHECK: @llvm.ppc.altivec.vcmpgtuw
384 res_vbi = vec_cmpgt(vf, vf); // CHECK: @llvm.ppc.altivec.vcmpgtfp
    [all...]
  /external/clang/lib/Headers/
altivec.h 1412 vec_cmpgt(vector signed char __a, vector signed char __b) function
1418 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) function
1424 vec_cmpgt(vector short __a, vector short __b) function
1430 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) function
1436 vec_cmpgt(vector int __a, vector int __b) function
1442 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) function
1448 vec_cmpgt(vector float __a, vector float __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 1412 vec_cmpgt(vector signed char __a, vector signed char __b) function
1418 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) function
1424 vec_cmpgt(vector short __a, vector short __b) function
1430 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) function
1436 vec_cmpgt(vector int __a, vector int __b) function
1442 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) function
1448 vec_cmpgt(vector float __a, vector float __b) function
    [all...]

Completed in 271 milliseconds