Home
last modified time | relevance | path

Searched refs:vtrnq_f32 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-perm.c2228 return vtrnq_f32(a, b); in test_vtrnq_f32()
Darm_neon_intrinsics.c23062 return vtrnq_f32(a, b); in test_vtrnq_f32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-perm.c1996 return vtrnq_f32(a, b); in test_vtrnq_f32()
Darm_neon_intrinsics.c20453 return vtrnq_f32(a, b); in test_vtrnq_f32()
/external/pffft/
Dsse2neon.h5431 float32x4x2_t ROW01 = vtrnq_f32(row0, row1); \
5432 float32x4x2_t ROW23 = vtrnq_f32(row2, row3); \
/external/neon_2_sse/
DNEON_2_SSE.h2233 _NEON2SSESTORAGE float32x4x2_t vtrnq_f32(float32x4_t a, float32x4_t b); // VTRN.32 q0,q0
15764 _NEON2SSESTORAGE float32x4x2_t vtrnq_f32(float32x4_t a, float32x4_t b); // VTRN.32 q0,q0
15765 _NEON2SSE_INLINE float32x4x2_t vtrnq_f32(float32x4_t a, float32x4_t b) // VTRN.32 q0,q0 in vtrnq_f32() function