Searched refs:vec_ldl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 1606 res_vsc = vec_ldl(0, &vsc); in test6() 1614 res_vuc = vec_ldl(0, &vuc); in test6() 1622 res_vbc = vec_ldl(0, &vbc); in test6() 1626 res_vs = vec_ldl(0, &vs); in test6() 1634 res_vus = vec_ldl(0, &vus); in test6() 1642 res_vbs = vec_ldl(0, &vbs); in test6() 1646 res_vp = vec_ldl(0, &vp); in test6() 1650 res_vi = vec_ldl(0, &vi); in test6() 1658 res_vui = vec_ldl(0, &vui); in test6() 1666 res_vbi = vec_ldl(0, &vbi); in test6() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 4301 vec_ldl(long __a, const vector signed char *__b) { in vec_ldl() function 4306 vec_ldl(long __a, const signed char *__b) { in vec_ldl() function 4311 vec_ldl(long __a, const vector unsigned char *__b) { in vec_ldl() function 4316 vec_ldl(long __a, const unsigned char *__b) { in vec_ldl() function 4321 vec_ldl(long __a, const vector bool char *__b) { in vec_ldl() function 4335 vec_ldl(long __a, const vector unsigned short *__b) { in vec_ldl() function 4340 vec_ldl(long __a, const unsigned short *__b) { in vec_ldl() function 4345 vec_ldl(long __a, const vector bool short *__b) { in vec_ldl() function 4364 vec_ldl(long __a, const vector unsigned int *__b) { in vec_ldl() function 4369 vec_ldl(long __a, const unsigned int *__b) { in vec_ldl() function [all …]
|