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

  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 138 res_vs = vec_vaddshs(vs, vs); // CHECK: @llvm.ppc.altivec.vaddshs
139 res_vs = vec_vaddshs(vbs, vs); // CHECK: @llvm.ppc.altivec.vaddshs
140 res_vs = vec_vaddshs(vs, vbs); // CHECK: @llvm.ppc.altivec.vaddshs
    [all...]
  /external/clang/lib/Headers/
altivec.h 547 /* vec_vaddshs */
550 vec_vaddshs(vector short __a, vector short __b) function
556 vec_vaddshs(vector bool short __a, vector short __b) function
562 vec_vaddshs(vector short __a, vector bool short __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 547 /* vec_vaddshs */
550 vec_vaddshs(vector short __a, vector short __b) function
556 vec_vaddshs(vector bool short __a, vector short __b) function
562 vec_vaddshs(vector short __a, vector bool short __b) function
    [all...]

Completed in 454 milliseconds