/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 521 res_vsc = vec_lvxl(0, &vsc); // CHECK: @llvm.ppc.altivec.lvxl 522 res_vsc = vec_lvxl(0, ¶m_sc); // CHECK: @llvm.ppc.altivec.lvxl 523 res_vuc = vec_lvxl(0, &vuc); // CHECK: @llvm.ppc.altivec.lvxl 524 res_vbc = vec_lvxl(0, &vbc); // CHECK: @llvm.ppc.altivec.lvxl 525 res_vuc = vec_lvxl(0, ¶m_uc); // CHECK: @llvm.ppc.altivec.lvxl 526 res_vs = vec_lvxl(0, &vs); // CHECK: @llvm.ppc.altivec.lvxl 527 res_vs = vec_lvxl(0, ¶m_s); // CHECK: @llvm.ppc.altivec.lvxl 528 res_vus = vec_lvxl(0, &vus); // CHECK: @llvm.ppc.altivec.lvxl 529 res_vus = vec_lvxl(0, ¶m_us); // CHECK: @llvm.ppc.altivec.lvxl 530 res_vbs = vec_lvxl(0, &vbs); // CHECK: @llvm.ppc.altivec.lvx [all...] |
/external/clang/lib/Headers/ |
altivec.h | 2128 vec_lvxl(int __a, const vector signed char *__b) function 2134 vec_lvxl(int __a, const signed char *__b) function 2140 vec_lvxl(int __a, const vector unsigned char *__b) function 2146 vec_lvxl(int __a, const unsigned char *__b) function 2152 vec_lvxl(int __a, const vector bool char *__b) function 2158 vec_lvxl(int __a, const vector short *__b) function 2164 vec_lvxl(int __a, const short *__b) function 2170 vec_lvxl(int __a, const vector unsigned short *__b) function 2176 vec_lvxl(int __a, const unsigned short *__b) function 2182 vec_lvxl(int __a, const vector bool short *__b) function 2188 vec_lvxl(int __a, const vector pixel *__b) function 2194 vec_lvxl(int __a, const vector int *__b) function 2200 vec_lvxl(int __a, const int *__b) function 2206 vec_lvxl(int __a, const vector unsigned int *__b) function 2212 vec_lvxl(int __a, const unsigned int *__b) function 2218 vec_lvxl(int __a, const vector bool int *__b) function 2224 vec_lvxl(int __a, const vector float *__b) function 2230 vec_lvxl(int __a, const float *__b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 2128 vec_lvxl(int __a, const vector signed char *__b) function 2134 vec_lvxl(int __a, const signed char *__b) function 2140 vec_lvxl(int __a, const vector unsigned char *__b) function 2146 vec_lvxl(int __a, const unsigned char *__b) function 2152 vec_lvxl(int __a, const vector bool char *__b) function 2158 vec_lvxl(int __a, const vector short *__b) function 2164 vec_lvxl(int __a, const short *__b) function 2170 vec_lvxl(int __a, const vector unsigned short *__b) function 2176 vec_lvxl(int __a, const unsigned short *__b) function 2182 vec_lvxl(int __a, const vector bool short *__b) function 2188 vec_lvxl(int __a, const vector pixel *__b) function 2194 vec_lvxl(int __a, const vector int *__b) function 2200 vec_lvxl(int __a, const int *__b) function 2206 vec_lvxl(int __a, const vector unsigned int *__b) function 2212 vec_lvxl(int __a, const unsigned int *__b) function 2218 vec_lvxl(int __a, const vector bool int *__b) function 2224 vec_lvxl(int __a, const vector float *__b) function 2230 vec_lvxl(int __a, const float *__b) function [all...] |