Searched refs:vec_lde (Results 1 – 5 of 5) sorted by relevance
/external/pffft/simd/ |
D | pf_altivec_float.h | 57 inline v4sf ld_ps1(const float *p) { v4sf v=vec_lde(0,p); return vec_splat(vec_perm(v, v, vec_lvsl(… in ld_ps1()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1370 res_vsc = vec_lde(0, ¶m_sc); in test6() 1374 res_vuc = vec_lde(0, ¶m_uc); in test6() 1378 res_vs = vec_lde(0, ¶m_s); in test6() 1382 res_vus = vec_lde(0, ¶m_us); in test6() 1386 res_vi = vec_lde(0, ¶m_i); in test6() 1390 res_vui = vec_lde(0, ¶m_ui); in test6() 1394 res_vf = vec_lde(0, ¶m_f); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1543 res_vsc = vec_lde(0, param_sc_ld); in test6() 1547 res_vuc = vec_lde(0, param_uc_ld); in test6() 1551 res_vs = vec_lde(0, param_s_ld); in test6() 1555 res_vus = vec_lde(0, param_us_ld); in test6() 1559 res_vi = vec_lde(0, param_i_ld); in test6() 1563 res_vui = vec_lde(0, param_ui_ld); in test6() 1567 res_vf = vec_lde(0, param_f_ld); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 2429 vec_lde(int __a, const signed char *__b) { in vec_lde() function 2434 vec_lde(int __a, const unsigned char *__b) { in vec_lde() function 2438 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde() function 2443 vec_lde(int __a, const unsigned short *__b) { in vec_lde() function 2447 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde() function 2452 vec_lde(int __a, const unsigned int *__b) { in vec_lde() function 2456 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 3852 vec_lde(int __a, const signed char *__b) { in vec_lde() function 3857 vec_lde(int __a, const unsigned char *__b) { in vec_lde() function 3861 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde() function 3866 vec_lde(int __a, const unsigned short *__b) { in vec_lde() function 3870 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde() function 3875 vec_lde(int __a, const unsigned int *__b) { in vec_lde() function 3879 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde() function
|