HomeSort by relevance Sort by last modified time
    Searched full:vec_ld (Results 1 - 9 of 9) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 151 Packet4f vc = vec_ld(0, af);
159 Packet4i vc = vec_ld(0, ai);
256 template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); }
257 template<> EIGEN_STRONG_INLINE Packet4i pload<Packet4i>(const int* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); }
265 MSQ = vec_ld(0, (unsigned char *)from); // most significant quadword
266 LSQ = vec_ld(15, (unsigned char *)from); // least significant quadword
277 MSQ = vec_ld(0, (unsigned char *)from); // most significant quadword
278 LSQ = vec_ld(15, (unsigned char *)from); // least significant quadword
309 MSQ = vec_ld(0, (unsigned char *)to); // most significant quadword
310 LSQ = vec_ld(15, (unsigned char *)to); // least significant quadwor
    [all...]
  /external/clang/lib/Headers/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 1706 vec_ld(int __a, const vector signed char *__b) function
1712 vec_ld(int __a, const signed char *__b) function
1718 vec_ld(int __a, const vector unsigned char *__b) function
1724 vec_ld(int __a, const unsigned char *__b) function
1730 vec_ld(int __a, const vector bool char *__b) function
1736 vec_ld(int __a, const vector short *__b) function
1742 vec_ld(int __a, const short *__b) function
1748 vec_ld(int __a, const vector unsigned short *__b) function
1754 vec_ld(int __a, const unsigned short *__b) function
1760 vec_ld(int __a, const vector bool short *__b) function
1766 vec_ld(int __a, const vector pixel *__b) function
1772 vec_ld(int __a, const vector int *__b) function
1778 vec_ld(int __a, const int *__b) function
1784 vec_ld(int __a, const vector unsigned int *__b) function
1790 vec_ld(int __a, const unsigned int *__b) function
1796 vec_ld(int __a, const vector bool int *__b) function
1802 vec_ld(int __a, const vector float *__b) function
1808 vec_ld(int __a, const float *__b) function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 877 vsrc = (vector unsigned char)vec_ld(0, src);
887 voverflow = (vector unsigned char)vec_ld(15, src);
891 vsrc = (vector unsigned char)vec_ld(15, src);
897 voverflow = vec_ld(0, dst);
    [all...]
SDL_blit_N.c 203 vsrc = vec_ld(0, src);
211 voverflow = vec_ld(15, src);
216 voverflow = vec_ld(15, src);
350 vsrc = vec_ld(0, src);
357 voverflow = vec_ld(15, src);
495 vsrc = vec_ld(0, src);
502 voverflow = vec_ld(15, src);
621 vector unsigned int vs = vec_ld(0, srcp);
627 vector unsigned int voverflow = vec_ld(15, srcp);
636 vd = vec_ld(0, dstp)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 98 Function vec_ld [type unsigned char] ===> OK
99 Function vec_ld [type char] ===> OK
100 Function vec_ld [type unsigned short] ===> OK
101 Function vec_ld [type short] ===> OK
102 Function vec_ld [type unsigned int] ===> OK
103 Function vec_ld [type int] ===> OK
testVMX.c     [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 448 /* vec_ld */
449 res_vsc = vec_ld(0, &vsc); // CHECK: @llvm.ppc.altivec.lvx
450 res_vsc = vec_ld(0, &param_sc); // CHECK: @llvm.ppc.altivec.lvx
451 res_vuc = vec_ld(0, &vuc); // CHECK: @llvm.ppc.altivec.lvx
452 res_vuc = vec_ld(0, &param_uc); // CHECK: @llvm.ppc.altivec.lvx
453 res_vbc = vec_ld(0, &vbc); // CHECK: @llvm.ppc.altivec.lvx
454 res_vs = vec_ld(0, &vs); // CHECK: @llvm.ppc.altivec.lvx
455 res_vs = vec_ld(0, &param_s); // CHECK: @llvm.ppc.altivec.lvx
456 res_vus = vec_ld(0, &vus); // CHECK: @llvm.ppc.altivec.lvx
457 res_vus = vec_ld(0, &param_us); // CHECK: @llvm.ppc.altivec.lv
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 621 milliseconds