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

  /external/clang/lib/Headers/
altivec.h 2298 vec_lvsr(int __a, const signed char *__b) function
2304 vec_lvsr(int __a, const unsigned char *__b) function
2310 vec_lvsr(int __a, const short *__b) function
2316 vec_lvsr(int __a, const unsigned short *__b) function
2322 vec_lvsr(int __a, const int *__b) function
2328 vec_lvsr(int __a, const unsigned int *__b) function
2334 vec_lvsr(int __a, const float *__b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 2298 vec_lvsr(int __a, const signed char *__b) function
2304 vec_lvsr(int __a, const unsigned char *__b) function
2310 vec_lvsr(int __a, const short *__b) function
2316 vec_lvsr(int __a, const unsigned short *__b) function
2322 vec_lvsr(int __a, const int *__b) function
2328 vec_lvsr(int __a, const unsigned int *__b) function
2334 vec_lvsr(int __a, const float *__b) function
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 313 align = vec_lvsr( 0, to ); // permute map to misalign data
331 align = vec_lvsr( 0, to ); // permute map to misalign data
  /external/pixman/pixman/
pixman-vmx.c 137 store_mask = vec_lvsr (0, dest);
143 store_mask = vec_lvsr (0, dest);
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 117 Function vec_lvsr [type unsigned char] ===> OK
testVMX.c     [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 547 /* vec_lvsr */
548 res_vuc = vec_lvsr(0, &param_i); // CHECK: @llvm.ppc.altivec.lvsr
    [all...]

Completed in 565 milliseconds