Searched refs:vec_vsx_ld (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 482 res_vbi = vec_vsx_ld(0, &vbi); in test1() 490 res_vsi = vec_vsx_ld(0, asi); in test1() 498 res_vui = vec_vsx_ld(0, aui); in test1() 502 res_vf = vec_vsx_ld (0, &vf); in test1() 506 res_vf = vec_vsx_ld (0, af); in test1() 518 res_vd = vec_vsx_ld(0, &vd); in test1() 522 res_vd = vec_vsx_ld(0, ad); in test1() 534 res_vss = vec_vsx_ld(0, ass); in test1() 542 res_vus = vec_vsx_ld(0, aus); in test1() 558 res_vsc = vec_vsx_ld(0, asc); in test1() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | pmmintrin.h | 135 return (__m128i)(vec_vsx_ld(0, (signed int const *)__P)); in _mm_lddqu_si128()
|
| H A D | emmintrin.h | 141 return (vec_vsx_ld(0, __P)); in _mm_loadu_pd() 761 return (__m128i)(vec_vsx_ld(0, (signed int const *)__P)); in _mm_loadu_si128()
|
| H A D | xmmintrin.h | 101 return (vec_vsx_ld(0, __P)); in _mm_loadu_ps()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 12910 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld() function 12920 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld() function 12930 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld() function 12935 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld() function 12955 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld() function 12960 vec_vsx_ld(int __a, const double *__b) { in vec_vsx_ld() function 12975 vec_vsx_ld(int __a, const signed short *__b) { in vec_vsx_ld() function 12985 vec_vsx_ld(int __a, const unsigned short *__b) { in vec_vsx_ld() function 12990 vec_vsx_ld(int __a, const vector bool char *__b) { in vec_vsx_ld() function 13000 vec_vsx_ld(int __a, const signed char *__b) { in vec_vsx_ld() function [all …]
|