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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2049 /* vec_lvrxl */
2050 res_vsc = vec_lvrxl(0, &param_sc); // CHECK: @llvm.ppc.altivec.lvxl
2055 res_vsc = vec_lvrxl(0, &vsc); // CHECK: @llvm.ppc.altivec.lvxl
2060 res_vuc = vec_lvrxl(0, &param_uc); // CHECK: @llvm.ppc.altivec.lvxl
2065 res_vuc = vec_lvrxl(0, &vuc); // CHECK: @llvm.ppc.altivec.lvxl
2070 res_vbc = vec_lvrxl(0, &vbc); // CHECK: store <16 x i8> zeroinitializer
2075 res_vs = vec_lvrxl(0, &param_s); // CHECK: @llvm.ppc.altivec.lvxl
2080 res_vs = vec_lvrxl(0, &vs); // CHECK: @llvm.ppc.altivec.lvxl
2085 res_vus = vec_lvrxl(0, &param_us); // CHECK: @llvm.ppc.altivec.lvxl
2090 res_vus = vec_lvrxl(
[all...]
/external/clang/lib/include/
H A Daltivec.h9070 /* vec_lvrxl */
9073 vec_lvrxl(int a, const signed char *b) function
9081 vec_lvrxl(int a, const vector signed char *b) function
9089 vec_lvrxl(int a, const unsigned char *b) function
9097 vec_lvrxl(int a, const vector unsigned char *b) function
9105 vec_lvrxl(int a, const vector bool char *b) function
9113 vec_lvrxl(int a, const short *b) function
9121 vec_lvrxl(int a, const vector short *b) function
9129 vec_lvrxl(int a, const unsigned short *b) function
9137 vec_lvrxl(in function
9145 vec_lvrxl(int a, const vector bool short *b) function
9153 vec_lvrxl(int a, const vector pixel *b) function
9161 vec_lvrxl(int a, const int *b) function
9169 vec_lvrxl(int a, const vector int *b) function
9177 vec_lvrxl(int a, const unsigned int *b) function
9185 vec_lvrxl(int a, const vector unsigned int *b) function
9193 vec_lvrxl(int a, const vector bool int *b) function
9201 vec_lvrxl(int a, const float *b) function
9209 vec_lvrxl(int a, const vector float *b) function
[all...]
/external/clang/lib/Headers/
H A Daltivec.h9070 /* vec_lvrxl */
9073 vec_lvrxl(int a, const signed char *b) function
9081 vec_lvrxl(int a, const vector signed char *b) function
9089 vec_lvrxl(int a, const unsigned char *b) function
9097 vec_lvrxl(int a, const vector unsigned char *b) function
9105 vec_lvrxl(int a, const vector bool char *b) function
9113 vec_lvrxl(int a, const short *b) function
9121 vec_lvrxl(int a, const vector short *b) function
9129 vec_lvrxl(int a, const unsigned short *b) function
9137 vec_lvrxl(in function
9145 vec_lvrxl(int a, const vector bool short *b) function
9153 vec_lvrxl(int a, const vector pixel *b) function
9161 vec_lvrxl(int a, const int *b) function
9169 vec_lvrxl(int a, const vector int *b) function
9177 vec_lvrxl(int a, const unsigned int *b) function
9185 vec_lvrxl(int a, const vector unsigned int *b) function
9193 vec_lvrxl(int a, const vector bool int *b) function
9201 vec_lvrxl(int a, const float *b) function
9209 vec_lvrxl(int a, const vector float *b) function
[all...]

Completed in 67 milliseconds