Searched refs:vec_lvrx (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 6496 res_vsc = vec_lvrx(0, &vsc); in test6() 6516 res_vuc = vec_lvrx(0, &vuc); in test6() 6526 res_vbc = vec_lvrx(0, &vbc); in test6() 6546 res_vs = vec_lvrx(0, &vs); in test6() 6566 res_vus = vec_lvrx(0, &vus); in test6() 6576 res_vbs = vec_lvrx(0, &vbs); in test6() 6586 res_vp = vec_lvrx(0, &vp); in test6() 6606 res_vi = vec_lvrx(0, &vi); in test6() 6626 res_vui = vec_lvrx(0, &vui); in test6() 6636 res_vbi = vec_lvrx(0, &vbi); in test6() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 13959 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx() function 13965 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx() function 13971 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx() function 13977 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx() function 13983 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx() function 14000 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx() function 14006 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx() function 14012 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx() function 14034 vec_lvrx(int __a, const unsigned int *__b) { in vec_lvrx() function 14040 vec_lvrx(int __a, const vector unsigned int *__b) { in vec_lvrx() function [all …]
|