Home
last modified time | relevance | path

Searched refs:vuzpq_f32 (Results 1 – 12 of 12) sorted by relevance

/external/XNNPACK/src/f32-ibilinear-chw/gen/
Dneonfma-p8.c93 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()
Dneon-p8.c93 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()
Dneonfma-p4.c69 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()
Dneon-p4.c69 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/
Dneon.c.in62 … 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/
Dpf_neon_float.h63 # define UNINTERLEAVE2(in1, in2, out1, out2) { float32x4x2_t tmp__ = vuzpq_f32(in1,in2); out1=tmp_…
/external/clang/test/CodeGen/
Daarch64-neon-perm.c1300 return vuzpq_f32(a, b); in test_vuzpq_f32()
Darm_neon_intrinsics.c23602 return vuzpq_f32(a, b); in test_vuzpq_f32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-perm.c1228 return vuzpq_f32(a, b); in test_vuzpq_f32()
Darm_neon_intrinsics.c20875 return vuzpq_f32(a, b); in test_vuzpq_f32()
/external/pffft/
Dsse2neon.h3649 vuzpq_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)); in _mm_hsub_ps()
/external/neon_2_sse/
DNEON_2_SSE.h2271 _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