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

  /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.12/src/video/
SDL_blit_A.c 876 vsrc = (vector unsigned char)vec_ld(0, src);
886 voverflow = (vector unsigned char)vec_ld(15, src);
890 vsrc = (vector unsigned char)vec_ld(15, src);
896 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 447 /* vec_ld */
448 res_vsc = vec_ld(0, &vsc); // CHECK: @llvm.ppc.altivec.lvx
449 res_vsc = vec_ld(0, &param_sc); // CHECK: @llvm.ppc.altivec.lvx
450 res_vuc = vec_ld(0, &vuc); // CHECK: @llvm.ppc.altivec.lvx
451 res_vuc = vec_ld(0, &param_uc); // CHECK: @llvm.ppc.altivec.lvx
452 res_vbc = vec_ld(0, &vbc); // CHECK: @llvm.ppc.altivec.lvx
453 res_vs = vec_ld(0, &vs); // CHECK: @llvm.ppc.altivec.lvx
454 res_vs = vec_ld(0, &param_s); // CHECK: @llvm.ppc.altivec.lvx
455 res_vus = vec_ld(0, &vus); // CHECK: @llvm.ppc.altivec.lvx
456 res_vus = vec_ld(0, &param_us); // CHECK: @llvm.ppc.altivec.lv
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 436 milliseconds