Searched refs:vec_ldl (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1427 res_vsc = vec_ldl(0, &vsc); in test6() 1431 res_vsc = vec_ldl(0, ¶m_sc); in test6() 1435 res_vuc = vec_ldl(0, &vuc); in test6() 1439 res_vuc = vec_ldl(0, ¶m_uc); in test6() 1443 res_vbc = vec_ldl(0, &vbc); in test6() 1447 res_vs = vec_ldl(0, &vs); in test6() 1451 res_vs = vec_ldl(0, ¶m_s); in test6() 1455 res_vus = vec_ldl(0, &vus); in test6() 1459 res_vus = vec_ldl(0, ¶m_us); in test6() 1463 res_vbs = vec_ldl(0, &vbs); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1600 res_vsc = vec_ldl(0, &vsc); in test6() 1604 res_vsc = vec_ldl(0, param_sc_ld); in test6() 1608 res_vuc = vec_ldl(0, &vuc); in test6() 1612 res_vuc = vec_ldl(0, param_uc_ld); in test6() 1616 res_vbc = vec_ldl(0, &vbc); in test6() 1620 res_vs = vec_ldl(0, &vs); in test6() 1624 res_vs = vec_ldl(0, param_s_ld); in test6() 1628 res_vus = vec_ldl(0, &vus); in test6() 1632 res_vus = vec_ldl(0, param_us_ld); in test6() 1636 res_vbs = vec_ldl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 2503 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl() function 2508 vec_ldl(int __a, const signed char *__b) { in vec_ldl() function 2513 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl() function 2518 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl() function 2523 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl() function 2527 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() function 2532 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl() function 2537 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl() function 2542 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl() function 2547 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 3926 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl() function 3931 vec_ldl(int __a, const signed char *__b) { in vec_ldl() function 3936 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl() function 3941 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl() function 3946 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl() function 3950 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() function 3955 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl() function 3960 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl() function 3965 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl() function 3970 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl() function [all …]
|