Home
last modified time | relevance | path

Searched refs:vsubhn_s32 (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c659 int16x8_t cols_46_s16 = vcombine_s16(vsubhn_s32(tmp13, tmp0), in jsimd_idct_islow_pass2_regular()
660 vsubhn_s32(tmp11, tmp2)); in jsimd_idct_islow_pass2_regular()
661 int16x8_t cols_57_s16 = vcombine_s16(vsubhn_s32(tmp12, tmp1), in jsimd_idct_islow_pass2_regular()
662 vsubhn_s32(tmp10, tmp3)); in jsimd_idct_islow_pass2_regular()
762 int16x8_t cols_46_s16 = vcombine_s16(vsubhn_s32(tmp13, tmp0), in jsimd_idct_islow_pass2_sparse()
763 vsubhn_s32(tmp11, tmp2)); in jsimd_idct_islow_pass2_sparse()
764 int16x8_t cols_57_s16 = vcombine_s16(vsubhn_s32(tmp12, tmp1), in jsimd_idct_islow_pass2_sparse()
765 vsubhn_s32(tmp10, tmp3)); in jsimd_idct_islow_pass2_sparse()
Djidctred-neon.c154 vsubhn_s32(tmp10, tmp0)); in jsimd_idct_2x2_neon()
460 vsubhn_s32(tmp12, tmp0)); in jsimd_idct_4x4_neon()
462 vsubhn_s32(tmp10, tmp2)); in jsimd_idct_4x4_neon()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c7344 return vsubhn_s32(a, b); in test_vsubhn_s32()
Darm_neon_intrinsics.c19537 return vsubhn_s32(a, b); in test_vsubhn_s32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c8115 return vsubhn_s32(a, b); in test_vsubhn_s32()
Darm_neon_intrinsics.c22029 return vsubhn_s32(a, b); in test_vsubhn_s32()
/external/neon_2_sse/
DNEON_2_SSE.h700 _NEON2SSESTORAGE int16x4_t vsubhn_s32(int32x4_t a, int32x4_t b); // VSUBHN.I32 d0,q0,q0
4856 _NEON2SSESTORAGE int16x4_t vsubhn_s32(int32x4_t a, int32x4_t b); // VSUBHN.I32 d0,q0,q0
4857 _NEON2SSE_INLINE int16x4_t vsubhn_s32(int32x4_t a, int32x4_t b) // VSUBHN.I32 d0,q0,q0 in vsubhn_s32() function