Searched refs:vec_stvrxl (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2546 /* vec_stvrxl */
2547 vec_stvrxl(vsc, 0, &param_sc); // CHECK: @llvm.ppc.altivec.lvx
2555 vec_stvrxl(vsc, 0, &vsc); // CHECK: @llvm.ppc.altivec.lvx
2563 vec_stvrxl(vuc, 0, &param_uc); // CHECK: @llvm.ppc.altivec.lvx
2571 vec_stvrxl(vuc, 0, &vuc); // CHECK: @llvm.ppc.altivec.lvx
2579 vec_stvrxl(vbc, 0, &vbc); // CHECK: @llvm.ppc.altivec.lvx
2587 vec_stvrxl(vs, 0, &param_s); // CHECK: @llvm.ppc.altivec.lvx
2595 vec_stvrxl(vs, 0, &vs); // CHECK: @llvm.ppc.altivec.lvx
2603 vec_stvrxl(vus, 0, &param_us); // CHECK: @llvm.ppc.altivec.lvx
2611 vec_stvrxl(vu
[all...]
/external/clang/lib/include/
H A Daltivec.h9681 /* vec_stvrxl */
9684 vec_stvrxl(vector signed char a, int b, signed char *c) function
9693 vec_stvrxl(vector signed char a, int b, vector signed char *c) function
9702 vec_stvrxl(vector unsigned char a, int b, unsigned char *c) function
9711 vec_stvrxl(vector unsigned char a, int b, vector unsigned char *c) function
9720 vec_stvrxl(vector bool char a, int b, vector bool char *c) function
9729 vec_stvrxl(vector short a, int b, short *c) function
9738 vec_stvrxl(vector short a, int b, vector short *c) function
9747 vec_stvrxl(vector unsigned short a, int b, unsigned short *c) function
9756 vec_stvrxl(vecto function
9765 vec_stvrxl(vector bool short a, int b, vector bool short *c) function
9774 vec_stvrxl(vector pixel a, int b, vector pixel *c) function
9783 vec_stvrxl(vector int a, int b, int *c) function
9792 vec_stvrxl(vector int a, int b, vector int *c) function
9801 vec_stvrxl(vector unsigned int a, int b, unsigned int *c) function
9810 vec_stvrxl(vector unsigned int a, int b, vector unsigned int *c) function
9819 vec_stvrxl(vector bool int a, int b, vector bool int *c) function
9828 vec_stvrxl(vector float a, int b, vector float *c) function
[all...]
/external/clang/lib/Headers/
H A Daltivec.h9681 /* vec_stvrxl */
9684 vec_stvrxl(vector signed char a, int b, signed char *c) function
9693 vec_stvrxl(vector signed char a, int b, vector signed char *c) function
9702 vec_stvrxl(vector unsigned char a, int b, unsigned char *c) function
9711 vec_stvrxl(vector unsigned char a, int b, vector unsigned char *c) function
9720 vec_stvrxl(vector bool char a, int b, vector bool char *c) function
9729 vec_stvrxl(vector short a, int b, short *c) function
9738 vec_stvrxl(vector short a, int b, vector short *c) function
9747 vec_stvrxl(vector unsigned short a, int b, unsigned short *c) function
9756 vec_stvrxl(vecto function
9765 vec_stvrxl(vector bool short a, int b, vector bool short *c) function
9774 vec_stvrxl(vector pixel a, int b, vector pixel *c) function
9783 vec_stvrxl(vector int a, int b, int *c) function
9792 vec_stvrxl(vector int a, int b, vector int *c) function
9801 vec_stvrxl(vector unsigned int a, int b, unsigned int *c) function
9810 vec_stvrxl(vector unsigned int a, int b, vector unsigned int *c) function
9819 vec_stvrxl(vector bool int a, int b, vector bool int *c) function
9828 vec_stvrxl(vector float a, int b, vector float *c) function
[all...]

Completed in 274 milliseconds