Home
last modified time | relevance | path

Searched refs:vhadd_s32 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2723 return vhadd_s32(v1, v2); in test_vhadd_s32()
Darm_neon_intrinsics.c3886 return vhadd_s32(a, b); in test_vhadd_s32()
/external/neon_2_sse/
DNEON_2_SSE.h480 _NEON2SSESTORAGE int32x2_t vhadd_s32(int32x2_t a, int32x2_t b); // VHADD.S32 d0,d0,d0
3000 _NEON2SSESTORAGE int32x2_t vhadd_s32(int32x2_t a, int32x2_t b); // VHADD.S32 d0,d0,d0
3001 _NEON2SSE_INLINE int32x2_t vhadd_s32(int32x2_t a, int32x2_t b) in vhadd_s32() function