/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 502 /* vec_ldl */ 503 res_vsc = vec_ldl(0, &vsc); // CHECK: @llvm.ppc.altivec.lvxl 504 res_vsc = vec_ldl(0, ¶m_sc); // CHECK: @llvm.ppc.altivec.lvxl 505 res_vuc = vec_ldl(0, &vuc); // CHECK: @llvm.ppc.altivec.lvxl 506 res_vuc = vec_ldl(0, ¶m_uc); // CHECK: @llvm.ppc.altivec.lvxl 507 res_vbc = vec_ldl(0, &vbc); // CHECK: @llvm.ppc.altivec.lvxl 508 res_vs = vec_ldl(0, &vs); // CHECK: @llvm.ppc.altivec.lvxl 509 res_vs = vec_ldl(0, ¶m_s); // CHECK: @llvm.ppc.altivec.lvxl 510 res_vus = vec_ldl(0, &vus); // CHECK: @llvm.ppc.altivec.lvxl 511 res_vus = vec_ldl(0, ¶m_us); // CHECK: @llvm.ppc.altivec.lvx [all...] |
/external/clang/lib/Headers/ |
altivec.h | 2018 vec_ldl(int __a, const vector signed char *__b) function 2024 vec_ldl(int __a, const signed char *__b) function 2030 vec_ldl(int __a, const vector unsigned char *__b) function 2036 vec_ldl(int __a, const unsigned char *__b) function 2042 vec_ldl(int __a, const vector bool char *__b) function 2048 vec_ldl(int __a, const vector short *__b) function 2054 vec_ldl(int __a, const short *__b) function 2060 vec_ldl(int __a, const vector unsigned short *__b) function 2066 vec_ldl(int __a, const unsigned short *__b) function 2072 vec_ldl(int __a, const vector bool short *__b) function 2078 vec_ldl(int __a, const vector pixel *__b) function 2084 vec_ldl(int __a, const vector int *__b) function 2090 vec_ldl(int __a, const int *__b) function 2096 vec_ldl(int __a, const vector unsigned int *__b) function 2102 vec_ldl(int __a, const unsigned int *__b) function 2108 vec_ldl(int __a, const vector bool int *__b) function 2114 vec_ldl(int __a, const vector float *__b) function 2120 vec_ldl(int __a, const float *__b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 2018 vec_ldl(int __a, const vector signed char *__b) function 2024 vec_ldl(int __a, const signed char *__b) function 2030 vec_ldl(int __a, const vector unsigned char *__b) function 2036 vec_ldl(int __a, const unsigned char *__b) function 2042 vec_ldl(int __a, const vector bool char *__b) function 2048 vec_ldl(int __a, const vector short *__b) function 2054 vec_ldl(int __a, const short *__b) function 2060 vec_ldl(int __a, const vector unsigned short *__b) function 2066 vec_ldl(int __a, const unsigned short *__b) function 2072 vec_ldl(int __a, const vector bool short *__b) function 2078 vec_ldl(int __a, const vector pixel *__b) function 2084 vec_ldl(int __a, const vector int *__b) function 2090 vec_ldl(int __a, const int *__b) function 2096 vec_ldl(int __a, const vector unsigned int *__b) function 2102 vec_ldl(int __a, const unsigned int *__b) function 2108 vec_ldl(int __a, const vector bool int *__b) function 2114 vec_ldl(int __a, const vector float *__b) function 2120 vec_ldl(int __a, const float *__b) function [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.c | [all...] |