Home
last modified time | relevance | path

Searched refs:vec_ld (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c1404 res_vsc = vec_ld(0, &vsc); in test6()
1412 res_vuc = vec_ld(0, &vuc); in test6()
1420 res_vbc = vec_ld(0, &vbc); in test6()
1424 res_vs = vec_ld(0, &vs); in test6()
1432 res_vus = vec_ld(0, &vus); in test6()
1440 res_vbs = vec_ld(0, &vbs); in test6()
1444 res_vp = vec_ld(0, &vp); in test6()
1448 res_vi = vec_ld(0, &vi); in test6()
1456 res_vui = vec_ld(0, &vui); in test6()
1464 res_vbi = vec_ld(0, &vbi); in test6()
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h4049 vec_ld(long __a, const vector signed char *__b) { in vec_ld() function
4054 vec_ld(long __a, const signed char *__b) { in vec_ld() function
4059 vec_ld(long __a, const vector unsigned char *__b) { in vec_ld() function
4064 vec_ld(long __a, const unsigned char *__b) { in vec_ld() function
4069 vec_ld(long __a, const vector bool char *__b) { in vec_ld() function
4083 vec_ld(long __a, const vector unsigned short *__b) { in vec_ld() function
4088 vec_ld(long __a, const unsigned short *__b) { in vec_ld() function
4093 vec_ld(long __a, const vector bool short *__b) { in vec_ld() function
4112 vec_ld(long __a, const vector unsigned int *__b) { in vec_ld() function
4117 vec_ld(long __a, const unsigned int *__b) { in vec_ld() function
[all …]
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h94 return ((__m128)vec_ld(0, (__v4sf *)__P)); in _mm_load_ps()
114 __tmp = vec_ld(0, (__v4sf *)__P); in _mm_loadr_ps()
H A Demmintrin.h134 return ((__m128d)vec_ld(0, (__v16qu *)__P)); in _mm_load_pd()