Home
last modified time | relevance | path

Searched refs:vrev64_f32 (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h214 v2 = vrev64_f32(v2);
DPacketMath.h410 prod = vmul_f32(prod, vrev64_f32(prod));
/external/clang/test/CodeGen/
Daarch64-neon-misc.c907 return vrev64_f32(a); in test_vrev64_f32()
Darm_neon_intrinsics.c15675 return vrev64_f32(a); in test_vrev64_f32()
/external/neon_2_sse/
DNEON_2_SSE.h1990 _NEON2SSESTORAGE float32x2_t vrev64_f32(float32x2_t vec); // VREV64.32 d0,d0
14433 _NEON2SSESTORAGE float32x2_t vrev64_f32(float32x2_t vec); // VREV64.32 d0,d0
14434 _NEON2SSE_INLINE float32x2_t vrev64_f32(float32x2_t vec) in vrev64_f32() function