Searched refs:vuzpq_f32 (Results 1 – 4 of 4) sorted by relevance
/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/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 255 const float32x4x2_t fft_re_im = vuzpq_f32(fft0, fft4); in FilterAdaptationNEON()
|
/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
|