/external/valgrind/main/none/tests/ppc32/ |
testVMX.stdout.exp | 106 Function vec_lde [type unsigned char] ===> OK 107 Function vec_lde [type char] ===> OK 108 Function vec_lde [type unsigned short] ===> OK 109 Function vec_lde [type short] ===> OK 110 Function vec_lde [type unsigned int] ===> OK 111 Function vec_lde [type int] ===> OK
|
testVMX.c | [all...] |
/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 486 /* vec_lde */ 487 res_vsc = vec_lde(0, ¶m_sc); // CHECK: @llvm.ppc.altivec.lvebx 488 res_vuc = vec_lde(0, ¶m_uc); // CHECK: @llvm.ppc.altivec.lvebx 489 res_vs = vec_lde(0, ¶m_s); // CHECK: @llvm.ppc.altivec.lvehx 490 res_vus = vec_lde(0, ¶m_us); // CHECK: @llvm.ppc.altivec.lvehx 491 res_vi = vec_lde(0, ¶m_i); // CHECK: @llvm.ppc.altivec.lvewx 492 res_vui = vec_lde(0, ¶m_ui); // CHECK: @llvm.ppc.altivec.lvewx 493 res_vf = vec_lde(0, ¶m_f); // CHECK: @llvm.ppc.altivec.lvewx [all...] |
/external/clang/lib/Headers/ |
altivec.h | 1926 vec_lde(int __a, const signed char *__b) function 1932 vec_lde(int __a, const unsigned char *__b) function 1938 vec_lde(int __a, const short *__b) function 1944 vec_lde(int __a, const unsigned short *__b) function 1950 vec_lde(int __a, const int *__b) function 1956 vec_lde(int __a, const unsigned int *__b) function 1962 vec_lde(int __a, const float *__b) function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 1926 vec_lde(int __a, const signed char *__b) function 1932 vec_lde(int __a, const unsigned char *__b) function 1938 vec_lde(int __a, const short *__b) function 1944 vec_lde(int __a, const unsigned short *__b) function 1950 vec_lde(int __a, const int *__b) function 1956 vec_lde(int __a, const unsigned int *__b) function 1962 vec_lde(int __a, const float *__b) function [all...] |