Searched refs:vuzpq_f32 (Results 1 – 12 of 12) sorted by relevance
/external/XNNPACK/src/f32-ibilinear-chw/gen/ |
D | neonfma-p8.c | 93 const float32x4x2_t vld_t0123 = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8() 96 const float32x4x2_t vld_t4567 = vuzpq_f32(vldrd45, vldrd67); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8() 100 const float32x4x2_t vtl_t0123 = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8() 103 const float32x4x2_t vtl_t4567 = vuzpq_f32(vtltr45, vtltr67); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8() 157 const float32x4x2_t vld_t = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8() 161 const float32x4x2_t vtl_t = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p8()
|
D | neon-p8.c | 93 const float32x4x2_t vld_t0123 = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neon_p8() 96 const float32x4x2_t vld_t4567 = vuzpq_f32(vldrd45, vldrd67); in xnn_f32_ibilinear_chw_ukernel__neon_p8() 100 const float32x4x2_t vtl_t0123 = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neon_p8() 103 const float32x4x2_t vtl_t4567 = vuzpq_f32(vtltr45, vtltr67); in xnn_f32_ibilinear_chw_ukernel__neon_p8() 157 const float32x4x2_t vld_t = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neon_p8() 161 const float32x4x2_t vtl_t = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neon_p8()
|
D | neonfma-p4.c | 69 const float32x4x2_t vld_t = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p4() 73 const float32x4x2_t vtl_t = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neonfma_p4()
|
D | neon-p4.c | 69 const float32x4x2_t vld_t = vuzpq_f32(vldrd01, vldrd23); in xnn_f32_ibilinear_chw_ukernel__neon_p4() 73 const float32x4x2_t vtl_t = vuzpq_f32(vtltr01, vtltr23); in xnn_f32_ibilinear_chw_ukernel__neon_p4()
|
/external/XNNPACK/src/f32-ibilinear-chw/ |
D | neon.c.in | 62 … const float32x4x2_t vld_t${ABC[P:P+4]} = vuzpq_f32(vldrd${ABC[P:P+2]}, vldrd${ABC[P+2:P+4]}); 67 … const float32x4x2_t vtl_t${ABC[P:P+4]} = vuzpq_f32(vtltr${ABC[P:P+2]}, vtltr${ABC[P+2:P+4]}); 109 const float32x4x2_t vld_t = vuzpq_f32(vldrd01, vldrd23); 113 const float32x4x2_t vtl_t = vuzpq_f32(vtltr01, vtltr23);
|
/external/pffft/simd/ |
D | pf_neon_float.h | 63 # define UNINTERLEAVE2(in1, in2, out1, out2) { float32x4x2_t tmp__ = vuzpq_f32(in1,in2); out1=tmp_…
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-perm.c | 1300 return vuzpq_f32(a, b); in test_vuzpq_f32()
|
D | arm_neon_intrinsics.c | 23602 return vuzpq_f32(a, b); in test_vuzpq_f32()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-perm.c | 1228 return vuzpq_f32(a, b); in test_vuzpq_f32()
|
D | arm_neon_intrinsics.c | 20875 return vuzpq_f32(a, b); in test_vuzpq_f32()
|
/external/pffft/ |
D | sse2neon.h | 3649 vuzpq_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)); in _mm_hsub_ps()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2271 _NEON2SSESTORAGE float32x4x2_t vuzpq_f32(float32x4_t a, float32x4_t b); // VUZP.32 q0,q0 9834 v = vuzpq_f32(v.val[0], v.val[1]); 15983 _NEON2SSESTORAGE float32x4x2_t vuzpq_f32(float32x4_t a, float32x4_t b); // VUZP.32 q0,q0 15984 _NEON2SSE_INLINE float32x4x2_t vuzpq_f32(float32x4_t a, float32x4_t b) // VUZP.32 q0,q0 in vuzpq_f32() function
|