Home
last modified time | relevance | path

Searched refs:vqmovun_s32 (Results 1 – 17 of 17) sorted by relevance

/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c161 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr()
167 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_uni_neonintr()
308 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_uni_neonintr()
314 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_uni_neonintr()
470 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_bi_neonintr()
478 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_bi_neonintr()
656 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_bi_neonintr()
664 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_chroma_bi_neonintr()
805 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_bi_default_neonintr()
813 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1); in ihevc_weighted_pred_bi_default_neonintr()
[all …]
Dihevc_weighted_pred_uni.s179 vqmovun.s32 d4,q2 @vqmovun_s32(sto_res_tmp1)
190 vqmovun.s32 d6,q3 @vqmovun_s32(sto_res_tmp1) ii iteration
195 vqmovun.s32 d10,q5 @vqmovun_s32(sto_res_tmp1) iii iteration
205 vqmovun.s32 d12,q6 @vqmovun_s32(sto_res_tmp1) iv iteration
Dihevc_weighted_pred_bi.s224 vqmovun.s32 d4,q2 @vqmovun_s32(sto_res_tmp1)
236 vqmovun.s32 d10,q5 @vqmovun_s32(sto_res_tmp1) ii iteration
243 vqmovun.s32 d14,q7 @vqmovun_s32(sto_res_tmp1) iii iteration
255 vqmovun.s32 d18,q9 @vqmovun_s32(sto_res_tmp1) iv iteration
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.h113 res = vcombine_u16(vqmovun_s32(sum_0), vqmovun_s32(sum_1)); in wiener_convolve8_horiz_8x8()
154 res = vqmovun_s32(sum_0); in wiener_convolve8_horiz_4x8()
Dwarp_plane_neon.c303 res = vcombine_u16(vqmovun_s32(tmp_res_low), vqmovun_s32(tmp_res_high)); in horizontal_filter_neon()
659 uint16x4_t res_u16_low = vqmovun_s32(res_lo); in av1_warp_affine_neon()
691 uint16x4_t res_u16_high = vqmovun_s32(res_hi); in av1_warp_affine_neon()
/external/skia/include/private/
DSkNx_neon.h685 uint16x4_t a16 = vqmovun_s32(a.fVec);
686 uint16x4_t b16 = vqmovun_s32(b.fVec);
708 uint16x4_t _16 = vqmovun_s32(src.fVec);
/external/skqp/include/private/
DSkNx_neon.h685 uint16x4_t a16 = vqmovun_s32(a.fVec);
686 uint16x4_t b16 = vqmovun_s32(b.fVec);
708 uint16x4_t _16 = vqmovun_s32(src.fVec);
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc236 normed_uint16[i] = vqmovun_s32(normed_int32); in InstanceNorm()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h595 vreinterpret_s64_u16(vqmovun_s32(vreinterpretq_s32_s64(a))), in v128_pack_s32_u16()
596 vreinterpret_s64_u16(vqmovun_s32(vreinterpretq_s32_s64(b)))); in v128_pack_s32_u16()
Dv64_intrinsics_arm.h451 return vreinterpret_s64_u16(vqmovun_s32( in v64_pack_s32_u16()
/external/clang/test/CodeGen/
Daarch64-neon-misc.c2059 return vqmovun_s32(a); in test_vqmovun_s32()
Darm_neon_intrinsics.c12349 return vqmovun_s32(a); in test_vqmovun_s32()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h6768 const uint16x4_t narrowed_val_0 = vqmovun_s32(casted_val_0); in AffineQuantize()
6769 const uint16x4_t narrowed_val_1 = vqmovun_s32(casted_val_1); in AffineQuantize()
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt5269 VQMOVUN:1:vqmovun_s32 Neon cumulative saturation 0
5298 VQMOVUN:26:vqmovun_s32 Neon cumulative saturation 1
Dref-rvct-neon.txt6121 VQMOVUN:1:vqmovun_s32 Neon cumulative saturation 0
6152 VQMOVUN:28:vqmovun_s32 Neon cumulative saturation 1
Dref-rvct-all.txt6121 VQMOVUN:1:vqmovun_s32 Neon cumulative saturation 0
6152 VQMOVUN:28:vqmovun_s32 Neon cumulative saturation 1
/external/neon_2_sse/
DNEON_2_SSE.h1815 _NEON2SSESTORAGE uint16x4_t vqmovun_s32(int32x4_t a); // VQMOVUN.S32 d0,q0
13067 _NEON2SSESTORAGE uint16x4_t vqmovun_s32(int32x4_t a); // VQMOVUN.S32 d0,q0
13068 _NEON2SSE_INLINE uint16x4_t vqmovun_s32(int32x4_t a) in vqmovun_s32() function