Home
last modified time | relevance | path

Searched refs:vaddhn_s32 (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c655 int16x8_t cols_02_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp3), in jsimd_idct_islow_pass2_regular()
656 vaddhn_s32(tmp12, tmp1)); in jsimd_idct_islow_pass2_regular()
657 int16x8_t cols_13_s16 = vcombine_s16(vaddhn_s32(tmp11, tmp2), in jsimd_idct_islow_pass2_regular()
658 vaddhn_s32(tmp13, tmp0)); in jsimd_idct_islow_pass2_regular()
758 int16x8_t cols_02_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp3), in jsimd_idct_islow_pass2_sparse()
759 vaddhn_s32(tmp12, tmp1)); in jsimd_idct_islow_pass2_sparse()
760 int16x8_t cols_13_s16 = vcombine_s16(vaddhn_s32(tmp11, tmp2), in jsimd_idct_islow_pass2_sparse()
761 vaddhn_s32(tmp13, tmp0)); in jsimd_idct_islow_pass2_sparse()
Djidctred-neon.c153 int16x8_t output_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp0), in jsimd_idct_2x2_neon()
459 int16x8_t output_cols_02 = vcombine_s16(vaddhn_s32(tmp10, tmp2), in jsimd_idct_4x4_neon()
461 int16x8_t output_cols_13 = vcombine_s16(vaddhn_s32(tmp12, tmp0), in jsimd_idct_4x4_neon()
/external/webp/src/dsp/
Denc_neon.c341 const int16x4_t tmp1 = vaddhn_s32(a2_p_a3, kCst12000); in FTransform_NEON()
342 const int16x4_t out3 = vaddhn_s32(a3_m_a2, kCst51000); in FTransform_NEON()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c7084 return vaddhn_s32(a, b); in test_vaddhn_s32()
Darm_neon_intrinsics.c599 return vaddhn_s32(a, b); in test_vaddhn_s32()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c700 return vaddhn_s32(a, b); in test_vaddhn_s32()
Daarch64-neon-intrinsics.c7799 return vaddhn_s32(a, b); in test_vaddhn_s32()
/external/neon_2_sse/
DNEON_2_SSE.h522 _NEON2SSESTORAGE int16x4_t vaddhn_s32(int32x4_t a, int32x4_t b); // VADDHN.I32 d0,q0,q0
3389 _NEON2SSESTORAGE int16x4_t vaddhn_s32(int32x4_t a, int32x4_t b); // VADDHN.I32 d0,q0,q0
3390 _NEON2SSE_INLINE int16x4_t vaddhn_s32(int32x4_t a, int32x4_t b) // VADDHN.I32 d0,q0,q0 in vaddhn_s32() function