Searched refs:vec_ldl (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1335 res_vsc = vec_ldl(0, &vsc); in test6() 1339 res_vsc = vec_ldl(0, ¶m_sc); in test6() 1343 res_vuc = vec_ldl(0, &vuc); in test6() 1347 res_vuc = vec_ldl(0, ¶m_uc); in test6() 1351 res_vbc = vec_ldl(0, &vbc); in test6() 1355 res_vs = vec_ldl(0, &vs); in test6() 1359 res_vs = vec_ldl(0, ¶m_s); in test6() 1363 res_vus = vec_ldl(0, &vus); in test6() 1367 res_vus = vec_ldl(0, ¶m_us); in test6() 1371 res_vbs = vec_ldl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 2021 vec_ldl(int __a, const vector signed char *__b) in vec_ldl() function 2027 vec_ldl(int __a, const signed char *__b) in vec_ldl() function 2033 vec_ldl(int __a, const vector unsigned char *__b) in vec_ldl() function 2039 vec_ldl(int __a, const unsigned char *__b) in vec_ldl() function 2045 vec_ldl(int __a, const vector bool char *__b) in vec_ldl() function 2051 vec_ldl(int __a, const vector short *__b) in vec_ldl() function 2057 vec_ldl(int __a, const short *__b) in vec_ldl() function 2063 vec_ldl(int __a, const vector unsigned short *__b) in vec_ldl() function 2069 vec_ldl(int __a, const unsigned short *__b) in vec_ldl() function 2075 vec_ldl(int __a, const vector bool short *__b) in vec_ldl() function [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.c | 2074 UCaux1.v = vec_ldl( 0, UCmem ); in part1() 2089 Caux1.v = vec_ldl( 0, Cmem ); in part1() 2104 USaux1.v = vec_ldl( 0, USmem ); in part1() 2119 Saux1.v = vec_ldl( 0, Smem ); in part1() 2134 UIaux1.v = vec_ldl( 0, UImem ); in part1() 2149 Iaux1.v = vec_ldl( 0, Imem ); in part1() 2165 Faux1.v = vec_ldl( 0, Fmem ); in part1()
|