Home
last modified time | relevance | path

Searched refs:vqsubq_u16 (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/arm/
Dslide_neon.c34 p[0] = vqsubq_u16(p[0], v); in slide_hash_chain()
35 p[1] = vqsubq_u16(p[1], v); in slide_hash_chain()
36 p[2] = vqsubq_u16(p[2], v); in slide_hash_chain()
37 p[3] = vqsubq_u16(p[3], v); in slide_hash_chain()
38 p[4] = vqsubq_u16(p[4], v); in slide_hash_chain()
39 p[5] = vqsubq_u16(p[5], v); in slide_hash_chain()
40 p[6] = vqsubq_u16(p[6], v); in slide_hash_chain()
41 p[7] = vqsubq_u16(p[7], v); in slide_hash_chain()
/external/zlib/contrib/optimizations/
Dslide_hash_neon.h35 m_low = vqsubq_u16(m_low, v); in neon_slide_hash_update()
36 m_high = vqsubq_u16(m_high, v); in neon_slide_hash_update()
/external/angle/third_party/zlib/contrib/optimizations/
Dslide_hash_neon.h35 m_low = vqsubq_u16(m_low, v); in neon_slide_hash_update()
36 m_high = vqsubq_u16(m_high, v); in neon_slide_hash_update()
/external/libaom/libaom/aom_dsp/arm/
Dblend_a64_mask_neon.c61 vqsubq_u16(vreinterpretq_u16_s16(im_res_0), vec_round_offset); in blend_8x4()
63 vqsubq_u16(vreinterpretq_u16_s16(im_res_1), vec_round_offset); in blend_8x4()
65 vqsubq_u16(vreinterpretq_u16_s16(im_res_2), vec_round_offset); in blend_8x4()
67 vqsubq_u16(vreinterpretq_u16_s16(im_res_3), vec_round_offset); in blend_8x4()
110 vqsubq_u16(vreinterpretq_u16_s16(res0), vec_round_offset); in blend_4x4()
112 vqsubq_u16(vreinterpretq_u16_s16(res1), vec_round_offset); in blend_4x4()
/external/libgav1/libgav1/src/dsp/arm/
Dsuper_res_neon.cc80 res = vqsubq_u16(res, temp); in SuperRes()
Dcdef_neon.cc464 vqsubq_u16(threshold, shifted_diff); in Constrain()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h249 vqsubq_u16(vreinterpretq_u16_s64(x), vreinterpretq_u16_s64(y))); in v128_ssub_u16()
/external/pffft/
Dsse2neon.h2441 vqsubq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); in _mm_subs_epu16()
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt925 VQSUB/VQSUBQ:13:vqsubq_u16 Neon cumulative saturation 0
1004 VQSUB/VQSUBQ:78:vqsubq_u16 Neon cumulative saturation 1
Dref-rvct-neon.txt993 VQSUB/VQSUBQ:13:vqsubq_u16 Neon cumulative saturation 0
1074 VQSUB/VQSUBQ:80:vqsubq_u16 Neon cumulative saturation 1
Dref-rvct-all.txt993 VQSUB/VQSUBQ:13:vqsubq_u16 Neon cumulative saturation 0
1074 VQSUB/VQSUBQ:80:vqsubq_u16 Neon cumulative saturation 1
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c3104 return vqsubq_u16(a, b); in test_vqsubq_u16()
Darm_neon_intrinsics.c11239 return vqsubq_u16(a, b); in test_vqsubq_u16()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c13501 return vqsubq_u16(a, b); in test_vqsubq_u16()
Daarch64-neon-intrinsics.c3430 return vqsubq_u16(a, b); in test_vqsubq_u16()
/external/neon_2_sse/
DNEON_2_SSE.h682 _NEON2SSESTORAGE uint16x8_t vqsubq_u16(uint16x8_t a, uint16x8_t b); // VQSUB.U16 q0,q0,q0
4686 _NEON2SSESTORAGE uint16x8_t vqsubq_u16(uint16x8_t a, uint16x8_t b); // VQSUB.s16 q0,q0,q0
4687 #define vqsubq_u16 _mm_subs_epu16 macro