Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2639 return vhsub_s32(v1, v2); in test_vhsub_s32()
Darm_neon_intrinsics.c3756 return vhsub_s32(a, b); in test_vhsub_s32()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c4019 return vhsub_s32(a, b); in test_vhsub_s32()
Daarch64-neon-intrinsics.c2856 return vhsub_s32(v1, v2); in test_vhsub_s32()
/external/neon_2_sse/
DNEON_2_SSE.h688 _NEON2SSESTORAGE int32x2_t vhsub_s32(int32x2_t a, int32x2_t b); // VHSUB.S32 d0,d0,d0
4748 _NEON2SSESTORAGE int32x2_t vhsub_s32(int32x2_t a, int32x2_t b); // VHSUB.S32 d0,d0,d0
4749 _NEON2SSE_INLINE int32x2_t vhsub_s32(int32x2_t a, int32x2_t b) in vhsub_s32() function