Home
last modified time | relevance | path

Searched refs:vload_vf_p (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/sleef/sleef-3.5.0/src/dft/
H A Dvectortype.h124 static INLINE real2 load(const real *ptr, int offset) { return vload_vf_p(&ptr[2*offset]); } in load()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dhelperneon32.h211 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(__builtin_assume_aligned(ptr, … in vload_vf_p() function
H A Dhelperadvsimd.h74 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(ptr); } in vload_vf_p() function
H A Dhelpersse2.h400 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx2.h363 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx2_128.h333 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx512f.h435 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx.h490 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
H A Dhelpervecext.h775 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
H A Dhelperpurec.h410 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
/dports/math/sleef/sleef-3.5.0/src/arch/
H A Dhelperneon32.h260 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(__builtin_assume_aligned(ptr, … in vload_vf_p() function
H A Dhelpers390x_128.h94 static INLINE vfloat vload_vf_p(const float *p) { return (vfloat) { p[0], p[1], p[2], p[3] }; } in vload_vf_p() function
H A Dhelperavx2.h377 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx2_128.h348 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
H A Dhelpersse2.h394 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
H A Dhelperpower_128.h183 static INLINE vfloat vload_vf_p(const float *ptr) in vload_vf_p() function
H A Dhelperpurec_scalar.h393 static INLINE vfloat vload_vf_p(const float *ptr) { return *ptr; } in vload_vf_p() function
H A Dhelperavx512f.h471 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx.h502 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
H A Dhelperadvsimd.h85 static INLINE VECTOR_CC vfloat vload_vf_p(const float *ptr) { return vld1q_f32(ptr); } in vload_vf_p() function
H A Dhelpersve.h310 static INLINE vfloat vload_vf_p(const float *ptr) { in vload_vf_p() function
H A Dhelpervecext.h780 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dhelperavx2.h363 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx2_128.h332 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
H A Dhelperavx512f.h418 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function

12