Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2843 return vhsub_s16(v1, v2); in test_vhsub_s16()
Darm_neon_intrinsics.c4006 return vhsub_s16(a, b); in test_vhsub_s16()
/external/neon_2_sse/
DNEON_2_SSE.h687 _NEON2SSESTORAGE int16x4_t vhsub_s16(int16x4_t a, int16x4_t b); // VHSUB.S16 d0,d0,d0
4739 _NEON2SSESTORAGE int16x4_t vhsub_s16(int16x4_t a, int16x4_t b); // VHSUB.S16 d0,d0,d0
4740 _NEON2SSE_INLINE int16x4_t vhsub_s16(int16x4_t a, int16x4_t b) in vhsub_s16() function