HomeSort by relevance Sort by last modified time
    Searched refs:vqmovun_s32 (Results 1 - 13 of 13) sorted by null

  /external/libhevc/common/arm/
ihevc_weighted_pred_neon_intr.c 161 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
167 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
308 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
314 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
470 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
478 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
656 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
664 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
805 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1);
813 sto_res_tmp2 = vqmovun_s32(sto_res_tmp1)
    [all...]
ihevc_weighted_pred_uni.s 179 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
ihevc_weighted_pred_bi.s 224 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/
convolve_neon.h 113 res = vcombine_u16(vqmovun_s32(sum_0), vqmovun_s32(sum_1));
154 res = vqmovun_s32(sum_0);
warp_plane_neon.c 303 res = vcombine_u16(vqmovun_s32(tmp_res_low), vqmovun_s32(tmp_res_high));
659 uint16x4_t res_u16_low = vqmovun_s32(res_lo);
691 uint16x4_t res_u16_high = vqmovun_s32(res_hi);
    [all...]
  /external/skia/include/private/
SkNx_neon.h 685 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/
SkNx_neon.h 685 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/
quantized_instance_norm.cc 236 normed_uint16[i] = vqmovun_s32(normed_int32);
  /external/libaom/libaom/aom_dsp/simd/
v128_intrinsics_arm.h 593 vreinterpret_s64_u16(vqmovun_s32(vreinterpretq_s32_s64(a))),
594 vreinterpret_s64_u16(vqmovun_s32(vreinterpretq_s32_s64(b))));
v64_intrinsics_arm.h 447 return vreinterpret_s64_u16(vqmovun_s32(
  /external/clang/test/CodeGen/
aarch64-neon-misc.c     [all...]
arm_neon_intrinsics.c     [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 13068 _NEON2SSE_INLINE uint16x4_t vqmovun_s32(int32x4_t a) function
    [all...]

Completed in 276 milliseconds