Home
last modified time | relevance | path

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

/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/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c255 const float32x4x2_t fft_re_im = vuzpq_f32(fft0, fft4); in FilterAdaptationNEON()
/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